summaryrefslogtreecommitdiff
path: root/src/powerlist.cc
AgeCommit message (Expand)Author
2019-09-28Add generic logger interface for propagating messages while loading drumkits ...Bent Bisballe Nyeng
2019-05-11Add settings and GUI for new sampling algorithm.André Nusser
2019-05-11Some fixes for the new sample algorithm.André Nusser
2019-05-11Split sample selection into own class.André Nusser
2019-05-11First version of new sample algorithm.André Nusser
2019-05-11tmpAndré Nusser
2019-05-11Make toggling the humanizer also set the stddev to zero.André Nusser
2018-08-19Move sample lookup retry count to Settings.Bent Bisballe Nyeng
2018-07-15Revorked visualiser UI and a few more parameter tweaks.Bent Bisballe Nyeng
2018-07-15Use more sane range for stddev knob in UI.Bent Bisballe Nyeng
2017-11-05Add stddev scalar to sample selection.Bent Bisballe Nyeng
2017-09-02Implement master bleed control in the instrument parser and engine.Bent Bisballe Nyeng
2017-02-17Win32 build fixes.Bent Bisballe Nyeng
2016-12-10Fix warnings reported by clang.Bent Bisballe Nyeng
2016-06-13Fix whitespaceBent Bisballe Nyeng
2016-05-26Initial Refactoring on PowerListChristian Glöckner
2016-05-14Make all components use the same Random instance and add seed method on DrumG...Bent Bisballe Nyeng
2016-03-31Reformatted class PowerListChristian Glöckner
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
2015-05-15Make sure that M_PI is defined.Bent Bisballe Nyeng
2015-05-15Make sure that M_PI is defined.Bent Bisballe Nyeng
2014-05-17Adjust MIN_SAMPLE_SET_SIZE to match empirical value found by muldjord.Bent Bisballe Nyeng
2014-05-14Make lower limit to 'width' (ie. stddev) of normal distribution function.Bent Bisballe Nyeng
2014-05-02Decrease integer to fit in 32bits.Bent Bisballe Nyeng
2014-05-02Try to compensate for 'missing' samples in velocity borders. Increase probabi...Bent Bisballe Nyeng
2014-04-30Retry sample::get if the same sample is about to be played twice in a row. At...Bent Bisballe Nyeng
2014-04-25Fix velocity bug.Bent Bisballe Nyeng
2014-04-24Fix nasty bug in power list handling. Should fix reported velocity problems (...Bent Bisballe Nyeng
2014-03-19Using power defined in xml if any.Jonas Suhr Christensen
2013-10-01Use slightly smaller standard deviation.Bent Bisballe Nyeng
2013-09-15New experimental sample selector (enable using --with-experimental argument o...Bent Bisballe Nyeng