Search found 138 matches

by grishata
Mon Feb 09, 2009 12:13 pm
Forum: Newbies & Support
Topic: Getting to work on Mac OS X
Replies: 23
Views: 16615

Re: Getting to work on Mac OS X

I just saw the code and find out that the CORE_MIDI_BINDINGS parameter is not implemented - it always returns an empty list. So you should find another way to connect your keyboard to LinuxSampler. I would suggest you to take a look in /Applications/Utilities/Audio Midi Setup or try some app like MI...
by grishata
Sat Feb 07, 2009 9:31 pm
Forum: Newbies & Support
Topic: Getting to work on Mac OS X
Replies: 23
Views: 16615

Re: Getting to work on Mac OS X

asmeurer wrote:Fink doesn't install anything in /Applications/Jack/. I think I will try manually installing it and see if I have any luck then. You are talking about the Jack available at jackosx.com?
Yes
by grishata
Sat Feb 07, 2009 4:57 pm
Forum: Newbies & Support
Topic: Getting to work on Mac OS X
Replies: 23
Views: 16615

Re: Getting to work on Mac OS X

You should start jack before creating an audio output device in LinuxSampler. Usually, by launching /Applications/Jack/JackPilot, then click the Start button. Create new audio output device and set the JACK_BINDINGS parameter, for example for channel 1 - system:playback_1, for channel 2 - system:pla...
by grishata
Wed Nov 05, 2008 12:45 pm
Forum: Newbies & Support
Topic: [solved] Can't compile libgig :(
Replies: 5
Views: 4941

Re: Can't compile libgig :(

Code: Select all

cd SOURCEDIR
make -f Makefile.cvs
./configure
make
su
make install
by grishata
Sat Nov 01, 2008 10:33 pm
Forum: Newbies & Support
Topic: JSampler - "No Instruments Database Support"
Replies: 4
Views: 4095

Re: JSampler - "No Instruments Database Support"

You should install the development package for sqlite. Usually the name of the package ends with -dev or -devel. For example, on debian it's libsqlite3-dev.
by grishata
Sat Nov 01, 2008 8:17 pm
Forum: Newbies & Support
Topic: Fantasia constantly updating voices......
Replies: 2
Views: 3024

Re: Fantasia constantly updating voices......

Hi Alex,
LinuxSampler was sending notification events even when there were no actual stream/voice count changes. I just committed a fix for this. Please try the latest CVS version of LinuxSampler and let me know if this fix solve your problem.
by grishata
Tue Oct 07, 2008 2:07 am
Forum: Newbies & Support
Topic: Jsampler Fantasia: Java: Exception in thread etc.
Replies: 4
Views: 4108

Re: Jsampler Fantasia: Java: Exception in thread etc.

Im trying to execute Jsampler Fantasia on debian etch but getting the next error: Exception in Thread "main" java.lang.NoClassDefFoundError: fantasia/jar This exception is thrown when you don't use -jar option: java Fantasia.jar what error do you get when start fantasia with -jar , as it should be:...
by grishata
Tue Oct 07, 2008 12:52 am
Forum: Newbies & Support
Topic: Jsampler Fantasia: Java: Exception in thread etc.
Replies: 4
Views: 4108

Re: Jsampler Fantasia: Java: Exception in thread etc.

How to run jsampler is explained in details here.
How do you try to run fantasia?
by grishata
Sat Oct 04, 2008 9:45 am
Forum: General LinuxSampler Discussion
Topic: Fantasia Feature Request
Replies: 36
Views: 23135

Re: Fantasia Feature Request

This looks like a bug: in the VSL libraries they have basic instruments, part of those instruments is the all instrument that contains all the articulations and is changable via keyswitches. With the Doublebass if you are loading a normal stacato articulation, fantasia shows keyswitches overlapping...
by grishata
Fri Oct 03, 2008 9:13 am
Forum: 100% Project Unrelated
Topic: What is "mutual primes"?
Replies: 3
Views: 19820

Re: What is "mutual primes"?

I haven't touch math books for a long time, but if I remember correctly, this means that there is no divisor/factor which divides both numbers without leaving a remainder, except 1 of course.
For example, 4 and 9 are mutual primes but 6 and 9 are not, they have common divisor - 3.