Remove hardcoded experiment for channel masking
This commit is contained in:
parent
34dbea2843
commit
7b485ddf37
@ -116,9 +116,6 @@ AudioBackend::setup_channel_masks (size_t in, size_t out)
|
||||
{
|
||||
_input_channel_mask.assign (in, true);
|
||||
_output_channel_mask.assign (out, true);
|
||||
|
||||
_input_channel_mask[2] = false;
|
||||
_output_channel_mask[3] = false;
|
||||
}
|
||||
|
||||
} // namespace ARDOUR
|
||||
|
Loading…
Reference in New Issue
Block a user