diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/interface/EngineInterface.hpp | 2 | ||||
-rw-r--r-- | src/common/interface/PortType.hpp | 1 |
2 files changed, 1 insertions, 2 deletions
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, |