mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
triggerbox (UI): shared ptrs for everyone, plus indirect references to Triggers from TriggerEntry
This commit is contained in:
parent
f69180c8ee
commit
c18d175f55
17 changed files with 79 additions and 62 deletions
|
|
@ -32,12 +32,12 @@ public:
|
|||
MidiTriggerPropertiesBox ();
|
||||
~MidiTriggerPropertiesBox ();
|
||||
|
||||
void set_trigger (ARDOUR::Trigger*);
|
||||
void set_trigger (ARDOUR::TriggerPtr);
|
||||
|
||||
private:
|
||||
void trigger_changed (const PBD::PropertyChange& what_changed);
|
||||
|
||||
ARDOUR::MIDITrigger* _trigger;
|
||||
boost::shared_ptr<ARDOUR::MIDITrigger> _trigger;
|
||||
|
||||
Gtk::Label _header_label;
|
||||
ArdourWidgets::ArdourButton _patch_enable_button;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue