Search found 14 matches

by dbolton
Mon May 20, 2019 10:48 pm
Forum: Newbies & Support
Topic: LinuxSampler as plugin for Ardour on Windows 10
Replies: 1
Views: 18469

Re: LinuxSampler as plugin for Ardour on Windows 10

Also when I try to open QSampler it pops up with the following error message: --------------------------- qsampler.exe - System Error --------------------------- The code execution cannot proceed because Qt5Network.dll was not found. Reinstalling the program may fix this problem. -------------------...
by dbolton
Mon May 20, 2019 9:33 pm
Forum: Newbies & Support
Topic: LinuxSampler as plugin for Ardour on Windows 10
Replies: 1
Views: 18469

LinuxSampler as plugin for Ardour on Windows 10

Have others had luck with running LinuxSampler as a plugin for Ardour on Windows 10?
https://discourse.ardour.org/t/linuxsam ... s/89908/10

Any tips?
by dbolton
Sun Dec 22, 2013 4:26 am
Forum: Newbies & Support
Topic: [SOLVED] compile linuxsampler from svn on Arch
Replies: 5
Views: 9560

Re: [SOLVED] compile linuxsampler from svn on Arch

I eventually managed to compile LinuxSampler on Ubuntu Studio. For details see:
http://bb.linuxsampler.org/viewtopic.ph ... d0919a1497
by dbolton
Sun Dec 22, 2013 4:23 am
Forum: Newbies & Support
Topic: i just would like to say hi. ~ waves ~
Replies: 2
Views: 4704

Re: i just would like to say hi. ~ waves ~

Nice project. I'll have to give it a try the next time I log into Windows.

Do you plan to release the source code?
by dbolton
Mon Nov 04, 2013 4:28 am
Forum: Newbies & Support
Topic: Compile LinuxSampler on Ubuntu - Step-by-Step Guide
Replies: 0
Views: 29465

Compile LinuxSampler on Ubuntu - Step-by-Step Guide

I created step-by-step instructions for compiling LinuxSampler on Ubuntu and Ubuntu Studio. These instructions are designed for a less technical audience than the official instructions on the LinuxSampler website. Build LinuxSampler—Beginner’s guide I've only tested the instructions using Ubuntu Stu...
by dbolton
Wed Sep 11, 2013 4:24 am
Forum: Newbies & Support
Topic: Unwanted sounds from LinuxSampler beyond the MIDI notes
Replies: 2
Views: 4910

Unwanted sounds from LinuxSampler beyond the MIDI notes

LinuxSampler occasionally makes unwanted bass sounds, that do not correspond to the MIDI notes or instructions that Ardour 3 sends to it (via the LV2 instrument plugin). Have others experienced this? Is there techniques to prevent it from happening. I have five MIDI tracks in Ardour: 1. cowbell 2. c...
by dbolton
Mon Aug 05, 2013 10:10 pm
Forum: Newbies & Support
Topic: [SOLVED] compile linuxsampler from svn on Arch
Replies: 5
Views: 9560

Re: compile linuxsampler from svn on Arch

As best I can tell LinuxSampler is no longer maintained and does not work on recent versions of Linux. (I've been having problems too. See http://bb.linuxsampler.org/viewtopic.php?f=6&t=768 )

Let us all know if you ever get a successful build, and how you did it.
by dbolton
Thu Aug 01, 2013 5:21 am
Forum: Newbies & Support
Topic: error: 'class gig::File' has no member named 'GetFileName'
Replies: 1
Views: 4371

error: 'class gig::File' has no member named 'GetFileName'

I get the following error trying to build linuxsampler (by running dpkg-buildpackage -rfakeroot -b in the linuxsampler directory). I'm using the latest SVN sources. InstrumentResourceManager.cpp:903:9: error: 'class gig::File' has no member named 'GetFileName' For the full log see http://pastebin.co...
by dbolton
Sun Jul 14, 2013 2:37 am
Forum: Newbies & Support
Topic: "No rule to make target `Sampler'. Stop." (libgig-3.3.0)
Replies: 1
Views: 3087

Re: "No rule to make target `Sampler'. Stop." (libgig-3.3.0

So it turns out the source of this error was the spaces in the path name. I renamed the folder from "Linux Sampler source files" to "linuxsampler" and now it packages. Yay!