1
0
Fork 0
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:
Julian Storer 2011-02-18 09:54:52 +00:00
parent 3fe85fd17a
commit 3f97694143
14 changed files with 316 additions and 211 deletions

View file

@ -698,6 +698,7 @@ public:
~ALSAAudioIODevice()
{
close();
}
const StringArray getOutputChannelNames() { return internal.channelNamesOut; }