|
| TriggerStrip (ARDOUR::Session *, std::shared_ptr< ARDOUR::Route >) |
|
| ~TriggerStrip () |
|
std::string | name () const |
|
Gdk::Color | color () const |
|
std::shared_ptr< ARDOUR::Stripable > | stripable () const |
|
void | set_session (ARDOUR::Session *s) |
|
void | set_selected (bool yn) |
|
void | fast_update () |
|
virtual std::shared_ptr< ARDOUR::AutomationControl > | control () const |
|
std::string | gui_property (const std::string &property_name) const |
|
bool | get_gui_property (const std::string &property_name, std::string &value) const |
|
template<typename T > |
bool | get_gui_property (const std::string &property_name, T &value) const |
|
template<typename T > |
bool | get_gui_property (const std::string &state_id, const std::string &property_name, T &value) const |
|
void | set_gui_property (const std::string &property_name, const std::string &value) |
|
void | remove_gui_property (const std::string &property_name) |
|
void | set_gui_property (const std::string &property_name, const char *value) |
|
template<typename T > |
void | set_gui_property (const std::string &property_name, const T &value) |
|
void | cleanup_gui_properties () |
|
virtual bool | marked_for_display () const |
|
virtual bool | set_marked_for_display (bool) |
|
void | clear_property_cache () |
|
| ScopedConnectionList () |
|
| ScopedConnectionList (const ScopedConnectionList &)=delete |
|
ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
|
virtual | ~ScopedConnectionList () |
|
void | add_connection (const UnscopedConnection &c) |
|
void | drop_connections () |
|
Public Member Functions inherited from ARDOUR::SessionHandlePtr |
| SessionHandlePtr (ARDOUR::Session *s) |
|
| SessionHandlePtr () |
|
virtual | ~SessionHandlePtr () |
|
virtual ARDOUR::Session * | session () const |
|
| Selectable () |
|
virtual | ~Selectable () |
|
virtual bool | selected () const |
|
| RouteUI (ARDOUR::Session *) |
|
virtual | ~RouteUI () |
|
std::shared_ptr< ARDOUR::Stripable > | stripable () const |
|
bool | is_track () const |
|
bool | is_master () const |
|
bool | is_foldbackbus () const |
|
bool | is_singleton () const |
|
bool | is_audio_track () const |
|
bool | is_midi_track () const |
|
bool | has_audio_outputs () const |
|
std::shared_ptr< ARDOUR::Route > | route () const |
|
ARDOUR::RouteGroup * | route_group () const |
|
std::shared_ptr< ARDOUR::Track > | track () const |
|
std::shared_ptr< ARDOUR::AudioTrack > | audio_track () const |
|
std::shared_ptr< ARDOUR::MidiTrack > | midi_track () const |
|
Gdk::Color | route_color () const |
|
Gdk::Color | route_color_tint () const |
|
void | edit_input_configuration () |
|
void | edit_output_configuration () |
|
void | select_midi_patch () |
|
void | choose_color () |
|
void | route_rename () |
|
void | manage_pins () |
|
void | duplicate_selected_routes () |
|
void | toggle_step_edit () |
|
void | toggle_denormal_protection () |
|
void | save_as_template () |
|
bool | mute_press (GdkEventButton *) |
|
bool | mute_release (GdkEventButton *) |
|
bool | solo_press (GdkEventButton *) |
|
bool | solo_release (GdkEventButton *) |
|
bool | rec_enable_press (GdkEventButton *) |
|
bool | rec_enable_release (GdkEventButton *) |
|
bool | show_sends_press (GdkEventButton *) |
|
bool | show_sends_release (GdkEventButton *) |
|
bool | solo_isolate_button_release (GdkEventButton *) |
|
bool | solo_safe_button_release (GdkEventButton *) |
|
bool | monitor_release (GdkEventButton *, ARDOUR::MonitorChoice) |
|
bool | monitor_input_press (GdkEventButton *) |
|
bool | monitor_input_release (GdkEventButton *) |
|
bool | monitor_disk_press (GdkEventButton *) |
|
bool | monitor_disk_release (GdkEventButton *) |
|
void | update_monitoring_display () |
|
void | open_comment_editor () |
|
void | toggle_comment_editor () |
|
void | comment_changed () |
|
void | set_route_active (bool, bool) |
|
void | set_disk_io_point (ARDOUR::DiskIOPoint) |
|
void | fan_out (bool to_busses=true, bool group=true) |
|
void | set_time_domain (Temporal::TimeDomain, bool) |
|
void | clear_time_domain (bool) |
|
void | use_new_playlist (std::string name, std::string group_id, std::vector< std::shared_ptr< ARDOUR::Playlist > > const &, bool copy) |
|
void | clear_playlist () |
|
void | use_playlist (Gtk::RadioMenuItem *item, std::weak_ptr< ARDOUR::Playlist > wpl) |
|
void | select_playlist_matching (std::weak_ptr< ARDOUR::Playlist > wpl) |
|
void | show_playlist_selector () |
|
Definition at line 47 of file trigger_strip.h.