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
/
drumgizmo
/
input
/
midifile.cc
Age
Commit message (
Collapse
)
Author
2019-04-08
Move midi note process to one common place in ↵
Bent Bisballe Nyeng
AudioInputEngineMidi::processNote and use it in the four input engines (plugin, midifile, ossmidi and jackmidi)
2018-10-08
Move event.h and audiotypes.h into src and get rid of the obsolete include ↵
Bent Bisballe Nyeng
folder.
2017-05-12
Use correct MIDI note ON mask.
Hans Petter Selasky
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
2016-07-13
Introduce input engine isFreewheeling method.
André Nusser
2016-06-15
Make sure we abide the samplerate in all input/output engines.
Bent Bisballe Nyeng
2016-05-14
Temporary fix for midimap loading in command line tool.
Bent Bisballe Nyeng
2016-03-31
made input engine more const-correct
Christian Glöckner
2016-03-31
using const ref strings at input engine
Christian Glöckner
2016-03-22
Change license to LGPLv3.
André Nusser
2016-03-22
Modernized InputEngine::run()
Christian Glöckner
2016-02-14
Change GPL version number in file headers to 3.
André Nusser
2016-02-09
Fix two valgrind errors and mark three others with a TODO comment.
André Nusser
2016-02-09
Fixed style issues
Christian Glöckner
2016-02-09
Base Midi-Engines on Midi-Engine Base Class (+ Minor Renaming)
Christian Glöckner
2016-02-09
reformatting fix
Christian Glöckner
2016-02-09
applied clang-format
Christian Glöckner
2016-02-09
added JackMidiInputEngine + additional minor changes
Christian Glöckner
2016-02-09
stdcerr output overhaul
Christian Glöckner
2016-02-09
Fixed MidifileInputEngine
Christian Glöckner
2016-02-09
Added missing changes
Christian Glöckner
2016-02-09
[incomplete] added MidifileInputEngine and WavfileOutputEngine
Christian Glöckner