summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-03-31Fix build errors due to rebase.André Nusser
2016-03-31Refactored class VersionStrChristian Glöckner
2016-03-31API Refactoring for class VelocityChristian Glöckner
2016-03-31API Refactoring for class SampleChristian Glöckner
2016-03-31Reformatted class PowerListChristian Glöckner
2016-03-31API Refactoring for getPath functionChristian Glöckner
2016-03-31Reformatted minor headersChristian Glöckner
2016-03-31Reformatted MidiMapperChristian Glöckner
2016-03-31API Refactoring for eventsChristian Glöckner
2016-03-31API Refactoring for class InstrumentChristian Glöckner
2016-03-31API Refactoring for class InstrumentChristian Glöckner
2016-03-31API Refactoring for class DrumkitChristian Glöckner
2016-03-31fixed ConfigFile's destructor implChristian Glöckner
2016-03-31Made API of class ConfigFile more consistentChristian Glöckner
2016-03-31fixed include pathChristian Glöckner
2016-03-31Refactored class CHResamplerChristian Glöckner
2016-03-31Refactored class BeatMapperChristian Glöckner
2016-03-31made API of AudioCacheFile more consistentChristian Glöckner
2016-03-31made API of AudioCacheEventHandler's getters more consistentChristian Glöckner
2016-03-31made API of AudioCache's getters more consistentChristian Glöckner
2016-03-31refactored class ChannelMixerChristian Glöckner
2016-03-31refactored class ChannelChristian Glöckner
2016-03-31more consistent style of input engines' gettersChristian Glöckner
2016-03-31more consistent style of output engines' gettersChristian Glöckner
2016-03-31pass channels to output engine by const refChristian Glöckner
2016-03-31made input engine more const-correctChristian Glöckner
2016-03-31using const ref strings at output engineChristian Glöckner
2016-03-31using const ref strings at input engineChristian Glöckner
2016-03-29Use unordered_map instead of map in the parsers.André Nusser
2016-03-29Do the file related actions in SAXParser.André Nusser
2016-03-29Make attr a const ref.André Nusser
2016-03-29Parser refactoring.André Nusser
* Use new style * Update to C++11 * Use more std::string than char*
2016-03-29New Random class for convenient random number generation.André Nusser
2016-03-24Add missing dist files.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-03-22Introduced Settings structureChristian Glöckner
2016-03-22Fixed debug printChristian Glöckner
2016-03-22Modernized InputEngine::run()Christian Glöckner
2016-03-16Build cleanup and windows build add.Bent Bisballe Nyeng
2016-03-13Increase number of cache ids.Bent Bisballe Nyeng
2016-03-13Only open AudioCacheFile if needed.Bent Bisballe Nyeng
2016-03-13Fix wierd stuttering bug when one sample is done playing that interrupts ↵Bent Bisballe Nyeng
existsing playing samples.
2016-03-12Only open file if we actually need to read from it.Bent Bisballe Nyeng
2016-02-14Change 'Pracro' to 'DrumGizmo' where necessary.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-02-09Fix two valgrind errors and mark three others with a TODO comment.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-02-09Implement memchecker to ensure a drumkit fits into RAM.André Nusser
It's a class that can calculate the available free RAM (or rather a rough estimation of it) and the size of the drumkit when loaded into RAM and provides a plugic method to check if the drumkit then fits into RAM.
2016-02-09Base Midi-Engines on Midi-Engine Base Class (+ Minor Renaming)Christian Glöckner