Skip to content

Commit

Permalink
Added ringmod/sync source commands
Browse files Browse the repository at this point in the history
4Bxx and 5Bxx
  • Loading branch information
kometbomb committed Dec 26, 2016
1 parent aaec3bd commit 5540312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ static const InstructionDesc instruction_desc[] =
{MUS_FX_SET_WAVEFORM, 0x7f00, "Set waveform", "Waveform", 0, 0xff},
{MUS_FX_SET_WAVETABLE_ITEM, 0x7f00, "Set wavetable item", "Wavetable", 0, CYD_WAVE_MAX_ENTRIES - 1},
{MUS_FX_SET_FXBUS, 0x7f00, "Set FX bus", "SetFxBus", 0, CYD_MAX_FX_CHANNELS - 1},
{MUS_FX_SET_RINGSRC, 0x7f00, "Set ring modulation source (FF=off)", "SetRingSrc", 0, 0xff},
{MUS_FX_SET_SYNCSRC, 0x7f00, "Set sync source (FF=off)", "SetSyncSrc", 0, 0xff},
{MUS_FX_SET_DOWNSAMPLE, 0x7f00, "Set downsample", "SetDnSmp", 0, 0xff},
{MUS_FX_SET_SPEED, 0x7f00, "Set speed", "Speed", -1, -1},
{MUS_FX_SET_RATE, 0x7f00, "Set rate", "Rate", -1, -1},
Expand Down

0 comments on commit 5540312

Please # to comment.