summaryrefslogtreecommitdiff
path: root/lv2/lv2.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-11-03 18:55:03 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-11-03 18:55:03 +0100
commit618ccf981bf16e848912cf8c4d72f58c7134642a (patch)
tree540fad9cbaa9dbf8d0f1b91adddd5300319cacd7 /lv2/lv2.cc
parent3176ea311ab6ad13546f8410f4f2ebc9ef229df3 (diff)
Use Drumgizmo::setSamplerate to control resampler target samplerate.
Diffstat (limited to 'lv2/lv2.cc')
-rw-r--r--lv2/lv2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2.cc b/lv2/lv2.cc
index 9ec7706..3aeb5f0 100644
--- a/lv2/lv2.cc
+++ b/lv2/lv2.cc
@@ -248,7 +248,7 @@ LV2_Handle instantiate(const struct _LV2_Descriptor *descriptor,
dg_descriptor.get_pci = dg_get_pci;
dglv2->in = new InputLV2();
- dglv2->out = new OutputLV2(sample_rate);
+ dglv2->out = new OutputLV2();
dglv2->buffer = NULL;
dglv2->buffer_size = 0;