Csound Csound-dev Csound-tekno Search About

Re: MIDI Files (retry)

Date1999-05-25 12:56
Fromjpff@maths.bath.ac.uk
SubjectRe: MIDI Files (retry)
Message written at 27 May 1999 12:09:03 +0100
--- Copy of mail to tkunze@ccrma.stanford.edu ---

Reading the code in midirecv.c and my limited knowledge of MIDI i
think a 0xC. message will go to teh code on line 1411 which is
described as "other status types".  There the channel is taken off and
stored and the type of 0xC0 is remembered. 

In m_chanmsg the PROGRAM_TYPE mesage is handled, and one chould get a
"midi channel %d now using instr %d" message.

My question is; what is not happening with should happen?