summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-12Fix buffers and clean up a bit.Bent Bisballe Nyeng
2015-04-12Added buffers and removed local cache vectors.Jonas Suhr Christensen
2015-04-12Fix bad buffer pointers.Bent Bisballe Nyeng
2015-04-11ADded local cache.Jonas Suhr Christensen
2015-04-11Merge branch 'diskstreaming' of http://git.drumgizmo.org/drumgizmo into disks...Jonas Suhr Christensen
2015-04-11ADded local cache.Jonas Suhr Christensen
2015-04-11Re-enable SSEBent Bisballe Nyeng
2015-04-11Integrate CacheManager into the engine.Bent Bisballe Nyeng
2015-04-11Resizing before initializing values in vector.Jonas Suhr Christensen
2015-04-11Setting local cache in open call.Jonas Suhr Christensen
2015-04-11Initializing localcache.Jonas Suhr Christensen
2015-04-11Fixed compile warnings.Jonas Suhr Christensen
2015-04-11Merge branch 'diskstreaming' of http://git.drumgizmo.org/drumgizmo into disks...Jonas Suhr Christensen
2015-04-11Handling frames in next.Jonas Suhr Christensen
2015-04-11Add documentation of CacheManager public API.Bent Bisballe Nyeng
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