mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AudioProcessor: Tidy up bus assertions
This commit is contained in:
parent
da2266f2b3
commit
364976b179
1 changed files with 1 additions and 1 deletions
|
|
@ -1154,7 +1154,7 @@ void AudioProcessor::Bus::updateChannelCount() noexcept
|
|||
void AudioProcessor::BusesProperties::addBus (bool isInput, const String& name,
|
||||
const AudioChannelSet& dfltLayout, bool isActivatedByDefault)
|
||||
{
|
||||
jassert (dfltLayout.size() != 0);
|
||||
jassert (! dfltLayout.isDisabled());
|
||||
|
||||
BusProperties props;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue