all_notes_off		synth_reset.c	/^all_notes_off(mpc)$/ ;" function 8 { synth_reset }	{ ano_chan }
ano_chan		synth_reset.c	/^ano_chan(mc, chan)$/ ;" function 9 { all_notes_off }	{ setup_cmds }
cmd_cnt		setup_cmds.c	5 ;" global 1 { get_cnt set_cnt setup_cmds }	{ }
dx7_clear		dx7_clear.c	/^dx7_clear(mpc)$/ ;" function 8 { dx7_reset synth_reset }	{ dx7_clear_chan }
dx7_clear_chan		dx7_clear.c	/^dx7_clear_chan(mc, chan)$/ ;" function 20 { dx7_clear }	{ setup_cmds }
dx7_reset		dx7_reset.c	/^dx7_reset(sig)$/ ;" function 32 { }	{ dx7_clear get_cnt set_cnt setup_cmds }
get_cnt		setup_cmds.c	/^get_cnt()$/ ;" function 4 { dx7_reset synth_reset }	{ cmd_cnt }
get_dx7_voice		getvoice.c	/^get_dx7_voice(buf, fid, cnt)$/ ;" function 18 { getvoice }	{ }
get_mpu_cmd		get_mpu_cmd.c	/^get_mpu_cmd(stream, mc)$/ ;" function 38 { }	{ }
getvoice		getvoice.c	/^getvoice(buf, fid)$/ ;" function 36 { }	{ get_dx7_voice }
put_mpu_cmd		put_mpu_cmd.c	/^put_mpu_cmd(stream, mp)$/ ;" function 21 { }	{ }
set_cnt		setup_cmds.c	/^set_cnt()$/ ;" function 4 { dx7_reset synth_reset }	{ cmd_cnt }
setup_cmds		setup_cmds.c	/^setup_cmds(buf, val)$/ ;" function 7 { ano_chan dx7_clear_chan dx7_reset synth_reset }	{ cmd_cnt }
synth_reset		synth_reset.c	/^synth_reset(sig)$/ ;" function 39 { }	{ all_notes_off dx7_clear get_cnt set_cnt setup_cmds }
