Home
last modified time | relevance | path

Searched refs:CHN_VOLUMERAMP (Results 1 – 9 of 9) sorted by relevance

/dports/audio/schismtracker/schismtracker-20211116/player/
H A Dsndmix.c525 chan->flags & CHN_VOLUMERAMP && in rn_update_sample()
554 chan->flags &= ~CHN_VOLUMERAMP; in rn_update_sample()
559 chan->flags &= ~CHN_VOLUMERAMP; in rn_update_sample()
1201 chan->flags &= ~CHN_VOLUMERAMP; in csf_read_note()
1204 chan->flags |= CHN_VOLUMERAMP; in csf_read_note()
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A Dsndmix.cpp218 pramp->dwFlags |= CHN_VOLUMERAMP; in FadeSong()
1049 pChn->dwFlags &= ~CHN_VOLUMERAMP; in ReadNote()
1051 pChn->dwFlags |= CHN_VOLUMERAMP; in ReadNote()
1153 if ((pChn->dwFlags & CHN_VOLUMERAMP) in ReadNote()
1182 pChn->dwFlags &= ~CHN_VOLUMERAMP; in ReadNote()
1188 pChn->dwFlags &= ~CHN_VOLUMERAMP; in ReadNote()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A Dsndmix.cpp218 pramp->dwFlags |= CHN_VOLUMERAMP; in FadeSong()
1049 pChn->dwFlags &= ~CHN_VOLUMERAMP; in ReadNote()
1051 pChn->dwFlags |= CHN_VOLUMERAMP; in ReadNote()
1153 if ((pChn->dwFlags & CHN_VOLUMERAMP) in ReadNote()
1182 pChn->dwFlags &= ~CHN_VOLUMERAMP; in ReadNote()
1188 pChn->dwFlags &= ~CHN_VOLUMERAMP; in ReadNote()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSndmix.cpp126 pramp.dwFlags.set(CHN_VOLUMERAMP); in FadeSong()
1925 …if(chn.dwFlags[CHN_VOLUMERAMP] && (chn.leftVol != chn.newLeftVol || chn.rightVol != chn.newRightVo… in ProcessRamping()
1972 chn.dwFlags.reset(CHN_VOLUMERAMP); in ProcessRamping()
1978 chn.dwFlags.reset(CHN_VOLUMERAMP); in ProcessRamping()
2375 …chn.dwFlags.set(CHN_VOLUMERAMP, (chn.nRealVolume | chn.rightVol | chn.leftVol) != 0 && !chn.dwFlag… in ReadNote()
H A DSnd_defs.h143 CHN_VOLUMERAMP = 0x10000, // Apply volume ramping enumerator
/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dsndfile.h55 #define CHN_VOLUMERAMP 0x8000 // ramp volume in sockem_ctrl_thrd_main()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/libmodplug/
H A Dsndfile.h97 #define CHN_VOLUMERAMP 0x8000 macro
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/libmodplug/
H A Dsndfile.h97 #define CHN_VOLUMERAMP 0x8000 macro
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/libmodplug/
H A Dsndfile.h97 #define CHN_VOLUMERAMP 0x8000 macro