taglinefilesource code
start_note169drivers/sound/dev_table.hint (*start_note) (int dev, int voice, int note, int velocity);
start_note423drivers/sound/sequencer.csynth_devs[dev]->start_note (dev, q[3], q[4], q[5]);
start_note548drivers/sound/sequencer.csynth_devs[dev]->start_note (dev, voice, note, parm);
start_note789drivers/sound/sequencer.csynth_devs[0]->start_note (0, q[1], q[2], q[3]);