summaryrefslogtreecommitdiff
path: root/src/drumkitparser.h
AgeCommit message (Collapse)Author
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-03-31Settings.Bent Bisballe Nyeng
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-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-05-15Add support for referenced files through refs.conf.Bent Bisballe Nyeng
2013-04-20New 'instrument group' feature added.Bent Bisballe Nyeng
2011-10-05Make channel maps work.Bent Bisballe Nyeng
2011-07-15New input/output plugin architecture. New LV2 plugin.deva
2011-03-01MAJOR rewrite of the internals. New input/output 'plugin' system. Still a ↵deva
lot missing.
2009-02-20Incremented version number.deva
2008-12-21Added some cli options. Made preload optional on the commandline. Made chdir ↵deva
to drumkit file prior to loading of the samples.
2008-07-22DrumKit parser. Internal drumkit now used in events. This is the first ↵deva
milestone.