aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/wavedata.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-31 06:03:45 +0000
committerDavid Robillard <d@drobilla.net>2012-05-31 06:03:45 +0000
commit8b46fd1ff51b29cded517c9c2d166611e8c453fc (patch)
tree14a338294d302e663818570796bb5311297a9748 /src/include/wavedata.h
parent9529f203c09d6dc8f4c2f12c3add9ec906f4bdba (diff)
downloadblop.lv2-8b46fd1ff51b29cded517c9c2d166611e8c453fc.tar.gz
blop.lv2-8b46fd1ff51b29cded517c9c2d166611e8c453fc.tar.bz2
blop.lv2-8b46fd1ff51b29cded517c9c2d166611e8c453fc.zip
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
Diffstat (limited to 'src/include/wavedata.h')
-rw-r--r--src/include/wavedata.h14
1 files changed, 7 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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 */