summaryrefslogtreecommitdiff
path: root/drumgizmo
AgeCommit message (Expand)Author
2017-05-12Use correct MIDI note ON mask.Hans Petter Selasky
2017-05-11Add --no-resampling CLI optionGoran Mekić
2017-05-11Expand shell globs in input paramsGoran Mekić
2017-05-11Fix CLI kit and midimap loading.André Nusser
2017-05-06Get rid of unused unistd includes. Change the rest of the sleep calls to c++.Bent Bisballe Nyeng
2017-05-06Get rid of platform dependent usleep/SleepEx.Bent Bisballe Nyeng
2017-05-02Sanatize OSS output codeGoran Mekić
2017-04-30Get OSS buffer sizeGoran Mekić
2017-04-30Don't exit if diskstreaming is not usedGoran Mekić
2017-04-23Add missing header to extra dist.v0.9.13Bent Bisballe Nyeng
2017-04-18Comment out chunk_size for diskstreamingGoran Mekić
2017-04-17CLI diskstreaming optionsGoran Mekić
2017-04-16Add OSS buffer parametersGoran Mekić
2017-04-14Add OSS output supportGoran Mekić
2017-03-07Test diskstreaming CLIGoran Mekić
2017-03-04Disk streaming cli optionGoran Mekić
2017-02-05Compile engine as a library.Bent Bisballe Nyeng
2016-12-10Fix warnings reported by clang.Bent Bisballe Nyeng
2016-12-07Fix uninitialised value.Bent Bisballe Nyeng
2016-11-01Fix licence headers.Bent Bisballe Nyeng
2016-10-29Add missing distfiles.v0.9.11Bent Bisballe Nyeng
2016-07-24Clear output buffers in LV2 and jack modes before each process iteration to e...Bent Bisballe Nyeng
2016-07-14Move free-wheel control into the main run method.Bent Bisballe Nyeng
2016-07-13Simplify free wheel loop control a bit.Bent Bisballe Nyeng
2016-07-13Fix freewheeling for test and dummy in- and outputs.André Nusser
2016-07-13Consider freewheeling of engines in drumgizmo and dgreftest.André Nusser
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-07-06Fix signed unsigned comparison warning.Bent Bisballe Nyeng
2016-06-15Make sure we abide the samplerate in all input/output engines.Bent Bisballe Nyeng
2016-05-28Hand over audio engines to DrumGizmo by reference instead of by pointer.Bent Bisballe Nyeng
2016-05-21Remove superfluous LDADD flags.Bent Bisballe Nyeng
2016-05-20Only compile jackclient.cc if at least one of the jack modules are included.Bent Bisballe Nyeng
2016-05-20Add missing DRUMGIZMO_CPPFLAGSBent Bisballe Nyeng
2016-05-14Temporary fix for midimap loading in command line tool.Bent Bisballe Nyeng
2016-05-14Temporary fix for midimap loading in command line tool.Bent Bisballe Nyeng
2016-05-08Add -lrt to remaining projects.Bent Bisballe Nyeng
2016-05-08The last loader thread stuff.Bent Bisballe Nyeng
2016-04-16Merge branch 'settings'Bent Bisballe Nyeng
2016-04-13New Semaphore method wait with timeout.Bent Bisballe Nyeng
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the new...Bent Bisballe Nyeng
2016-04-03Tested and finalized - branch ready to be merged into master.Jonas Suhr Christensen
2016-04-03Updated method signature in regard to const and reference.Jonas Suhr Christensen
2016-04-03Added TestInputEngine available in cli.Jonas Suhr Christensen
2016-03-31Settings.Bent Bisballe Nyeng
2016-03-31more consistent style of output engines' gettersChristian Glöckner
2016-03-31pass channels to output engine by const refChristian Glöckner
2016-03-31made input engine more const-correctChristian Glöckner