From 07c63fb2d72d7c5ef609bd972fa6a3138560d74a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 13 Aug 2013 21:59:05 -0400 Subject: save and restore all ardour-owned MIDI ports still need to check on MCU port status --- libs/ardour/ardour/port.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/ardour/ardour/port.h') diff --git a/libs/ardour/ardour/port.h b/libs/ardour/ardour/port.h index 06175de673..77bf2b6f71 100644 --- a/libs/ardour/ardour/port.h +++ b/libs/ardour/ardour/port.h @@ -135,6 +135,11 @@ public: virtual void increment_port_buffer_offset (pframes_t n); + virtual XMLNode& get_state (void) const; + virtual int set_state (const XMLNode&, int version); + + static std::string state_node_name; + protected: Port (std::string const &, DataType, PortFlags); -- cgit v1.2.3