mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
reorder mixer mapping shell commands
This commit is contained in:
parent
1c5723aeff
commit
b6c82df6fc
1 changed files with 8 additions and 8 deletions
|
@ -194,14 +194,6 @@ static const fluid_cmd_t fluid_commands[] =
|
|||
"chanmap", "mixer", fluid_handle_chanmap,
|
||||
"chanmap [chan1 chan2..] Print all or some MIDI channels mapping"
|
||||
},
|
||||
{
|
||||
"fxmap", "mixer", fluid_handle_fxmap,
|
||||
"fxmap [fx1 fx2..] Print all or some fx unit mapping"
|
||||
},
|
||||
{
|
||||
"resetchanmap", "mixer", fluid_handle_resetchanmap,
|
||||
"resetchanmap [chan1 chan2..] Set MIDI channels default mapping "
|
||||
},
|
||||
{
|
||||
"setchanmapout", "mixer", fluid_handle_setchanmapout,
|
||||
"setchanmapout chan0 out0 [chan1 out1..] Set MIDI channels mapping to dry output"
|
||||
|
@ -210,6 +202,14 @@ static const fluid_cmd_t fluid_commands[] =
|
|||
"setchanmapfx", "mixer", fluid_handle_setchanmapfx,
|
||||
"setchanmapfx chan0 fx0 [chan1 fx1..] Set MIDI channels mapping to fx unit"
|
||||
},
|
||||
{
|
||||
"resetchanmap", "mixer", fluid_handle_resetchanmap,
|
||||
"resetchanmap [chan1 chan2..] Set MIDI channels default mapping "
|
||||
},
|
||||
{
|
||||
"fxmap", "mixer", fluid_handle_fxmap,
|
||||
"fxmap [fx1 fx2..] Print all or some fx unit mapping"
|
||||
},
|
||||
{
|
||||
"setfxmapout", "mixer", fluid_handle_setfxmapout,
|
||||
"setfxmapout fx0 out0 [fx1 out1..] Set fx unit mapping to dry output"
|
||||
|
|
Loading…
Reference in a new issue