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/include/wavedata.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/include/wavedata.h') diff --git a/src/include/wavedata.h b/src/include/wavedata.h index 9bd313c..9d24823 100644 --- a/src/include/wavedata.h +++ b/src/include/wavedata.h @@ -17,19 +17,19 @@ along with this software. If not, see . */ -#ifndef blip_wavedata_h -#define blip_wavedata_h +#ifndef blop_wavedata_h +#define blop_wavedata_h #include "lv2/lv2plug.in/ns/lv2core/lv2.h" -#include "blip_config.h" +#include "blop_config.h" #include "math_func.h" #include "interpolate.h" #include "common.h" /* Functions identifying wavedata dlls */ -#define BLOP_DLSYM_SAWTOOTH "blip_get_sawtooth" -#define BLOP_DLSYM_SQUARE "blip_get_square" -#define BLOP_DLSYM_PARABOLA "blip_get_parabola" +#define BLOP_DLSYM_SAWTOOTH "blop_get_sawtooth" +#define BLOP_DLSYM_SQUARE "blop_get_square" +#define BLOP_DLSYM_PARABOLA "blop_get_parabola" /* * Structure holding a single segment of sample data @@ -191,4 +191,4 @@ wavedata_get_table(Wavedata* w, } /* extern "C" { */ #endif -#endif /* blip_wavedata_h */ +#endif /* blop_wavedata_h */ -- cgit v1.2.1