summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-13 16:21:37 +0000
committerDavid Robillard <d@drobilla.net>2009-05-13 16:21:37 +0000
commit76500fc464ffa1cdeec0d90c466783fe1b3ac07d (patch)
tree9fa9cc85e1dfdd1fda72370927cf7d8c0801f191 /src/common
parent878a4a2d056f42c18ba1f0830ded9a1820e9192d (diff)
downloadingen-76500fc464ffa1cdeec0d90c466783fe1b3ac07d.tar.gz
ingen-76500fc464ffa1cdeec0d90c466783fe1b3ac07d.tar.bz2
ingen-76500fc464ffa1cdeec0d90c466783fe1b3ac07d.zip
Remove old/unused DSSI program API.
If/when LV2 gets programs this should be implemented through the generic property based interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2001 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/common')
-rw-r--r--src/common/interface/ClientInterface.hpp9
-rw-r--r--src/common/interface/EngineInterface.hpp4
2 files changed, 0 insertions, 13 deletions
diff --git a/src/common/interface/ClientInterface.hpp b/src/common/interface/ClientInterface.hpp
index 922592be..05ecfa7a 100644
--- a/src/common/interface/ClientInterface.hpp
+++ b/src/common/interface/ClientInterface.hpp
@@ -59,15 +59,6 @@ public:
const Raul::Symbol& symbol) = 0;
virtual void activity(const Raul::Path& path) = 0;
-
- virtual void program_add(const Raul::Path& node_path,
- uint32_t bank,
- uint32_t program,
- const std::string& program_name) = 0;
-
- virtual void program_remove(const Raul::Path& node_path,
- uint32_t bank,
- uint32_t program) = 0;
};
diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp
index 28bc98f7..5db47d47 100644
--- a/src/common/interface/EngineInterface.hpp
+++ b/src/common/interface/EngineInterface.hpp
@@ -58,10 +58,6 @@ public:
virtual void disconnect_all(const Raul::Path& parent_patch_path,
const Raul::Path& path) = 0;
- virtual void set_program(const Raul::Path& node_path,
- uint32_t bank,
- uint32_t program) = 0;
-
virtual void midi_learn(const Raul::Path& node_path) = 0;
// Requests