reorder mixer mapping shell commands

This commit is contained in:
jjceresa 2020-09-16 12:23:02 +02:00
parent 1c5723aeff
commit b6c82df6fc

View file

@ -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"