summaryrefslogtreecommitdiff
path: root/src/drumgizmo.h
AgeCommit message (Collapse)Author
2020-05-02Add default kit/map functionality for config file.André Nusser
For this I introduced a new config file called drumgizmo.conf.
2020-05-02Add setting and knob for controlling resampling quality.Bent Bisballe Nyeng
2020-02-16Introduce EventsDS to handle all the events and enable new features.André Nusser
Also: * Added an id.h class to make IDs with type * Added a range class to easily use range based for loops
2019-11-15Move zita-resampler inside wrapper.Bent Bisballe Nyeng
2019-06-16Make max channnel count controllable through the configure script to make it ↵Bent Bisballe Nyeng
possible to exceed the default 16.
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-08-07New resampler implementation.Bent Bisballe Nyeng
2018-08-05Add support for partial buffers in cache and rendering engine - fixes ↵Bent Bisballe Nyeng
dropouts on framesize changes for example when looping.
2017-05-07Use enable_resampling in all places where the resampler is effecting the ↵Bent Bisballe Nyeng
outcome. Clear all active events when frame size changes.
2017-05-06Remove old (obsolete) Mutex class and replace all uses with std::mutex.Bent Bisballe Nyeng
2017-04-01Update underrun counter directly in AudioCache.Bent Bisballe Nyeng
2016-07-16Move config io from DrumGizmo to DrumGizmoPlugin (into own class).André Nusser
Drumkit file and midimap file are now fetched from settings instead of DrumGizmo members.
2016-07-13Remove the run(int endpos) method from drumgizmo.André Nusser
Insert the code directly instead.
2016-06-06Add basic latency reporting methods.Bent Bisballe Nyeng
2016-05-28Hand over audio engines to DrumGizmo by reference instead of by pointer.Bent Bisballe Nyeng
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-24Move input processing of drumgizmo.cc into own class.André Nusser
2016-04-22A little refactoring for drumgizmo.cc (premium non-breaking changes)André Nusser
2016-04-22Revert "A little refactoring for drumgizmo.cc."André Nusser
This reverts commit f8be5a6d8d0be47596e1d9e6050e6e134f1e4167. Stupid locale bug re-introduced, thus reverting.
2016-04-21A little refactoring for drumgizmo.cc.André Nusser
Range based loops, static const member variables instead of #define, c++11 convert from and to strings.
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the ↵Bent Bisballe Nyeng
new Settings mechanism.
2016-03-31Settings.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-03-22Modernized InputEngine::run()Christian Glöckner
2016-03-13Fix wierd stuttering bug when one sample is done playing that interrupts ↵Bent Bisballe Nyeng
existsing playing samples.
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-02-09Work in deva's critique. This branch should now be ready for merge.André Nusser
2016-02-09Include the memchecker into the other DG code.André Nusser
Especially, now check if a kit fits into RAM when loading it.
2016-01-28Don't remove the old run() method just yet.Bent Bisballe Nyeng
2016-01-28Style fixesBent Bisballe Nyeng
2016-01-20Split CacheManager into several AudioCache classes and refactored the lot of ↵Bent Bisballe Nyeng
them. Unit tests added.
2016-01-20Add free-wheel mode to LV2 and DrumGizmo class.Bent Bisballe Nyeng
2016-01-20Added framesize control mechanism to the engine, and made us of it in the ↵Bent Bisballe Nyeng
cachemanager and drumkitloader.
2016-01-20Integrate CacheManager into the engine.Bent Bisballe Nyeng
2015-05-15Add support for referenced files through refs.conf.Bent Bisballe Nyeng
2015-02-15Merge with master. Remove obsolete -p argument from cli. Add new -a argument ↵Bent Bisballe Nyeng
for async kit loading.
2015-02-08Delay TYPE_STOP event until the last active samples are done playing.Bent Bisballe Nyeng
2014-10-12Add new resampler class and use it in engine.Bent Bisballe Nyeng
2013-12-01Add endpos parameter to cli.Bent Bisballe Nyeng
2013-09-20New resample feature (greatly inspired by Cédric 'SxDx') based on libsamplerate.Bent Bisballe Nyeng
2013-09-15Make destructor virtual.Bent Bisballe Nyeng
2013-06-29New inter-thread message system.Bent Bisballe Nyeng
2013-04-24Fixed missing midimap filename in GUI.Bent Bisballe Nyeng
2013-04-04New message system. New common midi input class. Some compiler warning ↵Bent Bisballe Nyeng
fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font.
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-03-20Added initial code for a GUI<->engine message system.Bent Bisballe Nyeng
2013-01-26Background loader for audio files.Bent Bisballe Nyeng
2012-01-23New config interface (xml). Instruments now contains pointers (fix memleak).Bent Bisballe Nyeng