diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-11-03 18:58:11 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-11-03 18:58:11 +0100 |
commit | fc26537a907497eaf60aac0235e813fe8a26b23a (patch) | |
tree | 8db8e8c27dd946f8caae9bbbe29377e1b2ae0830 /lv2 | |
parent | 618ccf981bf16e848912cf8c4d72f58c7134642a (diff) |
Use Drumgizmo::setSamplerate to control resampler target samplerate.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/output_lv2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lv2/output_lv2.h b/lv2/output_lv2.h index c23cf2f..1b4e8c9 100644 --- a/lv2/output_lv2.h +++ b/lv2/output_lv2.h @@ -54,8 +54,6 @@ public: void post(size_t nsamples); sample_t *getBuffer(int c); - - size_t samplerate(); // sample_t *outputPort[NUM_OUTPUTS]; OutputPort outputPorts[NUM_OUTPUTS]; |