aboutsummaryrefslogtreecommitdiffstats
path: root/src/sawtooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sawtooth.c')
-rw-r--r--src/sawtooth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sawtooth.c b/src/sawtooth.c
index 2e1a3ec..fcef953 100644
--- a/src/sawtooth.c
+++ b/src/sawtooth.c
@@ -56,7 +56,8 @@ instantiate(const LV2_Descriptor* descriptor,
{
Sawtooth* plugin = (Sawtooth*)malloc(sizeof(Sawtooth));
- if (wavedata_load(&plugin->wdat, BLOP_DLSYM_SAWTOOTH, sample_rate)) {
+ if (wavedata_load(&plugin->wdat, bundle_path, "sawtooth_data",
+ BLOP_DLSYM_SAWTOOTH, sample_rate)) {
free(plugin);
return 0;
}