mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
Tracks does not use a K20 meter for the master
This commit is contained in:
parent
755e9c6b6c
commit
41faf7dafb
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ Route::Route (Session& sess, string name, Flag flg, DataType default_type)
|
|||
, _initial_io_setup (false)
|
||||
, _custom_meter_position_noted (false)
|
||||
{
|
||||
if (is_master()) {
|
||||
if (!Profile->get_trx() && is_master()) {
|
||||
_meter_type = MeterK20;
|
||||
}
|
||||
processor_max_streams.reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue