Question about the lscp Midi Input Subscription

You name it!
Post Reply
Kaiyoti
Newbie
Posts: 5
Joined: Sat May 10, 2008 8:09 am

Question about the lscp Midi Input Subscription

Post by Kaiyoti » Sun Aug 29, 2010 11:12 pm

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

Kaiyoti
Newbie
Posts: 5
Joined: Sat May 10, 2008 8:09 am

Re: Question about the lscp Midi Input Subscription

Post by Kaiyoti » Mon Aug 30, 2010 8:14 am

addDeviceMidiDataListener(l)

Is this what I'm looking for?

Kaiyoti
Newbie
Posts: 5
Joined: Sat May 10, 2008 8:09 am

Re: Question about the lscp Midi Input Subscription

Post by Kaiyoti » Mon Aug 30, 2010 9:32 pm

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.

Post Reply