Home
last modified time | relevance | path

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

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dmusic.h85 MUS_INST_RELATIVE_VOLUME = 128, enumerator
H A Dmusic.c169 if (chn->instrument && (chn->instrument->flags & MUS_INST_RELATIVE_VOLUME)) in update_volumes()
1184 …update_volumes(mus, track, chn, cydchn, (ins->flags & MUS_INST_RELATIVE_VOLUME) ? MAX_VOLUME : ins… in mus_trigger_instrument_internal()
1539 if (pinst->flags & MUS_INST_RELATIVE_VOLUME) in mus_advance_tick()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dahx.c319 …->flags = MUS_INST_SET_PW|MUS_INST_SET_CUTOFF|MUS_INST_INVERT_VIBRATO_BIT|MUS_INST_RELATIVE_VOLUME; in import_ahx()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Devent.c224 flipbit(i->flags, MUS_INST_RELATIVE_VOLUME); in instrument_add_param()
H A Dview.c1173 inst_flags(event, &r, P_RELVOL, "RELATIVE", &inst->flags, MUS_INST_RELATIVE_VOLUME); in instrument_view()