![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <transpose_dialog.h>
Public Member Functions | |
TransposeDialog () | |
int | semitones () const |
![]() | |
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 () |
virtual void | on_response (int) |
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 |
Private Attributes | |
Gtk::Adjustment | _octaves_adjustment |
Gtk::Adjustment | _semitones_adjustment |
Gtk::SpinButton | _octaves_spinner |
Gtk::SpinButton | _semitones_spinner |
Additional Inherited Members | |
![]() | |
void | pop_splash () |
void | close_self () |
![]() | |
virtual void | session_going_away () |
![]() | |
bool | _sensitive |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
A dialog box to select a transposition to apply to a MIDI region. It asks for octaves and semitones, with the transposition being the sum of the two.
Definition at line 30 of file transpose_dialog.h.
TransposeDialog::TransposeDialog | ( | ) |
int TransposeDialog::semitones | ( | ) | const |
|
private |
Definition at line 38 of file transpose_dialog.h.
|
private |
Definition at line 40 of file transpose_dialog.h.
|
private |
Definition at line 39 of file transpose_dialog.h.
|
private |
Definition at line 41 of file transpose_dialog.h.