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:
parent
35492ad866
commit
9ebff4bc92
10 changed files with 187 additions and 152 deletions
|
|
@ -991,6 +991,9 @@ public:
|
|||
inputDeviceNames.insert (index, name);
|
||||
}
|
||||
}
|
||||
|
||||
inputDeviceNames.appendNumbersToDuplicates (false, false);
|
||||
outputDeviceNames.appendNumbersToDuplicates (false, false);
|
||||
}
|
||||
|
||||
const StringArray getDeviceNames (const bool wantInputNames) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue