On Monday 10 February 2014 11:15:48 Stjepan Horvat wrote:
> Hey guys..
> how complicated it would be to write a program that would recives midi
> messages (convert them dependent on the config) and send LSCP commands..
> 
> the config would look like:
> 
> "Byte 0 = 193, Byte 1 = 1" : "RESET CHANNEL 0"
> "Byte 0 = 145, Byte 1 = 84, Byte 2 = 100" : "SET CHANNEL MUTE 1 1"

You are aware, that the MIDI commands in LSCP are not intended for real-time 
operation, right? The LSCP server is running as single thread with low 
priority. So in practice this means latency and jitter for your MIDI events. 
Those MIDI commands were just added to LSCP for things like virtual MIDI 
keyboards in graphical frontend applications.

CU
Christian

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to