diff options
author | David Robillard <d@drobilla.net> | 2010-01-29 01:43:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-01-29 01:43:54 +0000 |
commit | d5a514148bec58cd7e97d032259362b2e19c0e95 (patch) | |
tree | 64ea4dd182a8918b47a6d5f391e2cd097aebb526 /src/engine/wscript | |
parent | 36039b294ee823ceb2c239129defc5eafa110247 (diff) | |
download | ingen-d5a514148bec58cd7e97d032259362b2e19c0e95.tar.gz ingen-d5a514148bec58cd7e97d032259362b2e19c0e95.tar.bz2 ingen-d5a514148bec58cd7e97d032259362b2e19c0e95.zip |
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
Diffstat (limited to 'src/engine/wscript')
-rw-r--r-- | src/engine/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/wscript b/src/engine/wscript index 2b98df26..e0ac6d69 100644 --- a/src/engine/wscript +++ b/src/engine/wscript @@ -10,6 +10,7 @@ def build(bld): BufferFactory.cpp ClientBroadcaster.cpp ConnectionImpl.cpp + ControlBindings.cpp DuplexPort.cpp Engine.cpp EngineStore.cpp @@ -42,8 +43,8 @@ def build(bld): events/Disconnect.cpp events/DisconnectAll.cpp events/Get.cpp + events/Learn.cpp events/LoadPlugins.cpp - events/MidiLearn.cpp events/Move.cpp events/Note.cpp events/RegisterClient.cpp |