summaryrefslogtreecommitdiff
path: root/drumgizmo/output/wavfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'drumgizmo/output/wavfile.h')
-rw-r--r--drumgizmo/output/wavfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drumgizmo/output/wavfile.h b/drumgizmo/output/wavfile.h
index 656c0cd..63bf0e4 100644
--- a/drumgizmo/output/wavfile.h
+++ b/drumgizmo/output/wavfile.h
@@ -51,6 +51,7 @@ public:
void post(std::size_t nsamples) override;
std::size_t getSamplerate() const override;
void onLatencyChange(std::size_t latency) override;
+ bool isFreewheeling() const override;
private:
SF_INFO info;