mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
This commit is contained in:
parent
45b2d8a0ce
commit
adeafc5c71
1 changed files with 2 additions and 2 deletions
|
|
@ -788,12 +788,12 @@ public:
|
|||
|
||||
const BitArray getActiveOutputChannels() const
|
||||
{
|
||||
return internal->activeOutputChans;
|
||||
return internal->currentOutputChans;
|
||||
}
|
||||
|
||||
const BitArray getActiveInputChannels() const
|
||||
{
|
||||
return internal->activeInputChans;
|
||||
return internal->currentInputChans;
|
||||
}
|
||||
|
||||
int getOutputLatencyInSamples()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue