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