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/client/PortModel.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/PortModel.hpp') diff --git a/src/client/PortModel.hpp b/src/client/PortModel.hpp index dbf82f1a..74b15283 100644 --- a/src/client/PortModel.hpp +++ b/src/client/PortModel.hpp @@ -26,6 +26,9 @@ #include "interface/Port.hpp" #include "ObjectModel.hpp" +#include + + namespace Raul { class Path; } namespace Ingen { -- cgit v1.2.1