mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
more strip silence dialog changes, to use audio clocks, show smallest silence/audible segments, etc.
git-svn-id: svn://localhost/ardour2/branches/3.0@6734 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4cb9014de2
commit
ec047d8981
6 changed files with 40 additions and 23 deletions
|
|
@ -65,7 +65,7 @@ const uint32_t AudioClock::field_length[(int) AudioClock::AudioFrames+1] = {
|
|||
10 /* Audio Frame */
|
||||
};
|
||||
|
||||
AudioClock::AudioClock (std::string clock_name, bool transient, std::string widget_name,
|
||||
AudioClock::AudioClock (const string& clock_name, bool transient, const string& widget_name,
|
||||
bool allow_edit, bool follows_playhead, bool duration, bool with_info)
|
||||
: _name (clock_name),
|
||||
is_transient (transient),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue