summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/push2.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-20 13:47:45 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:30 -0500
commit67620c353ff94dcaf8ee0f8cf003110535071a90 (patch)
tree9ede27bd4f2691950eb2d7e3ba8a1809d465fd27 /libs/surfaces/push2/push2.h
parent3669096c0520df2452f9f67683204ebf02d8920d (diff)
push2: connect first selected track to pad port (and disconnect).
Provisional. Lots of (fun) work to do here
Diffstat (limited to 'libs/surfaces/push2/push2.h')
-rw-r--r--libs/surfaces/push2/push2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/push2/push2.h b/libs/surfaces/push2/push2.h
index cc2ff018c4..dab96260c6 100644
--- a/libs/surfaces/push2/push2.h
+++ b/libs/surfaces/push2/push2.h
@@ -450,6 +450,8 @@ class Push2 : public ARDOUR::ControlProtocol
void switch_bank (uint32_t base);
bool pad_filter (ARDOUR::MidiBuffer& in, ARDOUR::MidiBuffer& out) const;
+
+ boost::weak_ptr<ARDOUR::Stripable> first_selected_stripable;
};