summaryrefslogtreecommitdiff
path: root/src/dgxmlparser.cc
AgeCommit message (Collapse)Author
2019-10-26Add default midimap functionality.André Nusser
Move directory.{h,cc} to src/ for this.
2019-10-14Added 'normalized' attribute to sample tag.Bent Bisballe Nyeng
2019-09-28Add generic logger interface for propagating messages while loading drumkits ↵Bent Bisballe Nyeng
to the commandline and/or plugin UI.
2019-03-17Implemented new directed choke feature.Bent Bisballe Nyeng
2019-02-03Add metadata support to xml parser and dom model. RE-add unit-tests for ↵Bent Bisballe Nyeng
version 1 instruments.
2019-01-27Re-instate instrument v1.0 support.Bent Bisballe Nyeng
2018-09-16Default to version 1.0 if the version attribute is missing from the drumkit ↵Bent Bisballe Nyeng
and instrument xml.
2018-08-12Make filechannel attribute optional in instrument xml files.Bent Bisballe Nyeng
2018-08-12Fix missing finalization of instruments on load. Fix relative instrument ↵Bent Bisballe Nyeng
filenames according to the drumkit file. Make drumkit creator create version 2.0 drumkits. Reduce missing refs file to a warning.
2018-08-12Finished DOMLoader and fixed the broken unit-tests.Bent Bisballe Nyeng
2018-08-12Finish dgxmlparser and unit-test.Bent Bisballe Nyeng
2018-08-12dgxml fixupJonas Suhr Christensen
2018-08-12dgxmlparser: initial xml parser for DrumGizmo xmlJonas Suhr Christensen