mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-12 07:04:50 +00:00
9 lines
270 B
Text
9 lines
270 B
Text
# How to know the state of one or more MIDI channels ?
|
|
# -----------------------------------------------------
|
|
# Use the command channelsmode [chan1 chan2 ….]
|
|
channelsmode
|
|
|
|
# To display the state of MIDI channels 2,5, 10, 13 only
|
|
channelsmode 2 5 10 13
|
|
|
|
# end
|