summaryrefslogtreecommitdiff
path: root/src/drumkitloader.h
AgeCommit message (Collapse)Author
2019-09-28Add generic logger interface for propagating messages while loading drumkits ↵Bent Bisballe Nyeng
to the commandline and/or plugin UI.
2019-06-29Rename DrumkitLoader::loadKit to loadKitAudio to avoid confusion with ↵Bent Bisballe Nyeng
loadkit (lower-case k) in the same class.
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka ↵Bent Bisballe Nyeng
rename sempahore.h to sem.h
2018-08-12More forward declare type fixes.Bent Bisballe Nyeng
2018-08-12Add new DOMLoader class and unit-test.Bent Bisballe Nyeng
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-08-07New resampler implementation.Bent Bisballe Nyeng
2017-10-14Remove use of MemChecker as we don't need it anymore (due to diskstreaming) ↵Bent Bisballe Nyeng
and because some build systems are responding to it with sporadic failures. Thanks to James Cowgill for pointing this out.
2017-05-06Remove old (obsolete) Mutex class and replace all uses with std::mutex.Bent Bisballe Nyeng
2017-04-15Add chunk size control to the audio cache engine.Bent Bisballe Nyeng
2017-03-23Use cache limit for preloading. Add re-load support through reload counter. ↵Bent Bisballe Nyeng
Refactor AudioFile.
2016-05-22Explicitly stop the loader thread to ensure we don't delete the ↵Bent Bisballe Nyeng
DrumGizmo::drumkit member while the loader is attached to it.
2016-05-14Make all components use the same Random instance and add seed method on ↵Bent Bisballe Nyeng
DrumGizmo class. Added dgreftest application for doing reference midifile rendering tests.
2016-05-08Make Resamplers container class.Bent Bisballe Nyeng
2016-05-08The last loader thread stuff.Bent Bisballe Nyeng
2016-04-16Some DrumKitLoader refactoring.Bent Bisballe Nyeng
2016-03-31Settings.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-01-28Style fixesBent Bisballe Nyeng
2016-01-20Added framesize control mechanism to the engine, and made us of it in the ↵Bent Bisballe Nyeng
cachemanager and drumkitloader.
2015-12-20Fix uninitialised warning.Bent Bisballe Nyeng
2013-11-28Add missing run_semaphore.Bent Bisballe Nyeng
2013-10-12Don't send a message to the GUI on /each/ file that has been loaded. ↵Bent Bisballe Nyeng
Decimation is the key.
2013-10-06Refactoring of AudioFile loading and message passing from engine to gui and ↵Bent Bisballe Nyeng
vice versa.
2013-05-09Lazy load of audio. Unloads when there's nothing else to do.-
2013-04-25Fix crash on 'load drumkit' while another drumkit is already loading.Bent Bisballe Nyeng
2013-04-25Fixed crash on plugin-unload while drumkit load is in progress.Bent Bisballe Nyeng
2013-03-22Added Engine->Messageing system. Implemented LoadStatus Message. Added ↵Bent Bisballe Nyeng
ProgressBar widget. Made FileBrowser chdir to old value (needs further fixing). More printf->hugin ports.
2013-01-26Background loader for audio files.Bent Bisballe Nyeng