Page 1 of 1

Sending note events to linuxsampler

Posted: Tue Nov 06, 2018 9:20 am
by MarcTheSpark
Hi all,

I've been looking into writing a linuxsampler front-end / wrapper in Python, and I managed to get as far as sending LSCP messages to create a channel, load an instrument, etc., but I'm not clear on how I actually play notes. Do I just send MIDI messages? If so, to where -- the same port that I'm sending the LSCP messages?

If you can point me to any resources that I'm missing, that might be helpful. So far, all I see is the LSCP memo, and it just states that it's not going to talk about how to play notes and the like.

Thanks!

Marc

Re: Sending note events to linuxsampler

Posted: Thu Dec 13, 2018 6:42 pm
by cuse
SEND CHANNEL MIDI_DATA <midi-msg> <sampler-chan> <arg1> <arg2> is what you want.

You can either use the same network connection or make a separate connection, as you like. It is always the same port number you connect to though.

For developer issues better use the developer mailing list. Better response times. ;-)