make a distinction between total channels with or without the embedded bed chans
This commit is contained in:
parent
d03cdf86e1
commit
310e7f2279
@ -68,8 +68,8 @@ public:
|
||||
return _current_n_channels;
|
||||
}
|
||||
|
||||
size_t total_n_channels () const {
|
||||
return _total_n_channels;
|
||||
size_t total_n_channels (bool with_beds = true) const {
|
||||
return _total_n_channels - (with_beds ? 0 : 10);
|
||||
}
|
||||
|
||||
std::shared_ptr<LV2Plugin> surround_processor () const {
|
||||
|
Loading…
Reference in New Issue
Block a user