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
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.
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! ;)
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now