From 42c9cc559413c07b7899b3a8c573afcbcb84e3ee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2013 23:55:14 +0000 Subject: Fix port indices of metronome example. --- plugins/eg03-metro.lv2/metro.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/eg03-metro.lv2') diff --git a/plugins/eg03-metro.lv2/metro.ttl b/plugins/eg03-metro.lv2/metro.ttl index 694c3bc..8b4af3d 100644 --- a/plugins/eg03-metro.lv2/metro.ttl +++ b/plugins/eg03-metro.lv2/metro.ttl @@ -24,7 +24,7 @@ ] , [ a lv2:AudioPort , lv2:OutputPort ; - lv2:index 2 ; + lv2:index 1 ; lv2:symbol "out" ; lv2:name "Out" ; ] . -- cgit v1.2.1