summaryrefslogtreecommitdiff
path: root/drumgizmo/drumgizmoc.cc
AgeCommit message (Expand)Author
2023-02-19Add CLI parameter for position sample selection.André Nusser
2022-11-02Rename event.h to engineevent.h to avoid nameclash with system include files.Bent Bisballe Nyeng
2021-04-24added voice limit cli parametersVolker Fischer
2021-04-22Fix crash when doing async-load in cli.Bent Bisballe Nyeng
2021-02-09Add ALSA midi input support.Volker Fischer
2020-11-22Fall back to using glob when wordexp is not available.v0.9.19Dimitri Karamazov
2020-05-03Integrate new getoptpp with drumgizmo cli.Bent Bisballe Nyeng
2019-07-24Disable the velocity humanizer by default in CLI.André Nusser
2019-07-23Add all velocity humanizer parameters to CLI.André Nusser
2019-07-21Adapt fixed ranges in help and man pages.André Nusser
2019-06-16Add man page description of the new -p/--parameters cli argument.Bent Bisballe Nyeng
2019-06-09Add sample selection parameters to cli.Bent Bisballe Nyeng
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-04Add output when drumgizmo is called without arguments.André Nusser
2018-07-21Syncronize cli and plugin setting ranges for latency humanization.Bent Bisballe Nyeng
2018-07-21Add humanized timing controls to the cli.Bent Bisballe Nyeng
2018-06-08drumgizmoc: add set/enable master bleed optionJonas Suhr Christensen
2017-12-30Open midi device in non-blocking modeGoran Mekić
2017-12-30Add OSS MIDI inputGoran Mekić
2017-10-21Fix crash if no input and/or output engine has been set.Bent Bisballe Nyeng
2017-05-14Use getoptpp for CLI argument parsingGoran Mekić
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-04-30Don't exit if diskstreaming is not usedGoran Mekić
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ć
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-13Consider freewheeling of engines in drumgizmo and dgreftest.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-05-28Hand over audio engines to DrumGizmo by reference instead of by pointer.Bent Bisballe Nyeng
2016-05-08The last loader thread stuff.Bent Bisballe Nyeng
2016-04-08Refactoring to finally get rid of MessageHandler/Receiver in favor of the new...Bent Bisballe Nyeng
2016-03-31Settings.Bent Bisballe Nyeng
2016-03-31more consistent style of output engines' gettersChristian Glöckner
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-02-10Call hug_close in desctructor not run. Prevents threading errors.André Nusser
2016-02-09Fix two small bugs.André Nusser
2016-02-09Remove statement which was commented outAndré Nusser
2016-02-09Further style fixesChristian Glöckner
2016-02-09reformatted last filesChristian Glöckner