mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor.
This commit is contained in:
parent
c86a3104b2
commit
a0c18acb1e
15 changed files with 32 additions and 37 deletions
|
|
@ -95,7 +95,6 @@ AudioDeviceManager::AudioDeviceManager()
|
|||
useInputNames (false),
|
||||
inputLevel (0),
|
||||
testSoundPosition (0),
|
||||
tempBuffer (2, 2),
|
||||
cpuUsageMs (0),
|
||||
timeToCpuScale (0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue