Home
last modified time | relevance | path

Searched defs:get_pan (Results 1 – 12 of 12) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_panner.cpp56 float AudioEffectPanner::get_pan() const { in get_pan() function in AudioEffectPanner
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_panner.cpp56 float AudioEffectPanner::get_pan() const { in get_pan() function in AudioEffectPanner
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SampleEditor/
H A DTargetWaveDisplay.h55 H2Core::Sample::PanEnvelope* get_pan() { return &m_PanEnvelope; } in get_pan() function
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DTrack.h75 float get_pan() const {return m_pan;} in get_pan() function
/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample.cpp85 uint8_t CPSample::get_pan() const { in get_pan() function in CPSample
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample.cpp85 uint8_t CPSample::get_pan() const { in get_pan() function in CPSample
/dports/games/freedink-engine/freedink-108.4/src/
H A Dgame_engine.c185 int get_pan(int h) in get_pan() function
/dports/devel/godot2/godot-2.1.6-stable/scene/audio/
H A Dsample_player.cpp418 float SamplePlayer::get_pan(VoiceID p_voice) const { in get_pan() function in SamplePlayer
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/audio/
H A Dsample_player.cpp418 float SamplePlayer::get_pan(VoiceID p_voice) const { in get_pan() function in SamplePlayer
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dspg2xx_audio.h61 …uint16_t get_pan(const offs_t channel) const { return (m_audio_regs[(channel << 4) | AUDIO_PAN_VOL… in get_pan() function
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dspg2xx_audio.h61 …uint16_t get_pan(const offs_t channel) const { return (m_audio_regs[(channel << 4) | AUDIO_PAN_VOL… in get_pan() function
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Dallegro.h1613 int (*get_pan)(int voice); member