1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

DSP: Revamp DSP module

This commit is contained in:
Ivan Cohen 2020-04-24 10:51:26 +01:00 committed by reuk
parent c419bc516d
commit c138bf91b4
93 changed files with 17992 additions and 1828 deletions

View file

@ -312,8 +312,8 @@ struct DSPDemo : public AudioSource,
inputSource->getNextAudioBlock (bufferToFill);
dsp::AudioBlock<float> block (*bufferToFill.buffer,
(size_t) bufferToFill.startSample);
AudioBlock<float> block (*bufferToFill.buffer,
(size_t) bufferToFill.startSample);
ScopedLock audioLock (audioCallbackLock);
this->process (ProcessContextReplacing<float> (block));

Binary file not shown.

Binary file not shown.

Binary file not shown.