1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

tidied up DocumentWindow border sizing; made WASAPI cope with multiple devices with the same name.

This commit is contained in:
Julian Storer 2009-10-06 23:25:52 +01:00
parent 35492ad866
commit 9ebff4bc92
10 changed files with 187 additions and 152 deletions

View file

@ -991,6 +991,9 @@ public:
inputDeviceNames.insert (index, name);
}
}
inputDeviceNames.appendNumbersToDuplicates (false, false);
outputDeviceNames.appendNumbersToDuplicates (false, false);
}
const StringArray getDeviceNames (const bool wantInputNames) const