Home
last modified time | relevance | path

Searched refs:sampleRateChanged (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/audio/lmms/lmms-1.2.2/plugins/Bitcrush/
H A DBitcrushControls.cpp50 connect( Engine::mixer(), SIGNAL( sampleRateChanged() ), this, SLOT( sampleRateChanged() ) ); in BitcrushControls()
86 void BitcrushControls::sampleRateChanged() in sampleRateChanged() function in BitcrushControls
88 m_effect->sampleRateChanged(); in sampleRateChanged()
/dports/comms/soapyairspy/SoapyAirspy-soapy-airspy-0.2.0/
H A DStreaming.cpp87 if (sampleRateChanged.load()) { in rx_callback()
151 sampleRateChanged.store(true); in setupStream()
196 if (sampleRateChanged.load()) { in activateStream()
198 sampleRateChanged.store(false); in activateStream()
228 if (sampleRateChanged.load()) { in readStream()
232 sampleRateChanged.store(false); in readStream()
/dports/audio/lmms/lmms-1.2.2/plugins/CrossoverEQ/
H A DCrossoverEQControls.cpp45 connect( Engine::mixer(), SIGNAL( sampleRateChanged() ), this, SLOT( sampleRateChanged() ) ); in CrossoverEQControls()
114 void CrossoverEQControls::sampleRateChanged() in sampleRateChanged() function in CrossoverEQControls
116 m_effect->sampleRateChanged(); in sampleRateChanged()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/plugins/dragonfly-early-reflections/
H A DPlugin.cpp55 sampleRateChanged(getSampleRate()); in activate()
65 void DragonflyReverbPlugin::sampleRateChanged(double newSampleRate) { in sampleRateChanged() function in DragonflyReverbPlugin
66 dsp.sampleRateChanged(newSampleRate); in sampleRateChanged()
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/demod/
H A DDemodulatorPreThread.cpp40 sampleRateChanged.store(false); in DemodulatorPreThread()
89 sampleRateChanged.store(true); in run()
113 sampleRateChanged.store(false); in run()
137 …(bandwidthChanged.load() || sampleRateChanged.load() || audioSampleRateChanged.load() || cModem->s… in run()
146 sampleRateChanged.store(false); in run()
310 sampleRateChanged.store(true); in setSampleRate()
315 if (sampleRateChanged.load()) { in getSampleRate()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/plugins/dragonfly-plate-reverb/
H A DPlugin.cpp74 sampleRateChanged(getSampleRate()); in activate()
84 void DragonflyReverbPlugin::sampleRateChanged(double newSampleRate) { in sampleRateChanged() function in DragonflyReverbPlugin
85 dsp.sampleRateChanged(newSampleRate); in sampleRateChanged()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/plugins/dragonfly-room-reverb/
H A DPlugin.cpp78 sampleRateChanged(getSampleRate()); in activate()
88 void DragonflyReverbPlugin::sampleRateChanged(double newSampleRate) { in sampleRateChanged() function in DragonflyReverbPlugin
89 dsp.sampleRateChanged(newSampleRate); in sampleRateChanged()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/plugins/dragonfly-hall-reverb/
H A DPlugin.cpp82 sampleRateChanged(getSampleRate()); in activate()
92 void DragonflyReverbPlugin::sampleRateChanged(double newSampleRate) { in sampleRateChanged() function in DragonflyReverbPlugin
93 dsp.sampleRateChanged(newSampleRate); in sampleRateChanged()
/dports/audio/lmms/lmms-1.2.2/plugins/dynamics_processor/
H A Ddynamics_processor_controls.cpp51 connect( Engine::mixer(), SIGNAL( sampleRateChanged() ), this, SLOT( sampleRateChanged() ) ); in dynProcControls()
58 void dynProcControls::sampleRateChanged() in sampleRateChanged() function in dynProcControls
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/fx/
H A DDynamicIIRFilterReader.cpp26 sampleRateChanged(reader->getSpecs().rate); in DynamicIIRFilterReader()
29 void DynamicIIRFilterReader::sampleRateChanged(SampleRate rate) in sampleRateChanged() function in DynamicIIRFilterReader
/dports/audio/lmms/lmms-1.2.2/plugins/MultitapEcho/
H A DMultitapEchoControls.cpp50 connect( Engine::mixer(), SIGNAL( sampleRateChanged() ), this, SLOT( sampleRateChanged() ) ); in MultitapEchoControls()
174 void MultitapEchoControls::sampleRateChanged() in sampleRateChanged() function in MultitapEchoControls
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DCJACKSoundPlayer.cpp84 jack_set_sample_rate_callback(client,sampleRateChanged,this); in initialize()
91sampleRateChanged(jack_get_sample_rate(client),this); // make note of the sample rate for this dev… in initialize()
227 int CJACKSoundPlayer::sampleRateChanged(jack_nframes_t nframes,void *arg) in sampleRateChanged() function in CJACKSoundPlayer
H A DCJACKSoundRecorder.cpp71 jack_set_sample_rate_callback(client,sampleRateChanged,this); in initialize()
77sampleRateChanged(jack_get_sample_rate(client),this); // make note of the sample rate for this dev… in initialize()
194 int CJACKSoundRecorder::sampleRateChanged(jack_nframes_t nframes,void *arg) in sampleRateChanged() function in CJACKSoundRecorder
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemanaudioencodersettings.h22 Q_PROPERTY(int sampleRate READ sampleRate WRITE setSampleRate NOTIFY sampleRateChanged)
75 void sampleRateChanged();
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DCSVAudioFormatDialog.cpp135 this, SLOT(sampleRateChanged(QString))); in CSVAudioFormatDialog()
137 this, SLOT(sampleRateChanged(QString))); in CSVAudioFormatDialog()
175 CSVAudioFormatDialog::sampleRateChanged(QString rateString) in sampleRateChanged() function in CSVAudioFormatDialog
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin
/dports/audio/ssr-lv2/ssr-e1999da/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate());
210 void sampleRateChanged(double newSampleRate) override
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/examples/Latency/
H A DLatencyExamplePlugin.cpp37 sampleRateChanged(getSampleRate()); in LatencyExamplePlugin()
210 void sampleRateChanged(double newSampleRate) override in sampleRateChanged() function in LatencyExamplePlugin

12345678910>>...14