summaryrefslogtreecommitdiff
path: root/src/inputprocessor.cc
AgeCommit message (Expand)Author
2021-04-13Improve power spread in velocity mapping.normalised_scaled_fixBent Bisballe Nyeng
2021-04-11Amortize the perceived sample power of normalized vs non-normalized samples.Bent Bisballe Nyeng
2021-01-08Fix directed choke regression error.Bent Bisballe Nyeng
2020-11-15Implementation of the voice limiting feature.TheMarlboroMan
2020-05-02Add powermap filter to the input processor and make sure that velocity visual...André Nusser
2020-02-23Fix style, minor code fixes, and add review comments.Bent Bisballe Nyeng
2020-02-16Introduce EventsDS to handle all the events and enable new features.André Nusser
2019-12-24Split processOnset into multiple helper functions for improved readability.Bent Bisballe Nyeng
2019-12-24Fix type-o in choke handling.Bent Bisballe Nyeng
2019-10-14Added 'normalized' attribute to sample tag.Bent Bisballe Nyeng
2019-10-14Add support for normalized samples in the engine.André Nusser
2019-07-22Fix BSD build error.André Nusser
2019-07-22Bugfix for last commit.André Nusser
2019-07-22Small ammend to previous commit.André Nusser
2019-07-22Center velocities as well as disable stddev when disabling humanizer.André Nusser
2019-05-12Move stddev to own filter.André Nusser
2019-04-08Add midi aftertouch choke for plugins.Bent Bisballe Nyeng
2019-03-17Implemented new directed choke feature.Bent Bisballe Nyeng
2019-01-27Re-instate instrument v1.0 support.Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include fo...Bent Bisballe Nyeng
2018-08-05Fix rampdown offsets.Bent Bisballe Nyeng
2018-08-02Fix rampdown issue and clean up a bit while at it.André Nusser
2018-08-02Just fix the fix comment and adapt code to make it more readable.André Nusser
2018-08-02Add FIXME, to be checked by deva.André Nusser
2018-07-15Revorked visualiser UI and a few more parameter tweaks.Bent Bisballe Nyeng
2018-07-15Make sample ramp-down samplerate dependent: 14.7ms.Bent Bisballe Nyeng
2018-02-18Implemented engine part of the latency filter aka. humized timing.Bent Bisballe Nyeng
2017-09-02Implement master bleed control in the instrument parser and engine.Bent Bisballe Nyeng
2016-06-14Make code from last commit a little more explicit.André Nusser
2016-06-14New input processor filter system. Moved processing from Instrument calss to ...Bent Bisballe Nyeng
2016-06-06Add basic latency reporting methods.Bent Bisballe Nyeng
2016-05-27added another range-based loopChristian Glöckner
2016-05-10Bugfix in InputProcessor class and avoid multiple map access there.André Nusser
2016-04-25inputprocesser.cc: Fixed missing rename of function calls insideJonas Suhr Christensen
2016-04-25Style fix in InputProcessor class.André Nusser
2016-04-24Refactoring InputProcessorAndré Nusser
2016-04-24Split process in InputProcessor into process_onset and process_stop.André Nusser
2016-04-24Make activeevents a member of InputProcessor.André Nusser
2016-04-24Move input processing of drumgizmo.cc into own class.André Nusser