summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-19Fix cachemanager test.Bent Bisballe Nyeng
2015-07-19Fix loading with num_samples==ALL_SAMPLES (-1).Bent Bisballe Nyeng
2015-07-19Fix compiling with -Wall/error but no hugin.Bent Bisballe Nyeng
2015-07-19Fix compiling with -Wall/error but no hugin.Bent Bisballe Nyeng
2015-07-17Fix event body size.Bent Bisballe Nyeng
2015-07-10Fix channel swapping when playing samples after the initially loaded.Bent Bisballe Nyeng
2015-07-10Make test input module work in a more logical way.Bent Bisballe Nyeng
2015-06-28Fix unit tests to run with new setFramesize feature.Bent Bisballe Nyeng
2015-06-28Fix read of memory that was alreay freed. Fix misaligned SIMD copy.Bent Bisballe Nyeng
2015-06-28Fix warning.Bent Bisballe Nyeng
2015-06-28Fix warning.Bent Bisballe Nyeng
2015-06-14Merge remote-tracking branch 'origin/master' into diskstreamingBent Bisballe Nyeng
2015-06-14Better check for c++11 support and fix for missing override/final keywords.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-22Ignore generated mingw32 makefile.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-21nullptr not supported by our build servers, so better not use it yet.Bent Bisballe Nyeng
2015-05-21override not supported by our build servers, so better not use it yet.Bent Bisballe Nyeng
2015-05-21New configfile parser with unit test.Bent Bisballe Nyeng
2015-05-21Force value of 'initialized' before construction.Bent Bisballe Nyeng
2015-05-21Make C++11 fix.Bent Bisballe Nyeng
2015-05-16New ignores.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-05-15Make sure that M_PI is defined.Bent Bisballe Nyeng
2015-05-15Only expect c++x0.Bent Bisballe Nyeng
2015-05-15Start using C++-11.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