Home
last modified time | relevance | path

Searched refs:tremolo_sweep (Results 1 – 25 of 104) sorted by relevance

12345

/dports/audio/playmidi/playmidi-2.4/
H A Dpatchload.c65 unsigned char tremolo_sweep; member
178 sample.tremolo_sweep = (unsigned char) buf[49];
223 patch->tremolo_sweep = sample.tremolo_sweep;
/dports/audio/gervill/gervill/src.removed/
H A DPATSample.java84 public int tremolo_sweep; // ignored field in PATSample
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/timidity/
H A Dtimidity_mix.cpp152 if (voice[v].tremolo_sweep) in update_tremolo()
156 voice[v].tremolo_sweep_position += voice[v].tremolo_sweep; in update_tremolo()
158 voice[v].tremolo_sweep=0; /* Swept to max amplitude */ in update_tremolo()
H A Dtimidity_playmidi.h85 tremolo_sweep, tremolo_sweep_position, member
/dports/audio/timidity/timidity-0.2i/
H A Dmix.c149 if (voice[v].tremolo_sweep) in update_tremolo()
153 voice[v].tremolo_sweep_position += voice[v].tremolo_sweep; in update_tremolo()
155 voice[v].tremolo_sweep=0; /* Swept to max amplitude */ in update_tremolo()
H A Dplaymidi.h74 tremolo_sweep, tremolo_sweep_position, member
/dports/games/vavoom/vavoom-1.33/source/timidity/
H A Dmix.cpp134 if (song->voice[v].tremolo_sweep) in update_tremolo()
138 song->voice[v].tremolo_sweep_position += song->voice[v].tremolo_sweep; in update_tremolo()
140 song->voice[v].tremolo_sweep = 0; /* Swept to max amplitude */ in update_tremolo()
H A Dtimidity.h373 tremolo_sweep, tremolo_sweep_position, member
/dports/games/uhexen2/hexen2source-1.5.9/libs/timidity/
H A Dmix.c153 if (song->voice[v].tremolo_sweep) in update_tremolo()
156 song->voice[v].tremolo_sweep_position += song->voice[v].tremolo_sweep; in update_tremolo()
158 song->voice[v].tremolo_sweep=0; /* Swept to max amplitude */ in update_tremolo()
H A Dtimidity_internal.h173 tremolo_sweep, tremolo_sweep_position, member
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/timidity/
H A Dmix.c149 if (song->voice[v].tremolo_sweep) in update_tremolo()
153 song->voice[v].tremolo_sweep_position += song->voice[v].tremolo_sweep; in update_tremolo()
155 song->voice[v].tremolo_sweep=0; /* Swept to max amplitude */ in update_tremolo()
H A Dtimidity.h74 tremolo_sweep, tremolo_sweep_position,
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/timidity/
H A Dmix.c135 if (song->voice[v].tremolo_sweep) in update_tremolo()
139 song->voice[v].tremolo_sweep_position += song->voice[v].tremolo_sweep; in update_tremolo()
141 song->voice[v].tremolo_sweep=0; /* Swept to max amplitude */ in update_tremolo()
H A Dtimidity.h66 tremolo_sweep, tremolo_sweep_position, member
/dports/games/zdoom/zdoom-2.8.1/src/timidity/
H A Dmix.cpp385 if (v->tremolo_sweep != 0) in update_tremolo()
389 v->tremolo_sweep_position += v->tremolo_sweep; in update_tremolo()
393 v->tremolo_sweep = 0; in update_tremolo()
H A Dtimidity.h525 tremolo_sweep, tremolo_sweep_position, member
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/
H A Dmix.cpp387 if (v->tremolo_sweep != 0) in update_tremolo()
391 v->tremolo_sweep_position += v->tremolo_sweep; in update_tremolo()
395 v->tremolo_sweep = 0; in update_tremolo()
/dports/games/edge/Edge-1.35-source/timidity/
H A Dplaymidi.h134 int tremolo_sweep; member
H A Dmix.cc171 if (voice[v].tremolo_sweep) in update_tremolo()
175 voice[v].tremolo_sweep_position += voice[v].tremolo_sweep; in update_tremolo()
178 voice[v].tremolo_sweep=0; /* Swept to max amplitude */ in update_tremolo()
/dports/audio/libmikmod/libmikmod-3.3.11.1/drivers/dos/
H A Dlibgus.h175 unsigned char tremolo_sweep; member
/dports/audio/sdl_mixer/SDL_mixer-1.2.12/timidity/
H A Dplaymidi.h86 tremolo_sweep, tremolo_sweep_position, tremolo_phase,
H A Dmix.c153 if (voice[v].tremolo_sweep) in update_tremolo()
157 voice[v].tremolo_sweep_position += voice[v].tremolo_sweep; in update_tremolo()
159 voice[v].tremolo_sweep=0; /* Swept to max amplitude */ in update_tremolo()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/timidity/
H A Dtimidity.h151 tremolo_sweep, tremolo_sweep_position, member
/dports/audio/tse3/tse3-0.3.1/src/tse3/plt/
H A DOSS.cpp634 unsigned char tremolo_sweep; member
1759 sample.tremolo_sweep = (unsigned char) tmp[49]; in loadPatch()
1793 patch->tremolo_sweep = sample.tremolo_sweep; in loadPatch()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dplaymidi.h412 tremolo_sweep, tremolo_sweep_position, member

12345