Home
last modified time | relevance | path

Searched refs:ENV_PITCH (Results 1 – 25 of 28) sorted by relevance

12

/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpage_instruments.c135 case ENV_PITCH: in save_envelope()
137 ((ins->flags & ENV_PITCH) ? ENV_VOLUME : 0) in save_envelope()
171 case ENV_PITCH: in restore_envelope()
173 if (flags[slot] & ENV_VOLUME) ins->flags |= ENV_PITCH; in restore_envelope()
1847 ins->flags & (ENV_PITCH|ENV_FILTER), in pitch_envelope_draw()
1898 ins->flags |= ENV_PITCH; in pitch_envelope_handle_key()
1907 ins->flags |= ENV_PITCH; in pitch_envelope_handle_key()
2284 widgets_pitch[6].d.menutoggle.state = ((ins->flags & ENV_PITCH) in instrument_list_pitch_predraw_hook()
2430 case 1: ins->flags |= ENV_PITCH; in instrument_list_pitch_update_values()
2434 ins->flags |= ENV_PITCH; in instrument_list_pitch_update_values()
[all …]
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DInstrumentExtensions.cpp318 WRITE_MPTHEADER_envelope_member( ENV_PITCH , tick , uint16 , MagicBE("PiP[") ) in WriteInstrumentHeaderStructOrField()
321 WRITE_MPTHEADER_envelope_member( ENV_PITCH , value , uint8 , MagicBE("PiE[") ) in WriteInstrumentHeaderStructOrField()
584 GET_MPTHEADER_envelope_member(ENV_PITCH , tick , uint16 , MagicBE("PiP[") ) in ReadInstrumentHeaderField()
587 GET_MPTHEADER_envelope_member(ENV_PITCH , value , uint8 , MagicBE("PiE[") ) in ReadInstrumentHeaderField()
H A DSampleFormatSFZ.cpp121 ConvertToMPT(ins, sndFile, ENV_PITCH, pitch / 1600.0, -1.0, 1.0); in ConvertToMPT()
123 ConvertToMPT(ins, sndFile, ENV_PITCH, cutoff, 0.0, 1.0, true); in ConvertToMPT()
134 if(forceFilter && envType == ENV_PITCH) in ConvertToMPT()
245 else if(envType == ENV_PITCH && !forceFilter) in ConvertToMPT()
247 else if(envType == ENV_PITCH && forceFilter) in ConvertToMPT()
876 region.pitchEnv.ConvertToMPT(pIns, *this, ENV_PITCH); in ReadSFZInstrument()
878 region.filterEnv.ConvertToMPT(pIns, *this, ENV_PITCH, true); in ReadSFZInstrument()
H A DModInstrument.h170 case ENV_PITCH: in GetEnvelope()
H A DModChannel.h157 case ENV_PITCH: in GetEnvelope()
H A Dload_j2b.cpp337 case ENV_PITCH: // -4096....4096 in ConvertToMPT()
402 pitchEnv.ConvertToMPT(mptIns.PitchEnv, ENV_PITCH); in ConvertToMPT()
H A DLoad_mt2.cpp946 const EnvelopeType envType[4] = { ENV_VOLUME, ENV_PANNING, ENV_PITCH, ENV_PITCH }; in ReadMT2()
H A DSnd_defs.h203 ENV_PITCH, enumerator
H A DUpgradeModule.cpp278 ins->GetEnvelope(ENV_PITCH).Convert(MOD_TYPE_XM, GetType()); in UpgradeModule()
H A DSndmix.cpp1157 if(IsEnvelopeProcessed(chn, ENV_PITCH)) in ProcessPitchFilterEnvelope()
1353 IncrementEnvelopePosition(chn, ENV_PITCH); in IncrementEnvelopePositions()
/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Diti.c111 if (iti.pitchenv.flags & 1) ins->flags |= ENV_PITCH;
H A Dmdl.c688 sins->flags |= ENV_PITCH;
1061 copy_envelope(ins, &ins->pitch_env, freqenvs, ENV_PITCH);
H A Dimf.c375 {ENV_PITCH | ENV_FILTER, ENV_PITCHSUSTAIN, ENV_PITCHLOOP},
H A Dit.c320 {ENV_PITCH, ENV_PITCHLOOP, ENV_PITCHSUSTAIN, ENV_PITCHCARRY},
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A Dload_mt2.cpp498 if (pme->nFlags & 1) penv->dwFlags |= (iEnv==3) ? (ENV_PITCH|ENV_FILTER) : ENV_PITCH; in ReadMT2()
H A Dload_it.cpp119 if (pis->pitchenv.flags & 1) penv->dwFlags |= ENV_PITCH; in ITInstrToMPT()
836 if (penv->dwFlags & ENV_PITCH) iti.pitchenv.flags |= 0x01; in SaveIT()
H A Dsnd_fx.cpp387 if (penv->dwFlags & ENV_PITCH) pChn->dwFlags |= CHN_PITCHENV; in InstrumentChange()
388 if ((penv->dwFlags & ENV_PITCH) && (penv->dwFlags & ENV_FILTER)) in InstrumentChange()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A Dload_mt2.cpp498 if (pme->nFlags & 1) penv->dwFlags |= (iEnv==3) ? (ENV_PITCH|ENV_FILTER) : ENV_PITCH;
H A Dload_it.cpp118 if (pis->pitchenv.flags & 1) penv->dwFlags |= ENV_PITCH;
835 if (penv->dwFlags & ENV_PITCH) iti.pitchenv.flags |= 0x01;
H A Dsnd_fx.cpp387 if (penv->dwFlags & ENV_PITCH) pChn->dwFlags |= CHN_PITCHENV; in InstrumentChange()
388 if ((penv->dwFlags & ENV_PITCH) && (penv->dwFlags & ENV_FILTER)) in InstrumentChange()
/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dsndfile.h81 #define ENV_PITCH 0x0040 in sockem_ctrl_thrd_main()
/dports/audio/schismtracker/schismtracker-20211116/player/
H A Deffects.c1286 if (penv->flags & ENV_PITCH)
1288 if ((penv->flags & ENV_PITCH) && (penv->flags & ENV_FILTER) && !chan->cutoff)
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/libmodplug/
H A Dsndfile.h118 #define ENV_PITCH 0x0040 macro
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/libmodplug/
H A Dsndfile.h118 #define ENV_PITCH 0x0040 macro
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/libmodplug/
H A Dsndfile.h118 #define ENV_PITCH 0x0040 macro

12