mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Major changes to the way Drawables are converted to ValueTrees (with more changes still to come in this area). Important fix to DirectoryIterator. Minor fix for ASIO. Jucer development.
This commit is contained in:
parent
97982bcfdc
commit
8ff6737261
75 changed files with 4704 additions and 2247 deletions
|
|
@ -685,7 +685,7 @@ public:
|
|||
int getInputLatencyInSamples() { return latencyIn; }
|
||||
const BigInteger getActiveOutputChannels() const { return outputDevice != 0 ? outputDevice->channels : BigInteger(); }
|
||||
const BigInteger getActiveInputChannels() const { return inputDevice != 0 ? inputDevice->channels : BigInteger(); }
|
||||
const String getLastError() { return lastError; }
|
||||
const String getLastError() { return lastError; }
|
||||
|
||||
|
||||
const String open (const BigInteger& inputChannels, const BigInteger& outputChannels,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue