Page 1 of 1

Question about the lscp Midi Input Subscription

Posted: Sun Aug 29, 2010 11:12 pm
by Kaiyoti
So I read in the documentation that Midi Input/Channel event notifications aren't guaranteed to be received through lscp. I've yet tried the implementation, but I would like my external app to listen to the midi events and it's critical that I don't miss any notifications. Is there another way to read ALL midi inputs before it gets to the sampler channels from the midi ports alone? I looked briefly at some of the source, it looks like there isn't much flexibility in that area.

I'm using the jlscp framework by the way.

Is it also correct to assume that if the connection to linuxsampler server is local from lscp, there should be 0 latency?

Thanks,
Paul

Re: Question about the lscp Midi Input Subscription

Posted: Mon Aug 30, 2010 8:14 am
by Kaiyoti
addDeviceMidiDataListener(l)

Is this what I'm looking for?

Re: Question about the lscp Midi Input Subscription

Posted: Mon Aug 30, 2010 9:32 pm
by Kaiyoti
I know I probably should be working with the repository code instead of prebuilt binaries but it looks like the "ACTIVE" parameter for midi input devices doesn't actually do anything. At least not on my Windows 7 64bit, haven't tried other OS. That, or I'm not understanding the feature correctly.