diff options
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r-- | src/AlsaDriver.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index 9e9f2ea..8caf911 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -41,6 +41,14 @@ public: bool is_attached() const { return (_seq != NULL); } void refresh(); + + boost::shared_ptr<PatchagePort> find_port_view( + Patchage* patchage, + const PatchageEvent::PortRef& ref); + + boost::shared_ptr<PatchagePort> create_port_view( + Patchage* patchage, + const PatchageEvent::PortRef& ref); bool connect(boost::shared_ptr<PatchagePort> src_port, boost::shared_ptr<PatchagePort> dst_port); |