index
:
drumgizmo.git
097_lineedit_fix
about-rework
alsamidi
cc-note-midimap
configfile_refactor
coreaudio
corrados_fix_alsamidi
corrados_integrate_logpower
cpp14
curve_map
curve_map_midimap
develop
distance
distance_openness
doubletriggerfilter
edrumulus
event_cleanup
feature/oss-midi
hidpi
int_ui
lint
master
metadata_v1
metadata_v1_fix
midi-refactor
no_gui_also_with_broken_gui_if_enabled
normalised_scaled_fix
note-off
openness
openness_dev
powermap_feature_ui
rotating_knobs
scale_kit_image
stereo
studio-on-fix
the-marlboro-man-experimental
The DrumGizmo virtual drummer project.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
inputprocessor.cc
Age
Commit message (
Expand
)
Author
2019-05-12
Move stddev to own filter.
André Nusser
2019-04-08
Add midi aftertouch choke for plugins.
Bent Bisballe Nyeng
2019-03-17
Implemented new directed choke feature.
Bent Bisballe Nyeng
2019-01-27
Re-instate instrument v1.0 support.
Bent Bisballe Nyeng
2018-10-08
Move event.h and audiotypes.h into src and get rid of the obsolete include fo...
Bent Bisballe Nyeng
2018-08-05
Fix rampdown offsets.
Bent Bisballe Nyeng
2018-08-02
Fix rampdown issue and clean up a bit while at it.
André Nusser
2018-08-02
Just fix the fix comment and adapt code to make it more readable.
André Nusser
2018-08-02
Add FIXME, to be checked by deva.
André Nusser
2018-07-15
Revorked visualiser UI and a few more parameter tweaks.
Bent Bisballe Nyeng
2018-07-15
Make sample ramp-down samplerate dependent: 14.7ms.
Bent Bisballe Nyeng
2018-02-18
Implemented engine part of the latency filter aka. humized timing.
Bent Bisballe Nyeng
2017-09-02
Implement master bleed control in the instrument parser and engine.
Bent Bisballe Nyeng
2016-06-14
Make code from last commit a little more explicit.
André Nusser
2016-06-14
New input processor filter system. Moved processing from Instrument calss to ...
Bent Bisballe Nyeng
2016-06-06
Add basic latency reporting methods.
Bent Bisballe Nyeng
2016-05-27
added another range-based loop
Christian Glöckner
2016-05-10
Bugfix in InputProcessor class and avoid multiple map access there.
André Nusser
2016-04-25
inputprocesser.cc: Fixed missing rename of function calls inside
Jonas Suhr Christensen
2016-04-25
Style fix in InputProcessor class.
André Nusser
2016-04-24
Refactoring InputProcessor
André Nusser
2016-04-24
Split process in InputProcessor into process_onset and process_stop.
André Nusser
2016-04-24
Make activeevents a member of InputProcessor.
André Nusser
2016-04-24
Move input processing of drumgizmo.cc into own class.
André Nusser