Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
5f98c1a6b9
3 changed files with 1194 additions and 1194 deletions
  1. +1192
    -1192
      build/macosx/platform_specific_code/juce_mac_CoreAudio.cpp
  2. +1
    -1
      build/win32/platform_specific_code/juce_win32_ASIO.cpp
  3. +1
    -1
      build/win32/platform_specific_code/juce_win32_DirectSound.cpp

+ 1192
- 1192
build/macosx/platform_specific_code/juce_mac_CoreAudio.cpp
File diff suppressed because it is too large
View File


+ 1
- 1
build/win32/platform_specific_code/juce_win32_ASIO.cpp View File

@@ -1811,7 +1811,7 @@ public:
const String getDefaultDeviceName (const bool /*preferInputNames*/,
const int /*numInputChannelsNeeded*/,
const int /*numOutputChannelsNeeded*/) const
const int /*numOutputChannelsNeeded*/) const
{
jassert (hasScanned); // need to call scanForDevices() before doing this


+ 1
- 1
build/win32/platform_specific_code/juce_win32_DirectSound.cpp View File

@@ -1479,7 +1479,7 @@ public:
const String getDefaultDeviceName (const bool preferInputNames,
const int /*numInputChannelsNeeded*/,
const int /*numOutputChannelsNeeded*/) const
const int /*numOutputChannelsNeeded*/) const
{
jassert (hasScanned); // need to call scanForDevices() before doing this


Loading…
Cancel
Save