Home
last modified time | relevance | path

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

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dcommand.c62 {MUS_FX_SET_VOLUME, 0x7f00, "Set volume", "Volume", 0, 0xff},
161 else if ((fi & 0x7f00) == MUS_FX_SET_VOLUME) in get_command_desc()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dahx.c58 return MUS_FX_SET_VOLUME | ((int)data * 2); in find_command_ahx()
203 i->program[*pidx] = MUS_FX_SET_VOLUME | (data1 * 2); in ahx_program()
205 …i->program[*pidx] = MUS_FX_SET_VOLUME | ((int)(data1 - 0x50) * 2); // should be relative but no ca… in ahx_program()
H A Dmod.c40 command = MUS_FX_SET_VOLUME | ((command & 0xff) * 2); in find_command_pt()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dmusic.h244 MUS_FX_SET_VOLUME = 0x0c00, enumerator
H A Dmusic.c823 case MUS_FX_SET_VOLUME: in do_command()
961 do_command(mus, chan, first_tick ? 0 : mus->song_counter, MUS_FX_SET_VOLUME | (Uint16)(vol), 0); in mus_exec_track_command()