mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Fixed a silly typo in the latest CoreAudio changes.
This commit is contained in:
parent
abc1cf4254
commit
f79248c530
1 changed files with 1 additions and 1 deletions
|
|
@ -1328,7 +1328,7 @@ private:
|
|||
inputChans.add (nullptr);
|
||||
outputChans.add (nullptr);
|
||||
|
||||
const int blockSizeMs = jmax (1, (int) (numSamples / currentSampleRate));
|
||||
const int blockSizeMs = jmax (1, (int) (1000 * numSamples / currentSampleRate));
|
||||
|
||||
jassert (numInputChans + numOutputChans == buffer.getNumChannels());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue