summaryrefslogtreecommitdiff
path: root/src/inputprocessor.cc
AgeCommit message (Collapse)Author
2023-09-27code cleanupVolker Fischer
2023-09-25added new drumkit XML parameter islogpower and support logarithmic powers ↵Volker Fischer
for the dynamic expander
2023-05-03replace sqrt scaling of normalized input velocity by a curve function ↵Volker Fischer
similar to what is implemented in Edrumulus
2023-01-10fix hi-hat choke: larger minimum value is neededVolker Fischer
2022-01-17remove unused variable target_min_power_dbVolker Fischer
2021-09-01increase the instrument target dynamic by 5 dBVolker Fischer
2021-08-11Merge branch 'edrumulus' into corrados_hihat_controllerVolker Fischer
# Conflicts: # src/inputprocessor.cc
2021-08-11use cymbal choke time of 180ms to get more natural feelingVolker Fischer
2021-08-11Merge branch 'edrumulus' into corrados_hihat_controllerVolker Fischer
2021-08-11use sqrt(event.velocity) for the dynamic expander to get a MIDI curve which ↵Volker Fischer
matches the ones of edrum modules
2021-08-09Merge branch 'develop' into edrumulusVolker Fischer
# Conflicts: # src/audioinputenginemidi.cc
2021-08-09Adjust choke ramp-down time to better reflect the actual dampening time of a ↵Bent Bisballe Nyeng
hand-dampened cymbal.
2021-08-08proof of concept of using varying choke times of open hi-hat to support ↵Volker Fischer
continuous hi-hat pedal changes
2021-07-28Merge remote-tracking branch 'origin/develop' into edrumulusVolker Fischer
2021-07-28Fix aftertouch choke regression error.Bent Bisballe Nyeng
2021-07-18added dynamic expander test code, needed for Edrumulus (do not merge to develop)Volker Fischer
2021-02-13Add position filter.André Nusser
2021-02-13Initial compiling version of sample selection with position.André Nusser
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 ↵André Nusser
visualizer is not affected but it.
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
Also: * Added an id.h class to make IDs with type * Added a range class to easily use range based for loops
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
This is untested and also the part of the parser is missing.
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 ↵Bent Bisballe Nyeng
folder.
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
Actually, this changes the ramp down to 2298 samples instead of 3000 for 44100 but I guess that's not audible and 68 is a nicer number. :)
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
new input processing filter system and prepared for new latency filter.
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
process(..). process_onset -> processOnset etc.