13
0

make no-zero-line be the default for wave views (still shown for normal audio region views

This commit is contained in:
Paul Davis 2014-01-10 12:08:58 -05:00
parent 5154f58caa
commit 02e6d14e23

View File

@ -59,7 +59,7 @@ WaveView::WaveView (Group* parent, boost::shared_ptr<ARDOUR::AudioRegion> region
, _samples_per_pixel (0)
, _height (64)
, _wave_color (0xffffffff)
, _show_zero (true)
, _show_zero (false)
, _zero_color (0xff0000ff)
, _clip_color (0xff0000ff)
, _logscaled (_global_logscaled)