summaryrefslogtreecommitdiff
path: root/src/instrument.cc
AgeCommit message (Expand)Author
2019-05-11Split sample selection into own class.André Nusser
2019-05-11First version of new sample algorithm.André Nusser
2019-03-17Implemented new directed choke feature.Bent Bisballe Nyeng
2019-01-27Re-instate instrument v1.0 support.Bent Bisballe Nyeng
2018-08-12Remove the old instrument and drumkit parser code as well as version 1.0 kit ...Bent Bisballe Nyeng
2018-08-12Finished DOMLoader and fixed the broken unit-tests.Bent Bisballe Nyeng
2018-08-02Pass strings by reference instead of by value.André Nusser
2018-07-15Revorked visualiser UI and a few more parameter tweaks.Bent Bisballe Nyeng
2017-11-05Add stddev scalar to sample selection.Bent Bisballe Nyeng
2017-03-23Add file counter methods to DrumKit and Instrument classes.Bent Bisballe Nyeng
2016-06-14New input processor filter system. Moved processing from Instrument calss to ...Bent Bisballe Nyeng
2016-05-27Instrument holds AudioFile via unique_ptrChristian Glöckner
2016-05-14Make all components use the same Random instance and add seed method on DrumG...Bent Bisballe Nyeng
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the new...Bent Bisballe Nyeng
2016-03-31Removed the last Conf:: namespace usage and replaced it with Settings.Bent Bisballe Nyeng
2016-03-31Use new Random class.Bent Bisballe Nyeng
2016-03-31Fix merge conflicts.Bent Bisballe Nyeng
2016-03-31Fix issues from rebasing.Bent Bisballe Nyeng
2016-03-31Settings.Bent Bisballe Nyeng
2016-03-31API Refactoring for class InstrumentChristian Glöckner
2016-03-31API Refactoring for class InstrumentChristian Glöckner
2016-03-29Settings.Bent Bisballe Nyeng
2016-03-29New Random class for convenient random number generation.André Nusser
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2014-04-25Use old 'velocity groups' algorithm on version 1.0 instruments and new 'power...Bent Bisballe Nyeng
2014-04-24Fix nasty bug in power list handling. Should fix reported velocity problems (...Bent Bisballe Nyeng
2013-09-20New resample feature (greatly inspired by Cédric 'SxDx') based on libsamplerate.Bent Bisballe Nyeng
2013-09-15Fix spurious '}'Bent Bisballe Nyeng
2013-09-15New experimental sample selector (enable using --with-experimental argument o...Bent Bisballe Nyeng
2013-04-20New 'instrument group' feature added.Bent Bisballe Nyeng
2013-04-07Fixed crashbug on drumkit reload.Bent Bisballe Nyeng
2013-03-22Added Engine->Messageing system. Implemented LoadStatus Message. Added Progre...Bent Bisballe Nyeng
2012-01-12Fix memory leak when unloading a drumkit.Bent Bisballe Nyeng
2011-10-08Humaniser added. Speedy strokes get lower velocity levels.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 lot...deva
2008-07-22DrumKit parser. Internal drumkit now used in events. This is the first milest...deva