diff options
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> , |