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 a8dc45b..1ae3fb7 100644
--- a/src/inputprocessor.h
+++ b/src/inputprocessor.h
@@ -61,6 +61,7 @@ private:
bool is_stopping{false}; ///< 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 processRelease(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);