Home
last modified time | relevance | path

Searched refs:setAudioChannel (Results 1 – 11 of 11) sorted by relevance

/dports/audio/qsampler/qsampler-qsampler_0_9_4/src/
H A DqsamplerFxSend.h67 bool setAudioChannel(int iAudioSrc, int iAudioDst);
H A DqsamplerChannel.h123 bool setAudioChannel(int iAudioOut, int iAudioIn);
H A DqsamplerFxSend.cpp108 bool FxSend::setAudioChannel(int iAudioSrc, int iAudioDst) { in setAudioChannel() function in QSampler::FxSend
H A DqsamplerChannelFxForm.cpp321 ) pFxSend->setAudioChannel(iter.key(), iter.value());
H A DqsamplerChannelForm.cpp395 if (!m_pChannel->setAudioChannel(iter.key(), iter.value()))
H A DqsamplerChannel.cpp550 bool Channel::setAudioChannel ( int iAudioOut, int iAudioIn ) in setAudioChannel() function in QSampler::Channel
/dports/multimedia/dragon/dragon-21.12.3/src/app/
H A DvideoWindow.h152 void setAudioChannel( int channel );
H A DvideoWindow.cpp544 setAudioChannel( profile.readEntry<int>( "AudioChannel", -1 ) ); in loadSettings()
609 VideoWindow::setAudioChannel( int channel ) in setAudioChannel() function in Dragon::VideoWindow
621 setAudioChannel( sender()->property( TheStream::CHANNEL_PROPERTY ).toInt() ); in slotSetAudio()
/dports/audio/geonkick-lv2/geonkick-2.8.0/plugin/lv2/
H A Dgeonkick_lv2.cpp80 void setAudioChannel(float *data, size_t channel) in setAudioChannel() function in GeonkickLv2Plugin
427 geonkickLv2PLugin->setAudioChannel(static_cast<float*>(data), portNumber - 2); in gkick_connect_port()
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/jni/
H A Dcsound_oboe.hpp595 virtual void setAudioChannel(const char *name, MYFLT *samples){ in setAudioChannel() function in CsoundOboe
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py1777 def setAudioChannel(self, name, samples): member in Csound