summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-19Check for lock in setChunkSize. Remove lock in clearEvents.Bent Bisballe Nyeng
2016-01-19Fix some comments.Bent Bisballe Nyeng
2016-01-19Split CacheManager into several AudioCache classes and refactored the lot of ...Bent Bisballe Nyeng
2015-12-24Add experimental 'silencing' of all active events on frame size change.Bent Bisballe Nyeng
2015-12-24Split internal CacheManager AFile class out into it's own file/class CacheAud...Bent Bisballe Nyeng
2015-07-27Add free-wheel mode to LV2 and DrumGizmo class.Bent Bisballe Nyeng
2015-07-19Collapse LOADNEXT events if they share filename and position.Bent Bisballe Nyeng
2015-07-19Make cachemanager behave as if it isn't there when CHUNK_MULTIPLIER is big en...Bent Bisballe Nyeng
2015-07-19The SIMD implementation is broken with the current cachemanager version and d...Bent Bisballe Nyeng
2015-07-19Fix loading with num_samples==ALL_SAMPLES (-1).Bent Bisballe Nyeng
2015-07-10Fix channel swapping when playing samples after the initially loaded.Bent Bisballe Nyeng
2015-06-28Fix read of memory that was alreay freed. Fix misaligned SIMD copy.Bent Bisballe Nyeng
2015-05-22Merge with masterBent Bisballe Nyeng
2015-05-22Added framesize control mechanism to the engine, and made us of it in the cac...Bent Bisballe Nyeng
2015-05-22Remove semaphore debug output.Bent Bisballe Nyeng
2015-05-22Use new load return value from ConfigFile.Bent Bisballe Nyeng
2015-05-22Add error handling in ConfigFile parser.Bent Bisballe Nyeng
2015-05-21New configfile parser with unit test.Bent Bisballe Nyeng
2015-05-16Merge remote-tracking branch 'origin' into diskstreamingBent Bisballe Nyeng
2015-05-15Add support for referenced files through refs.conf.Bent Bisballe Nyeng
2015-05-15New ConfigFile class for generic config file reading/writing in homedir .drum...Bent Bisballe Nyeng
2015-05-15Make sure that M_PI is defined.Bent Bisballe Nyeng
2015-05-15Make sure that M_PI is defined.Bent Bisballe Nyeng
2015-04-26Simplify (and slightly optimize) buffer counter code.Bent Bisballe Nyeng
2015-04-26Fixed wrong position in buffer by adding buffer_offset to all inner loops.Jonas Suhr Christensen
2015-04-25Fixed wrong indexing in local buffer caused when FRAMESIZE is not divisible b...Jonas Suhr Christensen
2015-04-25Fix invariant about c.pos. It shows the position from which the next read cal...Bent Bisballe Nyeng
2015-04-23Fix size checks in initial copy from preloaded data. Re-enable close event.Bent Bisballe Nyeng
2015-04-23Added run sempahore (wait until thread actually started). Fixed localpos bug....Bent Bisballe Nyeng
2015-04-23Added 'preloadedsize' to AudioFile to reflect how much data was loaded and no...Bent Bisballe Nyeng
2015-04-12Fix file loading.Bent Bisballe Nyeng
2015-04-12Fix partial loading of multichannel files.Bent Bisballe Nyeng
2015-04-12Added audiofile reading.Jonas Suhr Christensen
2015-04-12Added close event to free cache buffers.Bent Bisballe Nyeng
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