mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Added a Component::setBounds method to take an expression. Fix for deleting CoreAudio devices.
This commit is contained in:
parent
3fe85fd17a
commit
3f97694143
14 changed files with 316 additions and 211 deletions
|
|
@ -698,6 +698,7 @@ public:
|
|||
|
||||
~ALSAAudioIODevice()
|
||||
{
|
||||
close();
|
||||
}
|
||||
|
||||
const StringArray getOutputChannelNames() { return internal.channelNamesOut; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue