diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 16:33:11 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 17:28:11 +0200 |
commit | 32606894c67e6be27ba853a8bc3e97c808c14987 (patch) | |
tree | f31c9d1bc08e2095b2cd724b5f0f0a27526c5a01 /drumgizmo/output/wavfile.h | |
parent | d71485534d3a683cae4993815f59ff68263a6751 (diff) |
Introduce output engine isFreewheeling method.
Diffstat (limited to 'drumgizmo/output/wavfile.h')
-rw-r--r-- | drumgizmo/output/wavfile.h | 1 |
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; |