diff options
author | David Robillard <d@drobilla.net> | 2012-09-16 16:59:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-16 16:59:35 +0000 |
commit | 86709c5f5345f3a481a28ed378d303331297a466 (patch) | |
tree | 3b8509970ce8e6ca7a436ea26f99886e35605b73 /ingen | |
parent | 6f7651bbc136dedc303f435648ff13880cd2b505 (diff) | |
download | ingen-86709c5f5345f3a481a28ed378d303331297a466.tar.gz ingen-86709c5f5345f3a481a28ed378d303331297a466.tar.bz2 ingen-86709c5f5345f3a481a28ed378d303331297a466.zip |
Support latest options and morph extensions.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4776 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/URIs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 66107079..6b11d0dc 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -129,6 +129,7 @@ public: const Quark midi_NoteOn; const Quark midi_controllerNumber; const Quark midi_noteNumber; + const Quark morph_currentType; const Quark patch_Delete; const Quark patch_Get; const Quark patch_Move; |