summaryrefslogtreecommitdiff
path: root/src/inputprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputprocessor.h')
-rw-r--r--src/inputprocessor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inputprocessor.h b/src/inputprocessor.h
index fb12555..7e03737 100644
--- a/src/inputprocessor.h
+++ b/src/inputprocessor.h
@@ -42,4 +42,7 @@ private:
DrumKit& kit;
std::list<Event*>* activeevents;
bool is_stopping; ///< Is set to true when a TYPE_STOP event has been seen.
+
+ bool process_onset(const event_t& event, size_t pos, double resample_ratio);
+ bool process_stop(const event_t& event);
};