summaryrefslogtreecommitdiff
path: root/src/instrumentparser.cc
AgeCommit message (Collapse)Author
2014-11-05Removed all unused variables from classes and also removed a couple of debug ↵metadata_v1senator
printfs
2014-10-21Added metadata strings to classes and began work on xml parser for drumkitsLars Bisballe Jensen
2014-04-25Use old 'velocity groups' algorithm on version 1.0 instruments and new ↵Bent Bisballe Nyeng
'power distribution' algorithm on 2.0 instruments. Remove 'with-experimental' option from configure.
2014-04-24Fix nasty bug in power list handling. Should fix reported velocity problems ↵Bent Bisballe Nyeng
(all samples played with the same power regardless of midi velocity).
2014-04-22Fix sample adding with no velocity groups present in instrument file (new ↵Bent Bisballe Nyeng
editor behaviour).
2014-03-19Using power defined in xml if any.Jonas Suhr Christensen
2014-02-23Apllied new multichannel audiofile feature patch from John Hammen.Bent Bisballe Nyeng
2013-09-15New experimental sample selector (enable using --with-experimental argument ↵Bent Bisballe Nyeng
on ./configure).
2013-05-16Change printf's to DEBUG.Bent Bisballe Nyeng
2013-04-20New 'instrument group' feature added.Bent Bisballe Nyeng
2012-01-23New config interface (xml). Instruments now contains pointers (fix memleak).Bent Bisballe Nyeng
2011-07-15New input/output plugin architecture. New LV2 plugin.deva