Home
last modified time | relevance | path

Searched refs:voleffect (Results 1 – 25 of 37) sorted by relevance

12

/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpattern-view.c108 if (note->voleffect == VOLFX_PANNING)
230 if (note->volparam || note->voleffect) {
289 switch (note->voleffect) {
377 switch (note->voleffect) {
443 } else if (note->voleffect) {
531 switch (note->voleffect) {
627 } else if (note->voleffect) {
738 fg = note->voleffect == VOLFX_PANNING ? 1 : 2;
760 } else if (note->voleffect) {
762 fg = (note->voleffect == VOLFX_PANNING) ? 1 : 2;
[all …]
H A Dpage_patedit.c1416 note->voleffect = mask_note.voleffect; in selection_set_volume()
1461 ve = note->voleffect; in selection_slide_volume()
1493 note->voleffect = ve; in selection_slide_volume()
2232 p_note[chan].voleffect = mask_note.voleffect; in clipboard_paste_mix_notes()
2286 p_note[chan].voleffect = c_note[chan].voleffect; in clipboard_paste_mix_fields()
2303 p_note[chan].voleffect = c_note[chan].voleffect; in clipboard_paste_mix_fields()
2839 note->voleffect = fx; in handle_volume()
3215 cur_note->voleffect = mask_note.voleffect; in pattern_editor_insert()
3330 cur_note->voleffect = mask_note.voleffect; in pattern_editor_insert()
3337 cur_note->voleffect = mask_note.voleffect = VOLFX_NONE; in pattern_editor_insert()
[all …]
H A Daudio_playback.c389 mc.voleffect = VOLFX_VOLUME;
443 if (cur_note->voleffect == VOLFX_VOLUME) {
1119 if (m->voleffect != VOLFX_VOLUME) {
1122 vol_tracker[chan] = m->voleffect;
1124 } else if (!m->note && m->voleffect == VOLFX_VOLUME) {
1134 if (m->voleffect != VOLFX_VOLUME) {
/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Dult.c194 note->voleffect = b & 0xf;
198 translate_fx(&note->voleffect, &note->volparam);
202 if (note->voleffect == FX_OFFSET && note->effect == FX_OFFSET) {
204 note->voleffect = FX_NONE;
206 } else if (note->voleffect == FX_OFFSET) {
212 } else if (note->voleffect == note->effect) {
216 if (note->effect == FX_VOLUME || (note->effect == FX_NONE && note->voleffect != FX_VOLUME)) {
230 if (effect_weight[note->voleffect] > effect_weight[note->effect])
235 note->voleffect = 0;
237 if (!note->voleffect)
[all …]
H A Dxm.c172 note->voleffect = FX_VOLUME;
177 note->voleffect = FX_NONE;
183 note->voleffect = FX_VOLUMESLIDE;
188 note->voleffect = FX_VOLUMESLIDE;
196 note->voleffect = FX_VOLUMESLIDE;
213 note->voleffect = FX_VIBRATO;
217 note->voleffect = FX_VIBRATO;
220 note->voleffect = FX_SPECIAL;
232 note->voleffect = FX_SPECIAL;
262 note->voleffect = FX_NONE;
[all …]
H A Dit.c157 case 0 ... 64: adj = 0; note->voleffect = VOLFX_VOLUME; break; in it_import_voleffect()
158 case 128 ... 192: adj = 128; note->voleffect = VOLFX_PANNING; break; in it_import_voleffect()
159 case 65 ... 74: adj = 65; note->voleffect = VOLFX_FINEVOLUP; break; in it_import_voleffect()
160 case 75 ... 84: adj = 75; note->voleffect = VOLFX_FINEVOLDOWN; break; in it_import_voleffect()
161 case 85 ... 94: adj = 85; note->voleffect = VOLFX_VOLSLIDEUP; break; in it_import_voleffect()
162 case 95 ... 104: adj = 95; note->voleffect = VOLFX_VOLSLIDEDOWN; break; in it_import_voleffect()
163 case 105 ... 114: adj = 105; note->voleffect = VOLFX_PORTADOWN; break; in it_import_voleffect()
164 case 115 ... 124: adj = 115; note->voleffect = VOLFX_PORTAUP; break; in it_import_voleffect()
166 case 203 ... 212: adj = 203; note->voleffect = VOLFX_VIBRATODEPTH; break; in it_import_voleffect()
237 last_note[chan].voleffect = note[chan].voleffect; in load_it_pattern()
[all …]
H A Dgeneric.c44 note->voleffect = VOLFX_NONE; in mod_import_note()
92 .voleffect = note->effect, in swap_effects()
94 .effect = note->voleffect, in swap_effects()
H A Dimf.c259 if (note->effect == FX_VOLUME && note->voleffect == VOLFX_NONE) {
260 note->voleffect = VOLFX_VOLUME;
333 note->voleffect = VOLFX_VOLUME;
338 note->voleffect = VOLFX_VOLUME;
343 note->voleffect = VOLFX_PANNING;
348 note->voleffect = VOLFX_PANNING;
H A Dmid.c272 .voleffect = VOLFX_VOLUME, in fmt_mid_load_song()
477 if (cur->note.voleffect) { in fmt_mid_load_song()
478 rowdata[cur->chan].voleffect = cur->note.voleffect; in fmt_mid_load_song()
H A Dfar.c104 note->voleffect = VOLFX_VOLUME; in far_import_note()
121 note->voleffect = VOLFX_VOLUME; in far_import_note()
H A D669.c183 note->voleffect = VOLFX_VOLUME; in fmt_669_load_song()
191 note->voleffect = VOLFX_VOLUME; in fmt_669_load_song()
H A Ds3m.c362 note->voleffect = VOLFX_VOLUME;
365 note->voleffect = VOLFX_NONE;
369 note->voleffect = VOLFX_PANNING;
385 note->voleffect = VOLFX_NONE;
690 switch (out.voleffect) {
H A Dmus.c193 note[ch].voleffect = VOLFX_VOLUME;
249 note[ch].voleffect = VOLFX_VOLUME;
H A Dstm.c105 note->voleffect = VOLFX_VOLUME; in load_stm_pattern()
H A Dsfx.c211 note->voleffect = VOLFX_VOLUME; in fmt_sfx_load_song()
H A Dmod.c617 if(m->voleffect == VOLFX_VOLUME) { in fmt_mod_save_song()
620 } else if (m->voleffect == VOLFX_NONE) { in fmt_mod_save_song()
H A Dmtm.c80 note->voleffect = VOLFX_NONE;
H A Dokt.c288 note->voleffect = VOLFX_VOLUME; in okt_read_pbod()
H A Dmdl.c353 note->voleffect = VOLFX_VOLUME;
389 note->voleffect = e1;
/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dfmt.h157 #define convert_voleffect_of(note,force) convert_voleffect(&((note)->voleffect), &((note)->volparam…
H A Dsndfile.h504 uint8_t voleffect;
/dports/audio/schismtracker/schismtracker-20211116/player/
H A Dcsndfile.c1292 m->voleffect = VOLFX_VOLUME; in csf_import_mod_effect()
1294 if (m->voleffect > 64) in csf_import_mod_effect()
1295 m->voleffect = 64; in csf_import_mod_effect()
/dports/games/uqm/uqm-0.8.0/src/libs/mikmod/
H A Dmikmod_internals.h509 UBYTE voleffect; /* Volume Column Effect Memory as used by IT */ member
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmod.c222 UBYTE voleffect; /* Volume Column Effect Memory as used by IT */ member
1627 c = a->voleffect; in DoVolEffects()
1632 a->voleffect = c; in DoVolEffects()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Dmod.c222 UBYTE voleffect; /* Volume Column Effect Memory as used by IT */ member
1627 c = a->voleffect; in DoVolEffects()
1632 a->voleffect = c; in DoVolEffects()

12