diff options
author | David Robillard <d@drobilla.net> | 2015-04-10 13:35:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-04-10 13:35:17 +0000 |
commit | a7d6e99f2958561d373a5c0b39228ee003951816 (patch) | |
tree | bee68a41da762a04fe73b7484e1f67dd6444b879 /bundles | |
parent | df7f539225918cfa809fd5939b813e483cb11d7c (diff) | |
download | ingen-a7d6e99f2958561d373a5c0b39228ee003951816.tar.gz ingen-a7d6e99f2958561d373a5c0b39228ee003951816.tar.bz2 ingen-a7d6e99f2958561d373a5c0b39228ee003951816.zip |
Set note module in templates as polyphonic.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5672 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'bundles')
-rw-r--r-- | bundles/MonoInstrument.ingen/MonoInstrument.ttl | 1 | ||||
-rw-r--r-- | bundles/StereoInstrument.ingen/StereoInstrument.ttl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bundles/MonoInstrument.ingen/MonoInstrument.ttl b/bundles/MonoInstrument.ingen/MonoInstrument.ttl index b60f3412..a6fc2204 100644 --- a/bundles/MonoInstrument.ingen/MonoInstrument.ttl +++ b/bundles/MonoInstrument.ingen/MonoInstrument.ttl @@ -32,6 +32,7 @@ <Note> ingen:canvasX 206.5 ; ingen:canvasY 8.0 ; + ingen:polyphonic true ; lv2:port <Note/bend> , <Note/frequency> , <Note/gate> , diff --git a/bundles/StereoInstrument.ingen/StereoInstrument.ttl b/bundles/StereoInstrument.ingen/StereoInstrument.ttl index d1376bf2..7f166736 100644 --- a/bundles/StereoInstrument.ingen/StereoInstrument.ttl +++ b/bundles/StereoInstrument.ingen/StereoInstrument.ttl @@ -12,6 +12,7 @@ <Note> ingen:canvasX 136.0 ; ingen:canvasY 92.0 ; + ingen:polyphonic true ; lv2:port <Note/bend> , <Note/frequency> , <Note/gate> , |