summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-15Make sure we set progress to 0 when starting to load a new kit. Also set prog...Bent Bisballe Nyeng
2016-09-06Fix atomic configure test (hopefully for the last time).Bent Bisballe Nyeng
2016-09-05Use atomic libs.Bent Bisballe Nyeng
2016-09-05Initial sempahore implementation for OSX - wrong include.Bent Bisballe Nyeng
2016-09-05Initial sempahore implementation for OSX - missing include.Bent Bisballe Nyeng
2016-09-05Initial sempahore implementation for OSX.Bent Bisballe Nyeng
2016-07-24Clear output buffers in LV2 and jack modes before each process iteration to e...Bent Bisballe Nyeng
2016-07-16Memchecker code for OS X.André Nusser
2016-07-16Move config io from DrumGizmo to DrumGizmoPlugin (into own class).André Nusser
2016-07-14Move free-wheel control into the main run method.Bent Bisballe Nyeng
2016-07-13Introduce input engine isFreewheeling method.André Nusser
2016-07-13Introduce output engine isFreewheeling method.André Nusser
2016-07-13Remove the run(int endpos) method from drumgizmo.André Nusser
2016-07-13Use the latency reported by the engine in the jack and wavfile output modules.Bent Bisballe Nyeng
2016-06-15Make sure we abide the samplerate in all input/output engines.Bent Bisballe Nyeng
2016-06-14Make code from last commit a little more explicit.André Nusser
2016-06-14New input processor filter system. Moved processing from Instrument calss to ...Bent Bisballe Nyeng
2016-06-13Initialise the zita resampler correctly to avoid latency.Bent Bisballe Nyeng
2016-06-13Fix whitespaceBent Bisballe Nyeng
2016-06-06Add basic latency reporting methods.Bent Bisballe Nyeng
2016-06-04Fix uninitialised variables.Bent Bisballe Nyeng
2016-05-28Hand over audio engines to DrumGizmo by reference instead of by pointer.Bent Bisballe Nyeng
2016-05-27Cannot refactor further: ownership problem!Christian Glöckner
2016-05-27Instrument holds AudioFile via unique_ptrChristian Glöckner
2016-05-27added another range-based loopChristian Glöckner
2016-05-26Instrument Vector using UniquePtrChristian Glöckner
2016-05-26Initial Refactoring on PowerListChristian Glöckner
2016-05-22Explicitly stop the loader thread to ensure we don't delete the DrumGizmo::dr...Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Use platform in semaphore.Bent Bisballe Nyeng
2016-05-21Experimental new platform detection code used in memchecker.Bent Bisballe Nyeng
2016-05-20Fix sndfile cflags.Bent Bisballe Nyeng
2016-05-14Remove accidentally committed change.Bent Bisballe Nyeng
2016-05-14Remove unused Velocity class.Bent Bisballe Nyeng
2016-05-14Make all components use the same Random instance and add seed method on DrumG...Bent Bisballe Nyeng
2016-05-14Temporary fix for midimap loading in command line tool.Bent Bisballe Nyeng
2016-05-10Bugfix in InputProcessor class and avoid multiple map access there.André Nusser
2016-05-08Revert accidentally enabled disk caching.Bent Bisballe Nyeng
2016-05-08Make Resamplers container class.Bent Bisballe Nyeng
2016-05-08The last loader thread stuff.Bent Bisballe Nyeng
2016-04-25inputprocesser.cc: Fixed missing rename of function calls insideJonas Suhr Christensen
2016-04-25Style fix in InputProcessor class.André Nusser
2016-04-24Refactoring InputProcessorAndré Nusser
2016-04-24Split process in InputProcessor into process_onset and process_stop.André Nusser
2016-04-24Make activeevents a member of InputProcessor.André Nusser
2016-04-24Move input processing of drumgizmo.cc into own class.André Nusser