![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
Dialog box to set options for the ‘strip silence’ filter. More...
#include <strip_silence_dialog.h>
Classes | |
struct | ViewInterval |
Public Member Functions | |
StripSilenceDialog (ARDOUR::Session *, std::list< RegionView * > const &) | |
~StripSilenceDialog () | |
double | threshold () const |
void | drop_rects () |
void | silences (ARDOUR::AudioIntervalMap &) |
ARDOUR::samplecnt_t | minimum_length () const |
ARDOUR::samplecnt_t | fade_length () const |
void | on_response (int response_id) |
XMLNode & | get_state () const |
void | set_state (const XMLNode &) |
![]() | |
ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false) | |
ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false) | |
~ArdourDialog () | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
void | on_unmap () |
void | on_show () |
void | set_ui_sensitive (bool) |
void | disallow_idle () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
![]() | |
ProgressReporter () | |
virtual | ~ProgressReporter () |
![]() | |
Progress () | |
virtual | ~Progress () |
void | set_progress (float) |
void | ascend () |
void | descend (float) |
bool | cancelled () const |
Private Member Functions | |
void | create_waves () |
void | canvas_allocation (Gtk::Allocation &) |
void | update_silence_rects () |
void | resize_silence_rects () |
void | update () |
void | update_threshold_line () |
void | update_stats (ARDOUR::AudioIntervalResult const &) |
void | threshold_changed () |
void | update_progress_gui (float) |
void | restart_thread () |
void | finished (int) |
void * | detection_thread_work () |
bool | idle_update_progress () |
GUI-thread progress updates of background silence computation. More... | |
Static Private Member Functions | |
static void * | _detection_thread_work (void *) |
Private Attributes | |
Gtk::SpinButton | _threshold |
AudioClock * | _minimum_length |
AudioClock * | _fade_length |
Gtk::ProgressBar | _progress_bar |
Gtk::Button * | cancel_button |
Gtk::Button * | apply_button |
std::list< ViewInterval > | views |
bool | _destroying |
pthread_t | _thread |
thread to compute silence in the background More... | |
Glib::Threads::Mutex | _lock |
lock held while the thread is doing work More... | |
Glib::Threads::Cond | _run_cond |
condition to wake the thread More... | |
bool | _thread_should_finish |
true if the thread should terminate More... | |
PBD::Signal< void()> | Completed |
emitted when a silence detection has completed More... | |
PBD::ScopedConnection | _completed_connection |
ARDOUR::InterThreadInfo | _interthread_info |
sigc::connection | progress_idle_connection |
int | analysis_progress_cur |
int | analysis_progress_max |
int | _threshold_value |
ARDOUR::samplecnt_t | _minimum_length_value |
ARDOUR::samplecnt_t | _fade_length_value |
Additional Inherited Members | |
![]() | |
void | pop_splash () |
void | close_self () |
![]() | |
virtual void | session_going_away () |
![]() | |
void | cancel () |
![]() | |
bool | _sensitive |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Dialog box to set options for the ‘strip silence’ filter.
Definition at line 42 of file strip_silence_dialog.h.
StripSilenceDialog::StripSilenceDialog | ( | ARDOUR::Session * | , |
std::list< RegionView * > const & | |||
) |
StripSilenceDialog::~StripSilenceDialog | ( | ) |
|
staticprivate |
|
private |
|
private |
|
private |
void StripSilenceDialog::drop_rects | ( | ) |
ARDOUR::samplecnt_t StripSilenceDialog::fade_length | ( | ) | const |
|
private |
XMLNode& StripSilenceDialog::get_state | ( | ) | const |
|
private |
GUI-thread progress updates of background silence computation.
ARDOUR::samplecnt_t StripSilenceDialog::minimum_length | ( | ) | const |
|
inlinevirtual |
Reimplemented from ArdourDialog.
Definition at line 59 of file strip_silence_dialog.h.
|
private |
|
private |
void StripSilenceDialog::set_state | ( | const XMLNode & | ) |
void StripSilenceDialog::silences | ( | ARDOUR::AudioIntervalMap & | ) |
|
inline |
Definition at line 48 of file strip_silence_dialog.h.
|
private |
|
private |
|
privatevirtual |
|
private |
|
private |
|
private |
|
private |
Definition at line 105 of file strip_silence_dialog.h.
|
private |
Definition at line 96 of file strip_silence_dialog.h.
|
private |
Definition at line 81 of file strip_silence_dialog.h.
|
private |
Definition at line 115 of file strip_silence_dialog.h.
|
private |
Definition at line 106 of file strip_silence_dialog.h.
|
private |
lock held while the thread is doing work
Definition at line 101 of file strip_silence_dialog.h.
|
private |
Definition at line 80 of file strip_silence_dialog.h.
|
private |
Definition at line 114 of file strip_silence_dialog.h.
|
private |
Definition at line 82 of file strip_silence_dialog.h.
|
private |
condition to wake the thread
Definition at line 102 of file strip_silence_dialog.h.
|
private |
thread to compute silence in the background
Definition at line 98 of file strip_silence_dialog.h.
|
private |
true if the thread should terminate
Definition at line 103 of file strip_silence_dialog.h.
|
private |
Definition at line 79 of file strip_silence_dialog.h.
|
private |
Definition at line 113 of file strip_silence_dialog.h.
|
private |
Definition at line 110 of file strip_silence_dialog.h.
|
private |
Definition at line 111 of file strip_silence_dialog.h.
|
private |
Definition at line 85 of file strip_silence_dialog.h.
|
private |
Definition at line 84 of file strip_silence_dialog.h.
|
private |
emitted when a silence detection has completed
Definition at line 104 of file strip_silence_dialog.h.
|
private |
Definition at line 108 of file strip_silence_dialog.h.
|
private |
Definition at line 94 of file strip_silence_dialog.h.