X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Faudio_streamview.h;h=a3f7c63559e94d445a9b9a5cec960a71a0804589;hb=8630fd1703acb2f9a36d6db7e0d18963b461614f;hp=18bc703650a79b23bf796a4b3009c9ca921f29cb;hpb=a8dd4ec8053d77a5501f16c2cc1bba24f82f1b95;p=ardour.git diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h index 18bc703650..a3f7c63559 100644 --- a/gtk2_ardour/audio_streamview.h +++ b/gtk2_ardour/audio_streamview.h @@ -56,12 +56,10 @@ class AudioStreamView : public StreamView int set_amplitude_above_axis (gdouble app); gdouble get_amplitude_above_axis () { return _amplitude_above_axis; } - void set_show_waveforms (bool yn); - void show_all_fades (); void hide_all_fades (); - std::list hide_xfades_with (boost::shared_ptr ar); + std::pair, std::list > hide_xfades_with (boost::shared_ptr ar); RegionView* create_region_view (boost::shared_ptr, bool, bool); @@ -77,10 +75,6 @@ class AudioStreamView : public StreamView void color_handler (); - void parameter_changed (std::string const &); - void set_waveform_shape (ARDOUR::WaveformShape); - void set_waveform_scale (ARDOUR::WaveformScale); - double _amplitude_above_axis; std::map, bool> rec_data_ready_map;