Search found 20 matches

by camobrite
Sun Jun 27, 2010 1:58 am
Forum: Newbies & Support
Topic: midi note off messages lost
Replies: 9
Views: 6058

Re: midi note off messages lost

OK so I added debug output to the midi note on and note off functions (thanks open source :) ) and it looks like notes are actually being received by linuxsampler in the wrong order when they come from qtractor, so there must be a bug in qtractor or a problem with alsa midi. However, when I use seq2...
by camobrite
Thu Jun 24, 2010 5:18 pm
Forum: Newbies & Support
Topic: midi note off messages lost
Replies: 9
Views: 6058

Re: midi note off messages lost

Thanks for this, I'll try this out this weekend
by camobrite
Tue Jun 15, 2010 8:21 pm
Forum: Newbies & Support
Topic: midi note off messages lost
Replies: 9
Views: 6058

Re: midi note off messages lost

I've done some more testing and it turns out that there may be a qtractor bug or I may have a system configuration issue since I'm experiencing the same behaviour with xsynth under qtractor - note ons and note offs are sometimes and unpredictably getting lost if they have the same timestamp. However...
by camobrite
Sun Jun 13, 2010 11:38 pm
Forum: Newbies & Support
Topic: midi note off messages lost
Replies: 9
Views: 6058

Re: midi note off messages lost

I've confirmed that this is happening with seq24 as a sequencer as well. It happens the most frequently with quickly repeated notes, almost like a buffer is overflowing and the noteoff messages are getting lost. Does anyone know if there's some sort of ALSA midi buffer that can be made bigger?
by camobrite
Tue Jun 08, 2010 5:46 pm
Forum: Newbies & Support
Topic: midi note off messages lost
Replies: 9
Views: 6058

midi note off messages lost

Hi, I'm having a problem with midi note off messages that i'm wondering if this board can help me with. I'm using qtractor as a sequencer, and whenever I have two of the same note playing immediately after each other, the note off message in between seems to get lost and the first note keeps playing...
by camobrite
Mon Aug 17, 2009 11:13 pm
Forum: Newbies & Support
Topic: qsampler error liblscp.so.6: No such file or directory
Replies: 4
Views: 3079

Re: qsampler error liblscp.so.6: No such file or directory

Thanks for the reply! I installed linuxsampler using make install. There is a liblscp.so.6 in my /usr/local/lib folder, but not in my /usr/lib folder. There are many such files in /usr/local/lib related to linuxsampler. I could make links to them all in /usr/lib, but I'm afraid that might break thin...
by camobrite
Sat Aug 15, 2009 6:11 pm
Forum: Newbies & Support
Topic: qsampler error liblscp.so.6: No such file or directory
Replies: 4
Views: 3079

Re: qsampler error liblscp.so.6: No such file or directory

Just to clarify, my order of install was: libgig, linuxsampler, gigedit, liblscp, qsampler. I don't see why qsampler wouldn't be able to find liblscp.
by camobrite
Sat Aug 15, 2009 3:50 pm
Forum: Newbies & Support
Topic: qsampler error liblscp.so.6: No such file or directory
Replies: 4
Views: 3079

qsampler error liblscp.so.6: No such file or directory

Hi again! So I just reinstalled linuxsampler from source on debian, and I can't start qsampler. I'm getting this output: bsmith@rayden:~$ qsampler& [3] 26897 qsampler: error while loading shared libraries: liblscp.so.6: cannot open shared object file: No such file or directory Any advice? Also, what...
by camobrite
Mon Jun 22, 2009 5:55 am
Forum: Newbies & Support
Topic: LSCP memory problem, can't mlockall() warnings
Replies: 5
Views: 5131

Re: LSCP memory problem, can't mlockall() warnings

Well, it's a few months later and I just reinstalled from the latest code on the CVS. All of the problems except for the "Unable to cache sample" error are now solved, and gigedit and qsampler now save and quit gracefully. The mlockall() warning turned out to be related to user limits, so anyone get...
by camobrite
Mon Jun 22, 2009 5:49 am
Forum: Newbies & Support
Topic: "Unable to cache sample" error in live editing mode
Replies: 1
Views: 2581

"Unable to cache sample" error in live editing mode

Hi again, I've been continuing to have problems with loading new samples into instruments running in linuxsampler. I am using Debian Lenny and the latest linuxsampler source code from the CVS. This problem is partially explained in this thread. I am able to load wav samples into new instruments with...