From d5a514148bec58cd7e97d032259362b2e19c0e95 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 29 Jan 2010 01:43:54 +0000 Subject: Magic MIDI binding via special ingen_control port. Always set lv2:minimum and lv2:maximum properties for control ports so they show up in properties dialog (and can be used for MIDI binding). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2391 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/EngineInterface.hpp | 2 +- src/common/interface/PortType.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp index 742e0ed5..6d99a14d 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -58,7 +58,7 @@ public: virtual void disconnect_all(const Raul::Path& parent_patch_path, const Raul::Path& path) = 0; - virtual void midi_learn(const Raul::Path& node_path) = 0; + virtual void learn(const Raul::Path& path) = 0; // Requests diff --git a/src/common/interface/PortType.hpp b/src/common/interface/PortType.hpp index f659cc81..557d7e75 100644 --- a/src/common/interface/PortType.hpp +++ b/src/common/interface/PortType.hpp @@ -32,7 +32,6 @@ namespace Shared { */ class PortType { public: - enum Symbol { UNKNOWN = 0, AUDIO = 1, -- cgit v1.2.1