Home
last modified time | relevance | path

Searched refs:set_pan (Results 1 – 25 of 75) sorted by relevance

123

/dports/audio/traverso/traverso-0.49.6/src/commands/
H A DTrackPan.cpp87 m_track->set_pan(m_newPan); in do_action()
94 m_track->set_pan(m_origPan); in undo_action()
125 m_track->set_pan(m_newPan); in jog()
141 m_track->set_pan(m_newPan); in pan_left()
153 m_track->set_pan(m_newPan); in pan_right()
/dports/audio/caps-plugins/caps-0.4.5/
H A DHRTF.h47 void set_pan (int p);
58 set_pan ((int) *ports[1]); in activate()
H A DPan.cc45 set_pan (getport (1)); in activate()
49 Pan::set_pan (sample_t p) in set_pan() function in Pan
66 set_pan (getport(1)); in one_cycle()
H A DHRTF.cc44 HRTF::set_pan (int p) in set_pan() function in HRTF
77 if (p != pan) set_pan (p); in one_cycle()
H A DPan.h67 inline void set_pan (sample_t);
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/
H A DHRTF.h47 void set_pan (int p);
58 set_pan ((int) *ports[1]); in activate()
H A DPan.cc45 set_pan (getport (1)); in activate()
49 Pan::set_pan (sample_t p) in set_pan() function in Pan
66 set_pan (getport(1)); in one_cycle()
H A DHRTF.cc44 HRTF::set_pan (int p) in set_pan() function in HRTF
77 if (p != pan) set_pan (p); in one_cycle()
H A DPan.h67 inline void set_pan (sample_t);
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dk053260.cpp276 m_voice[0].set_pan(data); in write()
277 m_voice[1].set_pan(data >> 3); in write()
281 m_voice[2].set_pan(data); in write()
282 m_voice[3].set_pan(data >> 3); in write()
409 void k053260_device::KDSC_Voice::set_pan(u8 data) in set_pan() function in k053260_device::KDSC_Voice
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dk053260.cpp276 m_voice[0].set_pan(data); in write()
277 m_voice[1].set_pan(data >> 3); in write()
281 m_voice[2].set_pan(data); in write()
282 m_voice[3].set_pan(data >> 3); in write()
409 void k053260_device::KDSC_Voice::set_pan(u8 data) in set_pan() function in k053260_device::KDSC_Voice
/dports/devel/godot/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_panner.cpp52 void AudioEffectPanner::set_pan(float p_cpanume) { in set_pan() function in AudioEffectPanner
63 ClassDB::bind_method(D_METHOD("set_pan", "cpanume"), &AudioEffectPanner::set_pan); in _bind_methods()
H A Daudio_effect_panner.h58 void set_pan(float p_cpanume);
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/effects/
H A Daudio_effect_panner.cpp52 void AudioEffectPanner::set_pan(float p_cpanume) { in set_pan() function in AudioEffectPanner
63 ClassDB::bind_method(D_METHOD("set_pan", "cpanume"), &AudioEffectPanner::set_pan); in _bind_methods()
H A Daudio_effect_panner.h58 void set_pan(float p_cpanume);
/dports/audio/caps-lv2/caps-lv2-5d52a0c/
H A DPan.cc49 set_pan (getport(1)); in activate()
56 Wider::set_pan (sample_t p) in set_pan() function in Wider
69 if (p != pan) set_pan (p); in cycle()
H A DPan.h47 inline void set_pan (sample_t);
/dports/games/renpy/renpy-7.4.11-sdk/renpy/audio/
H A Dsound.py66 def set_pan(pan, delay, channel="sound"): function
67 renpy.audio.music.set_pan(pan, delay, channel=channel)
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/isa/sb/
H A Demu8000_callback.c34 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
122 set_pan(hw, vp); in update_voice()
269 set_pan(hw, vp); in start_voice()
359 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pan() function
/dports/multimedia/libv4l/linux-5.13-rc2/sound/isa/sb/
H A Demu8000_callback.c34 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
122 set_pan(hw, vp); in update_voice()
269 set_pan(hw, vp); in start_voice()
359 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pan() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/isa/sb/
H A Demu8000_callback.c34 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
122 set_pan(hw, vp); in update_voice()
269 set_pan(hw, vp); in start_voice()
359 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pan() function
/dports/games/abuse_sdl/abuse-0.8/src/
H A Ddirector.h29 void set_pan(int xv, int yv, int steps) { pan_xv=xv; pan_yv=yv; pan_steps=steps; } in set_pan() function
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dmiditest.c47 void set_pan(int channel, int pan) in set_pan() function
366 set_pan(channel, CLAMP(0, atoi(thedialog[PAN].dp), 127)); in piano_proc()
/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample.h81 void set_pan(uint8_t p_pan);
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample.h81 void set_pan(uint8_t p_pan);

123