summaryrefslogtreecommitdiff
path: root/src/settings.h
AgeCommit message (Expand)Author
2020-11-15Implementation of the voice limiting feature.TheMarlboroMan
2020-05-02Add setting and knob for controlling resampling quality.Bent Bisballe Nyeng
2020-05-02Add powermap functionality to the engine for mapping input velocities through...André Nusser
2020-02-01Improve sample selection parameter defaults.Bent Bisballe Nyeng
2019-10-26Fix variable name typo: resamplig -> resamplingAndré Nusser
2019-10-14Enable normalized samples by default.Bent Bisballe Nyeng
2019-10-14Add support for normalized samples in the engine.André Nusser
2019-09-28Add generic logger interface for propagating messages while loading drumkits ...Bent Bisballe Nyeng
2019-07-20Again adapt standard settings for sample selection.André Nusser
2019-07-20Set new default values for sample selection alg and scale parameters.André Nusser
2019-07-18Fix issues of sample selection choosing very far samples.André Nusser
2019-05-11Parameter tweaking of sample selection.André Nusser
2019-05-11Some cleaning up of the sample selection.André Nusser
2019-05-11Add settings and GUI for new sampling algorithm.André Nusser
2018-08-19Move sample lookup retry count to Settings.Bent Bisballe Nyeng
2018-08-12Add tab for drumkit.André Nusser
2018-08-08Remove old CHReampler class.Bent Bisballe Nyeng
2018-07-21Fix visualization to be samplerate independent.André Nusser
2018-07-21Switch latency_stddev to be samplerate independent (and thus in ms).André Nusser
2018-07-18Store and use laidback setting in milliseconds.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
2018-07-15PoC for humanisation visualiser.Bent Bisballe Nyeng
2018-06-14Set latency_max in milliseconds instead of samples.Bent Bisballe Nyeng
2018-06-08Add reset on double click for all the knobs.André Nusser
2018-06-07Store bleed control support in settings.Bent Bisballe Nyeng
2018-02-18Make latency controls more intuitive.Bent Bisballe Nyeng
2018-02-18Added plugin store/restore of latency filter settings, added the missing sett...Bent Bisballe Nyeng
2018-02-18Implemented engine part of the latency filter aka. humized timing.Bent Bisballe Nyeng
2017-11-05Add stddev sample selection scalar to UI.Bent Bisballe Nyeng
2017-11-05Add stddev scalar to sample selection.Bent Bisballe Nyeng
2017-10-14Remove atomic POD tests for datatypes bigger than machine size (Thanks to Jam...Bent Bisballe Nyeng
2017-05-26Connect the bleed control frame switch and add settings value for that.André Nusser
2017-05-25Introduce settings for master bleed control.André Nusser
2017-05-06Introduce the new resampling frame.André Nusser
2017-05-01Show buffer size in status area.Bent Bisballe Nyeng
2017-04-22Include new information into the status frame.André Nusser
2017-04-01Added disk_cache_chunk_size and number_of_underruns to Settings.Bent Bisballe Nyeng
2017-03-12Add reload_counter to Settings and use it in DrumKitLoader to reload a drumki...Bent Bisballe Nyeng
2017-01-27Add settings for disk cache control (enable and cache upper limit)Bent Bisballe Nyeng
2016-06-04Fix uninitialised variables.Bent Bisballe Nyeng
2016-04-16Some DrumKitLoader refactoring.Bent Bisballe Nyeng
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the new...Bent Bisballe Nyeng
2016-04-03Fix logic error in SettingRef::hasChanged().Bent Bisballe Nyeng
2016-03-31Removed the last Conf:: namespace usage and replaced it with Settings.Bent Bisballe Nyeng
2016-03-31Settings.Bent Bisballe Nyeng
2016-03-31Use new Atomic class.Bent Bisballe Nyeng
2016-03-31Settings.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-03-22Introduced Settings structureChristian Glöckner