goule Posted January 7, 2006 Report Posted January 7, 2006 Hi crew,I didn't a place where is told how to send a program change in C ??Please help :-\Goule Quote
TK. Posted January 7, 2006 Report Posted January 7, 2006 It isn't so difficult: MIOS_MIDI_TxBufferPut(0xc0); // program change, channel #1 MIOS_MIDI_TxBufferPut(prg); // program numberFor more informations see also this nice site: http://www.borg.com/~jglatt/tech/midispec.htmBest Regards, Thorsten. Quote
audiocommander Posted January 7, 2006 Report Posted January 7, 2006 I find this table very useful:http://www.midi.org/about-midi/table1.shtml=> check all three tables! ;) Quote
goule Posted January 7, 2006 Author Report Posted January 7, 2006 Thanks both of you ! :DBy the way I wanted to say that I improved the performance of my MIDI gate ;D I'll send code when I'll have more time ;)Have a good week end !Olivier Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.