Home
last modified time | relevance | path

Searched refs:MUS_FX_SET_SPEED (Results 1 – 5 of 5) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dcommand.c72 {MUS_FX_SET_SPEED, 0x7f00, "Set speed", "Speed", -1, -1},
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dahx.c120 return MUS_FX_SET_SPEED | (data & 0xf); in find_command_ahx()
185 i->program[*pidx] = MUS_FX_SET_SPEED | data1; in ahx_program()
H A Dmod.c44 command = MUS_FX_SET_SPEED | my_min(0xf, (command & 0xff)); in find_command_pt()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dmusic.h255 MUS_FX_SET_SPEED = 0x0f00, enumerator
H A Dmusic.c758 case MUS_FX_SET_SPEED: in do_command()
2644 if ((command & 0xff00) == MUS_FX_SET_SPEED) in mus_get_playtime_at()