it'd help if i spelled the variable right
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
Builds/
|
@ -131,7 +131,7 @@ void ReverbAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer, juce:
|
|||||||
juce::ScopedNoDenormals noDenormals;
|
juce::ScopedNoDenormals noDenormals;
|
||||||
auto totalNumInputChannels = getTotalNumInputChannels();
|
auto totalNumInputChannels = getTotalNumInputChannels();
|
||||||
auto totalNumOutputChannels = getTotalNumOutputChannels();
|
auto totalNumOutputChannels = getTotalNumOutputChannels();
|
||||||
if (totalNumInputchannels != 2) // Logic will fail AU tests if this isn't here
|
if (totalNumInputChannels != 2) // Logic will fail AU tests if this isn't here
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user