summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-11Added pos to event_t. Fixed bufs.Jonas Suhr Christensen
2015-04-10Posting semaphore on eventpush.Jonas Suhr Christensen
2015-04-10Voluntered to go for a beer walk.Jonas Suhr Christensen
2015-04-10Added CACHE_DUMMYID.Jonas Suhr Christensen
2015-04-10Added handling of cache calling when no free ids is available.Jonas Suhr Christensen
2015-04-10Changed size of parameter from int to size_t.Jonas Suhr Christensen
2015-04-10Added clean type event. Help functions. And more cache manager logic.Jonas Suhr Christensen
2015-04-10Creating new events until file is completely loaded.Jonas Suhr Christensen
2015-04-10Fixed semicolon in typedef.Jonas Suhr Christensen
2015-04-10Added deinit() implementation. Fixed semicolon in typedef.Jonas Suhr Christensen
2015-04-10Doing nothing in loadNext function.Jonas Suhr Christensen
2015-04-10Add preliminary functionality of next method.Bent Bisballe Nyeng
2015-04-10Added unit test shell for cachemanager. Added cache manager logic - still nee...Jonas Suhr Christensen
2015-04-10Initial design of cache manager.Bent Bisballe Nyeng
2015-03-14Fix small but nasty buffer offset bug in resampled output. Also; use non-resa...Bent Bisballe Nyeng
2015-02-19Merge branch 'master' into lv2optBent Bisballe Nyeng
2015-02-17Remove events from activeevents when ramped down.Bent Bisballe Nyeng
2015-02-15Merge with master. Remove obsolete -p argument from cli. Add new -a argument ...Bent Bisballe Nyeng
2015-02-13More portable way of switching locale.Bent Bisballe Nyeng
2015-02-13Possible win32 fix for missing locale_t type - part6 (this is getting a bit e...Bent Bisballe Nyeng
2015-02-13Possible win32 fix for missing locale_t type - part5.Bent Bisballe Nyeng
2015-02-13Possible win32 fix for missing locale_t type - part4.Bent Bisballe Nyeng
2015-02-13Possible win32 fix for missing locale_t type - part3.Bent Bisballe Nyeng
2015-02-13Possible win32 fix for missing locale_t type - part2.Bent Bisballe Nyeng
2015-02-13Possible win32 fix for missing locale_t type.Bent Bisballe Nyeng
2015-02-13Fix locale sensitive float parsing/printing.Bent Bisballe Nyeng
2015-02-12Add 'enable_resampling' config option for runtime disabling of the resampler.Bent Bisballe Nyeng
2015-02-08Delay TYPE_STOP event until the last active samples are done playing.Bent Bisballe Nyeng
2014-12-05Clean up cli client module names. Fix autotools paths.Bent Bisballe Nyeng
2014-11-03whitespaceBent Bisballe Nyeng
2014-11-03Use Drumgizmo::setSamplerate to control resampler target samplerate.Bent Bisballe Nyeng
2014-11-03Use Drumgizmo::setSamplerate to control resampler target samplerate.Bent Bisballe Nyeng
2014-10-14A bit of code cleanup in preparation for merging with master.Bent Bisballe Nyeng
2014-10-12Merge in from master.Bent Bisballe Nyeng
2014-10-12Add new resampler class and use it in engine.Bent Bisballe Nyeng
2014-07-25Accept loading of the same drumkit twice in a row.Bent Bisballe Nyeng
2014-06-07Add missing defines.Bent Bisballe Nyeng
2014-06-07Add missing defines.Bent Bisballe Nyeng
2014-06-07Add missing defines.Bent Bisballe Nyeng
2014-05-17Fix resampler...Bent Bisballe Nyeng
2014-05-17Merge branch 'master' into resampleBent Bisballe Nyeng
2014-05-17New resample feature on output channels.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-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-25Use old 'velocity groups' algorithm on version 1.0 instruments and new 'power...Bent Bisballe Nyeng
2014-04-25Fix velocity bug.Bent Bisballe Nyeng