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
/
audiocache.cc
Age
Commit message (
Expand
)
Author
2024-03-26
Linter fixes for audiocache.cc
Bent Bisballe Nyeng
2018-08-05
Add support for partial buffers in cache and rendering engine - fixes dropout...
Bent Bisballe Nyeng
2017-05-07
Lazy free the nodata buffers on plugin removal.
Bent Bisballe Nyeng
2017-05-07
Add additional underrun increments.
Bent Bisballe Nyeng
2017-04-29
Keep sync on cache misses.
Bent Bisballe Nyeng
2017-04-29
Fix crash on 'underrun' when c.font is not yet allocated but the preload cach...
Bent Bisballe Nyeng
2017-04-15
Fix audio cache test - missing updateChunkSize call before processing.
Bent Bisballe Nyeng
2017-04-15
Add chunk size control to the audio cache engine.
Bent Bisballe Nyeng
2017-04-15
Use std::size types.
Bent Bisballe Nyeng
2017-04-01
Update underrun counter directly in AudioCache.
Bent Bisballe Nyeng
2017-03-25
Fix crash on multiple stop/start command due to invalid pointer returned to t...
Bent Bisballe Nyeng
2016-03-31
made API of AudioCache's getters more consistent
Christian Glöckner
2016-03-22
Change license to LGPLv3.
André Nusser
2016-03-13
Only open AudioCacheFile if needed.
Bent Bisballe Nyeng
2016-03-12
Only open file if we actually need to read from it.
Bent Bisballe Nyeng
2016-02-14
Change GPL version number in file headers to 3.
André Nusser
2016-01-29
Glocke suggestions
André Nusser
2016-01-29
wip 3
André Nusser
2016-01-29
wip 2
André Nusser
2016-01-29
wip 1
André Nusser
2016-01-28
Conform to style guide.
Bent Bisballe Nyeng
2016-01-28
Added debug
Bent Bisballe Nyeng
2016-01-27
Add debug.
Bent Bisballe Nyeng
2016-01-20
Fix some comments.
Bent Bisballe Nyeng
2016-01-20
Split CacheManager into several AudioCache classes and refactored the lot of ...
Bent Bisballe Nyeng