mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Fix tempo sync LFO
This commit is contained in:
parent
afb22296b7
commit
6c6f7f2d72
3 changed files with 2 additions and 3 deletions
|
|
@ -811,7 +811,7 @@ void WavetableAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer, ju
|
|||
todo -= thisBlock;
|
||||
}
|
||||
|
||||
playHead = nullptr;
|
||||
playhead = nullptr;
|
||||
|
||||
if (buffer.getNumSamples() <= scopeFifo.getFreeSpace() && buffer.getNumChannels() == scopeFifo.getNumChannels())
|
||||
scopeFifo.write (buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue