summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-17 22:00:26 +0000
committerDavid Robillard <d@drobilla.net>2008-02-17 22:00:26 +0000
commitbbb3abbe4b86a23ef884d38ca299aff13b8f9242 (patch)
tree71c193dc84cacc83daa1aa686a6e655d020f5f74 /src/AlsaDriver.hpp
parenta26faf1aa846e9ab9c5ede7a424549e235cf6fb0 (diff)
downloadpatchage-bbb3abbe4b86a23ef884d38ca299aff13b8f9242.tar.gz
patchage-bbb3abbe4b86a23ef884d38ca299aff13b8f9242.tar.bz2
patchage-bbb3abbe4b86a23ef884d38ca299aff13b8f9242.zip
Remove Jack API dependence from PatchageEvent.
git-svn-id: http://svn.drobilla.net/lad/patchage@1151 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r--src/AlsaDriver.hpp8
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);