taglinefilesource code
synthno58drivers/sound/midi_synth.cdo_midi_msg (int synthno, unsigned char *msg, int mlen)
synthno65drivers/sound/midi_synth.cSTORE (SEQ_START_NOTE (synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno71drivers/sound/midi_synth.cSTORE (SEQ_STOP_NOTE (synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno75drivers/sound/midi_synth.cSTORE (SEQ_KEY_PRESSURE (synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno79drivers/sound/midi_synth.cSTORE (SEQ_CONTROL (synthno, msg[0] & 0x0f,
synthno84drivers/sound/midi_synth.cSTORE (SEQ_SET_PATCH (synthno, msg[0] & 0x0f, msg[1]));
synthno88drivers/sound/midi_synth.cSTORE (SEQ_CHN_PRESSURE (synthno, msg[0] & 0x0f, msg[1]));
synthno92drivers/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);
synthno56drivers/sound/mpu401.cint             synthno;
synthno237drivers/sound/mpu401.cdo_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr);
synthno276drivers/sound/mpu401.cdo_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr);
synthno382drivers/sound/mpu401.cdo_midi_msg (devc->synthno, devc->m_buf, devc->m_ptr);
synthno520drivers/sound/mpu401.cdevc->synthno = 0;
synthno883drivers/sound/mpu401.cdevc->synthno = dev;
synthno261drivers/sound/sound_calls.hvoid do_midi_msg (int synthno, unsigned char *msg, int mlen);