Home
last modified time | relevance | path

Searched defs:renderNextBlock (Results 1 – 20 of 20) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiserVoice.h140 virtual void renderNextBlock (AudioBuffer<double>& /*outputBuffer*/, in renderNextBlock() function
H A Djuce_MPESynthesiserBase.cpp105 void MPESynthesiserBase::renderNextBlock (AudioBuffer<floatType>& outputAudio, in renderNextBlock() function in juce::MPESynthesiserBase
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiserVoice.h140 virtual void renderNextBlock (AudioBuffer<double>& /*outputBuffer*/, in renderNextBlock() function
H A Djuce_MPESynthesiserBase.cpp105 void MPESynthesiserBase::renderNextBlock (AudioBuffer<floatType>& outputAudio, in renderNextBlock() function in juce::MPESynthesiserBase
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/mpe/
H A Djuce_MPESynthesiserVoice.h140 virtual void renderNextBlock (AudioBuffer<double>& /*outputBuffer*/, in renderNextBlock() function
H A Djuce_MPESynthesiserBase.cpp105 void MPESynthesiserBase::renderNextBlock (AudioBuffer<floatType>& outputAudio, in renderNextBlock() function in juce::MPESynthesiserBase
/dports/audio/carla/Carla-2.4.1/source/modules/water/synthesisers/
H A DSynthesiser.h513 inline void renderNextBlock (AudioSampleBuffer& outputAudio, in renderNextBlock() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp63 void SynthesiserVoice::renderNextBlock (AudioBuffer<double>& outputBuffer, in renderNextBlock() function in juce::SynthesiserVoice
219 void Synthesiser::renderNextBlock (AudioBuffer<float>& outputAudio, const MidiBuffer& inputMidi, in renderNextBlock() function in juce::Synthesiser
225 void Synthesiser::renderNextBlock (AudioBuffer<double>& outputAudio, const MidiBuffer& inputMidi, in renderNextBlock() function in juce::Synthesiser
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp63 void SynthesiserVoice::renderNextBlock (AudioBuffer<double>& outputBuffer, in renderNextBlock() function in juce::SynthesiserVoice
219 void Synthesiser::renderNextBlock (AudioBuffer<float>& outputAudio, const MidiBuffer& inputMidi, in renderNextBlock() function in juce::Synthesiser
225 void Synthesiser::renderNextBlock (AudioBuffer<double>& outputAudio, const MidiBuffer& inputMidi, in renderNextBlock() function in juce::Synthesiser
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/synthesisers/
H A Djuce_Synthesiser.cpp63 void SynthesiserVoice::renderNextBlock (AudioBuffer<double>& outputBuffer, in renderNextBlock() function in juce::SynthesiserVoice
220 void Synthesiser::renderNextBlock (AudioBuffer<float>& outputAudio, const MidiBuffer& inputMidi, in renderNextBlock() function in juce::Synthesiser
226 void Synthesiser::renderNextBlock (AudioBuffer<double>& outputAudio, const MidiBuffer& inputMidi, in renderNextBlock() function in juce::Synthesiser
/dports/audio/faust/faust-2.37.3/architecture/juce/
H A Djuce-plugin.cpp137 void renderNextBlock (juce::AudioBuffer<FAUSTFLOAT>& outputBuffer, in renderNextBlock() function in FaustVoice
203 void renderNextBlock (juce::AudioBuffer<float>& outputAudio, in renderNextBlock() function in FaustSynthesiser
211 void renderNextBlock (juce::AudioBuffer<double>& outputAudio, in renderNextBlock() function in FaustSynthesiser
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/sampler/
H A Djuce_Sampler.cpp117 void SamplerVoice::renderNextBlock (AudioBuffer<float>& outputBuffer, int startSample, int numSampl… in renderNextBlock() function in juce::SamplerVoice
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/sampler/
H A Djuce_Sampler.cpp118 void SamplerVoice::renderNextBlock (AudioBuffer<float>& outputBuffer, int startSample, int numSampl… in renderNextBlock() function in juce::SamplerVoice
/dports/devel/juce/JUCE-f37e9a1/examples/Plugins/
H A DSamplerPluginDemo.h312 void renderNextBlock (AudioBuffer<float>& outputBuffer, in renderNextBlock() function
319 void renderNextBlock (AudioBuffer<double>& outputBuffer, in renderNextBlock() function
H A DAudioPluginDemo.h123 … void renderNextBlock (AudioBuffer<float>& outputBuffer, int startSample, int numSamples) override in renderNextBlock() function
/dports/devel/juce/JUCE-f37e9a1/examples/Audio/
H A DAudioSynthesiserDemo.h109 … void renderNextBlock (AudioBuffer<float>& outputBuffer, int startSample, int numSamples) override in renderNextBlock() function
H A DMPEDemo.h787 virtual void renderNextBlock (AudioBuffer<float>& outputBuffer, in renderNextBlock() function
/dports/audio/carla/Carla-2.4.1/source/modules/sfzero/sfzero/
H A DSFZVoice.cpp166 void Voice::renderNextBlock(water::AudioSampleBuffer &outputBuffer, int startSample, int numSamples) in renderNextBlock() function in sfzero::Voice
/dports/devel/juce/JUCE-f37e9a1/extras/AudioPluginHost/Source/Plugins/
H A DInternalPlugins.cpp267 … void renderNextBlock (AudioBuffer<float>& outputBuffer, int startSample, int numSamples) override in renderNextBlock() function
/dports/devel/juce/JUCE-f37e9a1/examples/BLOCKS/
H A DBlocksSynthDemo.h98 … void renderNextBlock (AudioBuffer<float>& outputBuffer, int startSample, int numSamples) override in renderNextBlock() function