diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-04-01 20:22:14 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-04-08 18:08:42 +0200 |
commit | 10d483417fa70bb4c357d598f3bdfcf4f0b75f21 (patch) | |
tree | 08f3055d0432511e8e9fbd362bd05307d95c9f5c /src/inputprocessor.h | |
parent | aa6ef7e42966e36db74a4d15367379cbff37bbc8 (diff) |
Add midi aftertouch choke for plugins.
Diffstat (limited to 'src/inputprocessor.h')
-rw-r--r-- | src/inputprocessor.h | 1 |
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; |