aboutsummaryrefslogtreecommitdiffstats
path: root/src/pulse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse.c')
-rw-r--r--src/pulse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulse.c b/src/pulse.c
index 17c8525..722527b 100644
--- a/src/pulse.c
+++ b/src/pulse.c
@@ -61,7 +61,8 @@ instantiate(const LV2_Descriptor* descriptor,
{
Pulse* plugin = (Pulse*)malloc(sizeof(Pulse));
- 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;
}