X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_streamview.h;h=295e02d96a11384d5c9082e3883898a0c05456a3;hb=1bddf1bc884feedb5deb5c35f08c7b9730936dae;hp=c6db40f336bd54837d5ad7a22a3af1ffcf25bfb7;hpb=0d0f71ee92fb7ce53fbcb8c7b0cd93b1cdf3529f;p=ardour.git diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h index c6db40f336..295e02d96a 100644 --- a/gtk2_ardour/audio_streamview.h +++ b/gtk2_ardour/audio_streamview.h @@ -59,6 +59,9 @@ class AudioStreamView : public StreamView ~AudioStreamView (); void set_waveform_shape (WaveformShape); + WaveformShape get_waveform_shape () const { return _waveform_shape; } + void set_waveform_scale (WaveformScale); + WaveformScale get_waveform_scale () const { return _waveform_scale; } int set_height (gdouble h); int set_samples_per_unit (gdouble spp); @@ -105,7 +108,9 @@ class AudioStreamView : public StreamView list peak_ready_connections; nframes_t last_rec_peak_frame; map, bool> rec_peak_ready_map; - + + WaveformShape _waveform_shape; + WaveformScale _waveform_scale; }; #endif /* __ardour_audio_streamview_h__ */