1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
This commit is contained in:
jules 2007-12-19 11:26:21 +00:00
parent f85b7aced5
commit dd93c754c5
19 changed files with 2365 additions and 2204 deletions

View file

@ -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