Files
ardour/libs
Robin Gareus fd414ec158 Assert that plugins are configured before setting custom meter position
This fixes the following issue:
  On the master channel insert the waveform scope before the fader.
  Then set the meter position to custom and move the meter to the
  very beginning of the chain.

Before this change, when set_meter_point() was called the
processor list only contained the Fader (_amp) and no other
processor. _main_outs was not yet present in the list, and
Route::maybe_note_meter_position() triggered an
and assert(_processor_after_last_custom_meter.lock());

See also d0dca7daf0
2020-03-30 15:20:54 +02:00
..
2020-03-29 14:56:22 +02:00
2020-01-27 17:43:37 +01:00
2020-03-02 17:58:03 +01:00
2020-01-27 17:43:37 +01:00
2020-03-23 17:38:08 +01:00
2020-03-29 14:56:22 +02:00
2020-01-22 02:00:25 +01:00
2020-01-14 00:52:24 +01:00
2019-09-03 05:01:59 +02:00
2020-03-29 14:56:22 +02:00
2020-03-23 01:18:55 +01:00
2020-03-29 14:56:22 +02:00