13
0
Go to file
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
doc Source-tree consistency (headless tools at top-level) 2020-03-26 19:00:41 +01:00
gtk2_ardour don't mark session as unnamed if -N name given on command line 2020-03-29 20:28:08 -06:00
headless Fix cross-compile linking (arm-linux ld) 2020-02-14 00:20:45 +01:00
libs Assert that plugins are configured before setting custom meter position 2020-03-30 15:20:54 +02:00
luasession Fix typo in prev commit's help message 2020-03-29 18:06:30 +02:00
msvc_extra_headers Some initial changes (currently for libpbd only) to help a new contributer who's trying to build with MSVC2017 2020-03-26 10:40:36 +00:00
MSVCardour3 Add/remove source(s) in our MSVC project (gtk2_ardour) 2020-03-18 09:24:13 +00:00
MSVCMixbus3
MSVCvst_scan
nutemp
session_utils fix error in multiple calls to SourceFactory::createWritable() 2020-03-23 21:47:13 -06:00
share Fix typo in script 2020-03-15 11:24:55 +01:00
tools Source-tree consistency (headless tools at top-level) 2020-03-26 19:00:41 +01:00
us2400
vst
.dir-locals.el
.gitattributes
.gitignore Update gitignore, clean up git status 2020-02-23 21:11:47 +01:00
ardour.1
ardour.1.es Update ardour.1.es 2020-03-26 10:06:55 -06:00
ardour.1.fr
ardour.1.ru
COPYING
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf Update waf to v2.0.19 2020-01-25 04:07:41 +01:00
wscript Automatic backend selection, and fix backend option parsing 2020-03-28 14:56:29 +01:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html