From 19cba7fcbbcfcedbd45cef80e6c7c11ee2e98068 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 20 Apr 2012 03:30:18 +0000 Subject: Shorter port symbols. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4214 a436a847-0d15-0410-975c-d299462d15a1 --- mda.lv2/EPiano.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mda.lv2/EPiano.ttl') diff --git a/mda.lv2/EPiano.ttl b/mda.lv2/EPiano.ttl index 8ee3615..f96c86c 100644 --- a/mda.lv2/EPiano.ttl +++ b/mda.lv2/EPiano.ttl @@ -18,7 +18,7 @@ mda:EPiano lv2:ControlPort ; lv2:index 0 ; lv2:name "Envelope Decay" ; - lv2:symbol "envelope_decay" ; + lv2:symbol "env_decay" ; lv2:default 0.5 ; lv2:minimum 0.0 ; lv2:maximum 1.0 @@ -27,7 +27,7 @@ mda:EPiano lv2:ControlPort ; lv2:index 1 ; lv2:name "Envelope Release" ; - lv2:symbol "envelope_release" ; + lv2:symbol "env_release" ; lv2:default 0.5 ; lv2:minimum 0.0 ; lv2:maximum 1.0 @@ -72,7 +72,7 @@ mda:EPiano lv2:ControlPort ; lv2:index 6 ; lv2:name "Velocity Sense" ; - lv2:symbol "velocity_sense" ; + lv2:symbol "vel_sense" ; lv2:default 0.25 ; lv2:minimum 0.0 ; lv2:maximum 1.0 -- cgit v1.2.1