Home
last modified time | relevance | path

Searched refs:FX_NONE (Results 1 – 24 of 24) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dactor.cpp93 FX_NONE, FX_NONE, FX_NONE, -1,
101 FX_NONE, FX_NONE, FX_NONE, 503,
106 FX_NONE, FX_NONE, FX_NONE, -1,
120 FX_NONE, FX_NONE, FX_NONE, -1,
128 FX_NONE, FX_NONE, FX_NONE, -1,
133 FX_NONE, FX_NONE, FX_NONE, -1,
147 FX_NONE, FX_NONE, FX_NONE, -1,
155 FX_NONE, FX_NONE, FX_NONE, 513,
160 FX_NONE, FX_NONE, FX_NONE, -1,
175 FX_NONE, FX_NONE, FX_NONE, -1,
[all …]
H A Dfx.h28 FX_NONE = -1, enumerator
/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Dult.c95 FX_NONE,
96 FX_NONE,
98 FX_NONE,
104 FX_NONE, // extended effects, processed separately
118 *pe = FX_NONE;
204 note->voleffect = FX_NONE;
214 note->effect = FX_NONE;
216 if (note->effect == FX_VOLUME || (note->effect == FX_NONE && note->voleffect != FX_VOLUME)) {
H A Dmdl.c185 /* 0 */ FX_NONE,
192 /* 6 */ FX_NONE,
197 /* A */ FX_NONE,
209 /* L */ FX_NONE,
245 *pe = FX_NONE;
346 e2 = FX_NONE;
362 e1 = FX_NONE;
365 e1 = FX_NONE;
377 e1 = FX_NONE;
381 e1 = FX_NONE;
[all …]
H A Dimf.c126 FX_NONE, in main_0082_fetch_max_bytes()
149 FX_NONE, // 0x17 Nxy Filter Slide + Resonance - XXX in main_0082_fetch_max_bytes()
151 FX_NONE, // 0x19 Pxx Set Fine Sample Offset - XXX in main_0082_fetch_max_bytes()
170 FX_NONE, // 0x22 Yxx Chorus - XXX in main_0082_fetch_max_bytes()
171 FX_NONE, // 0x23 Zxx Reverb - XXX in main_0082_fetch_max_bytes()
258 note->effect = (note->effect < 0x24) ? imf_efftrans[note->effect] : FX_NONE;
262 note->effect = FX_NONE;
H A Dfar.c79 FX_NONE,
89 FX_NONE, // actually slide-to-volume
92 FX_NONE, // fine tempo down
93 FX_NONE, // fine tempo up
H A Dgeneric.c84 [FX_NONE] = 0,
103 case FX_NONE: in convert_voleffect()
H A Dxm.c177 note->voleffect = FX_NONE;
251 note->effect = FX_NONE;
262 note->voleffect = FX_NONE;
264 note->effect = FX_NONE;
269 if (note->effect == FX_NONE && note->voleffect != FX_NONE) {
H A Dstm.c69 FX_NONE, // .
144 note->effect = FX_NONE; in load_stm_pattern()
H A Ds3m.c387 note->effect = FX_NONE;
390 note->effect = FX_NONE;
H A Dokt.c290 note->effect = FX_NONE; in okt_read_pbod()
H A Dmod.c622 case FX_NONE: mod_fx_val = 0; break; in fmt_mod_save_song()
/dports/audio/libxmp/libxmp-4.5.0/src/loaders/
H A Dstm_load.c117 #define FX_NONE 0xff macro
129 FX_NONE,
140 FX_NONE,
141 FX_NONE,
142 FX_NONE,
143 FX_NONE,
144 FX_NONE
348 case FX_NONE: in stm_load()
H A Dstx_load.c116 #define FX_NONE 0xff macro
119 FX_NONE,
356 case FX_NONE: in stx_load()
H A Dit_load.c54 #define FX_NONE 0xff macro
60 /* */ FX_NONE,
87 /* ? */ FX_NONE,
88 /* ? */ FX_NONE,
89 /* ? */ FX_NONE,
90 /* ? */ FX_NONE,
91 /* ? */ FX_NONE
190 case FX_NONE: /* No effect */ in xlat_fx()
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DPorts.hpp87 FX_NONE = 0, enumerator
H A DBOopsGUI.cpp188 slots[i].container = BWidgets::ValueWidget (0, i * 24, 290, 24, "padSurface", FX_NONE);
1927 controllerWidgets[SLOTS + slot * (SLOTS_PARAMS + NR_PARAMS) + SLOTS_EFFECT]->setValue (FX_NONE); in clearSlot()
2324 const int fxnr = ((v >= FX_NONE) && (v < NR_FX) ? v : FX_NONE); in setOptionWidget()
2601 value = FX_NONE; in valueChangedCallback()
2606 const int fxnr = LIMIT (value, FX_NONE, NR_FX - 1); in valueChangedCallback()
4159 if ((fxnr == FX_NONE) || (fxnr == FX_INVALID)) break; in randomizePads()
4380 …if ((slots[row].container.getValue() == FX_NONE) || (slots[row].container.getValue() == FX_INVALID… in drawPad()
4409 …if ((slots[slot].container.getValue() == FX_NONE) || (slots[slot].container.getValue() == FX_INVAL… in drawPad()
4441 const int fxnr = LIMIT (slots[row].container.getValue(), FX_NONE, NR_FX - 1); in drawPad()
4511 if ((mode == SHAPESYMBOL) && (wr > 4.0) && (fxnr != FX_NONE) && (fxnr != FX_INVALID)) in drawPad()
[all …]
H A DBOops.cpp104 slots.fill (Slot (this, FX_NONE, nullptr, nullptr, 16, 1.0f, 0.25 * samplerate));
1398 if ((s.effect == FX_INVALID) || (s.effect == FX_NONE)) break; in play()
1427 if ((s.effect == FX_INVALID) || (s.effect == FX_NONE)) break; in play()
1622 if ((slots[slotNr].effect == FX_NONE) || (slots[slotNr].effect == FX_INVALID)) continue; in state_save()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dcache.h20 enum Effect { FX_NONE = 0, FX_UNDERWATER = 1, FX_ALPHA_TEST = 2 }; enumerator
29 prepareCompose(FX_NONE); in ShaderCache()
30 prepareAmbient(FX_NONE); in ShaderCache()
33 prepareShadows(FX_NONE); in ShaderCache()
35 prepareSky(FX_NONE); in ShaderCache()
38 prepareWater(FX_NONE); in ShaderCache()
40 prepareFilter(FX_NONE); in ShaderCache()
41 prepareGUI(FX_NONE); in ShaderCache()
/dports/games/NBlood/NBlood-a1689a4/source/libxmp-lite/src/
H A Dit_load.c73 #define FX_NONE 0xff macro
79 /* */ FX_NONE,
204 case FX_NONE: /* No effect */ in xlat_fx()
/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dsndfile.h91 #define FX_NONE 0 // . in sockem_ctrl_thrd_main()
/dports/audio/schismtracker/schismtracker-20211116/player/
H A Deffects.c1074 case FX_NONE:
1635 case FX_NONE:
H A Dcsndfile.c1636 case FX_NONE: in csf_insert_restart_pos()
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpage_patedit.c1581 case FX_NONE: in selection_vary()