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
/
drumkitloader.h
Age
Commit message (
Expand
)
Author
2018-08-12
More forward declare type fixes.
Bent Bisballe Nyeng
2018-08-12
Add new DOMLoader class and unit-test.
Bent Bisballe Nyeng
2018-08-08
Remove old CHReampler class.
Bent Bisballe Nyeng
2018-08-07
New resampler implementation.
Bent Bisballe Nyeng
2017-10-14
Remove use of MemChecker as we don't need it anymore (due to diskstreaming) a...
Bent Bisballe Nyeng
2017-05-06
Remove old (obsolete) Mutex class and replace all uses with std::mutex.
Bent Bisballe Nyeng
2017-04-15
Add chunk size control to the audio cache engine.
Bent Bisballe Nyeng
2017-03-23
Use cache limit for preloading. Add re-load support through reload counter. R...
Bent Bisballe Nyeng
2016-05-22
Explicitly stop the loader thread to ensure we don't delete the DrumGizmo::dr...
Bent Bisballe Nyeng
2016-05-14
Make all components use the same Random instance and add seed method on DrumG...
Bent Bisballe Nyeng
2016-05-08
Make Resamplers container class.
Bent Bisballe Nyeng
2016-05-08
The last loader thread stuff.
Bent Bisballe Nyeng
2016-04-16
Some DrumKitLoader refactoring.
Bent Bisballe Nyeng
2016-03-31
Settings.
Bent Bisballe Nyeng
2016-03-22
Change license to LGPLv3.
André Nusser
2016-02-14
Change GPL version number in file headers to 3.
André Nusser
2016-01-28
Style fixes
Bent Bisballe Nyeng
2016-01-20
Added framesize control mechanism to the engine, and made us of it in the cac...
Bent Bisballe Nyeng
2015-12-20
Fix uninitialised warning.
Bent Bisballe Nyeng
2013-11-28
Add missing run_semaphore.
Bent Bisballe Nyeng
2013-10-12
Don't send a message to the GUI on /each/ file that has been loaded. Decimati...
Bent Bisballe Nyeng
2013-10-06
Refactoring of AudioFile loading and message passing from engine to gui and v...
Bent Bisballe Nyeng
2013-05-09
Lazy load of audio. Unloads when there's nothing else to do.
-
2013-04-25
Fix crash on 'load drumkit' while another drumkit is already loading.
Bent Bisballe Nyeng
2013-04-25
Fixed crash on plugin-unload while drumkit load is in progress.
Bent Bisballe Nyeng
2013-03-22
Added Engine->Messageing system. Implemented LoadStatus Message. Added Progre...
Bent Bisballe Nyeng
2013-01-26
Background loader for audio files.
Bent Bisballe Nyeng