mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Make waveform show / scale / shape a global option in the prefs dialog to clean things up a bit. Options to make exceptions for individual tracks could be re-added, if people want them.
git-svn-id: svn://localhost/ardour2/branches/3.0@5160 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2efc80da17
commit
52fc310cfb
20 changed files with 77 additions and 316 deletions
|
|
@ -172,14 +172,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
|
|||
*/
|
||||
virtual void consider_auditioning (boost::shared_ptr<ARDOUR::Region> r) = 0;
|
||||
|
||||
/** Set whether waveforms should be shown for audio tracks.
|
||||
* @param yn true to show waveforms, otherwise false.
|
||||
*/
|
||||
virtual void set_show_waveforms (bool yn) = 0;
|
||||
|
||||
/** @return true if waveforms are being shown, otherwise false */
|
||||
virtual bool show_waveforms () const = 0;
|
||||
|
||||
/** Set whether waveforms should be shown while recording audio tracks.
|
||||
* @param yn true to show waveforms, otherwise false.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue