mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
use K-20 meter as default master bus
This commit is contained in:
parent
58f4d66899
commit
7f4e13a2a5
1 changed files with 3 additions and 0 deletions
|
|
@ -101,6 +101,9 @@ Route::Route (Session& sess, string name, Flag flg, DataType default_type)
|
||||||
, _custom_meter_position_noted (false)
|
, _custom_meter_position_noted (false)
|
||||||
, _last_custom_meter_was_at_end (false)
|
, _last_custom_meter_was_at_end (false)
|
||||||
{
|
{
|
||||||
|
if (is_master()) {
|
||||||
|
_meter_type = MeterK20;
|
||||||
|
}
|
||||||
processor_max_streams.reset();
|
processor_max_streams.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue