« Return to Thread: Displaying continuous MIDI data

Re: Displaying continuous MIDI data

by Stéphane Rollandin :: Rate this Message:

Reply to Author | View in Thread

Charles Gran a écrit :
> I want csound to display values for things like sliders.  It would be
> great if it only did so only when the sliders change.  Something like
> midi-ox on windows if you know it.  Any ideas?

You can use OSC to connect your sliders to csound. OSCListen return
value is either 0 or 1; it is 1 only if a new message was received. By
testing for this you know when to display the slider value.

hope this helps

Stef



Send bugs reports to this list.
To unsubscribe, send email sympa@... with body "unsubscribe csound"

 « Return to Thread: Displaying continuous MIDI data