From 8b46fd1ff51b29cded517c9c2d166611e8c453fc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 May 2012 06:03:45 +0000 Subject: Blip => Blop. I give up trying to give ports new names. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@4484 a436a847-0d15-0410-975c-d299462d15a1 --- src/adsr_gt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/adsr_gt.c') diff --git a/src/adsr_gt.c b/src/adsr_gt.c index 77bec65..055e2b2 100644 --- a/src/adsr_gt.c +++ b/src/adsr_gt.c @@ -119,8 +119,8 @@ activate(LV2_Handle instance) } static void -runAdsr(LV2_Handle instance, - uint32_t sample_count) +run(LV2_Handle instance, + uint32_t sample_count) { Adsr* plugin = (Adsr*)instance; @@ -244,11 +244,11 @@ runAdsr(LV2_Handle instance, } static const LV2_Descriptor descriptor = { - "http://drobilla.net/plugins/blip/adsr_gt", + "http://drobilla.net/plugins/blop/adsr_gt", instantiate, connect_port, activate, - runAdsr, + run, NULL, cleanup, NULL, -- cgit v1.2.1