taglinefilesource code
synthno67drivers/sound/midi_synth.cdo_midi_msg (int synthno, unsigned char *msg, int mlen)
synthno74drivers/sound/midi_synth.cSTORE (SEQ_START_NOTE (synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno80drivers/sound/midi_synth.cSTORE (SEQ_STOP_NOTE (synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno84drivers/sound/midi_synth.cSTORE (SEQ_KEY_PRESSURE (synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno88drivers/sound/midi_synth.cSTORE (SEQ_CONTROL (synthno, msg[0] & 0x0f,
synthno93drivers/sound/midi_synth.cSTORE (SEQ_SET_PATCH (synthno, msg[0] & 0x0f, msg[1]));
synthno97drivers/sound/midi_synth.cSTORE (SEQ_CHN_PRESSURE (synthno, msg[0] & 0x0f, msg[1]));
synthno101drivers/sound/midi_synth.cSTORE (SEQ_BENDER (synthno, msg[0] & 0x0f,
synthno18drivers/sound/midi_synth.hvoid do_midi_msg (int synthno, unsigned char *msg, int mlen);
synthno60drivers/sound/mpu401.cint             synthno;
synthno248drivers/sound/mpu401.cdo_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr);
synthno287drivers/sound/mpu401.cdo_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr);
synthno393drivers/sound/mpu401.cdo_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr);
synthno538drivers/sound/mpu401.cdevc->synthno = 0;
synthno901drivers/sound/mpu401.cdevc->synthno = dev;
synthno254drivers/sound/sound_calls.hvoid do_midi_msg (int synthno, unsigned char *msg, int mlen);