summaryrefslogtreecommitdiff
path: root/src/inputprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputprocessor.h')
-rw-r--r--src/inputprocessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inputprocessor.h b/src/inputprocessor.h
index 794ca54..2101a25 100644
--- a/src/inputprocessor.h
+++ b/src/inputprocessor.h
@@ -59,6 +59,7 @@ private:
bool is_stopping; ///< Is set to true when a EventType::Stop event has been seen.
bool processOnset(event_t& event, std::size_t pos, double resample_ratio);
+ bool processChoke(event_t& event, std::size_t pos, double resample_ratio);
bool processStop(event_t& event);
std::vector<std::unique_ptr<InputFilter>> filters;