mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
This commit is contained in:
parent
f85b7aced5
commit
dd93c754c5
19 changed files with 2365 additions and 2204 deletions
|
|
@ -932,7 +932,9 @@ public:
|
|||
return namesCopy;
|
||||
}
|
||||
|
||||
const String getDefaultDeviceName (const bool /*preferInputNames*/) const
|
||||
const String getDefaultDeviceName (const bool /*preferInputNames*/,
|
||||
const int /*numInputChannelsNeeded*/,
|
||||
const int /*numOutputChannelsNeeded*/) const
|
||||
{
|
||||
jassert (hasScanned); // need to call scanForDevices() before doing this
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue