Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <midi_clip_editor.h>
Public Member Functions | |
MidiClipEditorBox () | |
~MidiClipEditorBox () | |
void | set_session (ARDOUR::Session *) |
void | set_region (std::shared_ptr< ARDOUR::Region >, ARDOUR::TriggerReference) |
void | region_changed (const PBD::PropertyChange &what_changed) |
Public Member Functions inherited from ClipEditorBox | |
ClipEditorBox () | |
~ClipEditorBox () | |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual ARDOUR::Session * | session () const |
Private Attributes | |
Gtk::Label | _header_label |
Gtk::Table | table |
Pianoroll * | editor |
PBD::ScopedConnection | state_connection |
std::shared_ptr< ARDOUR::Region > | _region |
Additional Inherited Members | |
Static Public Member Functions inherited from ClipEditorBox | |
static void | init () |
static void | register_clip_editor_actions (Gtkmm2ext::Bindings *) |
Static Public Attributes inherited from ClipEditorBox | |
static Glib::RefPtr< Gtk::ActionGroup > | clip_editor_actions |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 54 of file midi_clip_editor.h.
MidiClipEditorBox::MidiClipEditorBox | ( | ) |
MidiClipEditorBox::~MidiClipEditorBox | ( | ) |
void MidiClipEditorBox::region_changed | ( | const PBD::PropertyChange & | what_changed | ) |
|
virtual |
Implements ClipEditorBox.
|
virtual |
Reimplemented from ARDOUR::SessionHandlePtr.
|
private |
Definition at line 66 of file midi_clip_editor.h.
|
private |
Definition at line 73 of file midi_clip_editor.h.
|
private |
Definition at line 69 of file midi_clip_editor.h.
|
private |
Definition at line 71 of file midi_clip_editor.h.
|
private |
Definition at line 67 of file midi_clip_editor.h.