summaryrefslogtreecommitdiff
path: root/drumgizmo
AgeCommit message (Collapse)Author
2020-08-17Make dgvalidator 'missing image' errors slightly more verbose.Bent Bisballe Nyeng
2020-08-02Add pedantic option for reporting warnings as error.Bent Bisballe Nyeng
2020-05-28Get rid of haunting assert in input/jackmidi module.Bent Bisballe Nyeng
2020-05-14Add metadata field validation to dgvalidator.Bent Bisballe Nyeng
2020-05-04DGValidator: Add clickmap validation.Bent Bisballe Nyeng
2020-05-03DGValidator: Use getoptpp for options parsing and introduce verbosity and ↵Bent Bisballe Nyeng
no-audio flags.
2020-05-03Integrate new getoptpp with drumgizmo cli.Bent Bisballe Nyeng
2020-04-26Fix out-of-tree building.Bent Bisballe Nyeng
2019-09-28Add generic logger interface for propagating messages while loading drumkits ↵Bent Bisballe Nyeng
to the commandline and/or plugin UI.
2019-07-24Disable the velocity humanizer by default in CLI.André Nusser
2019-07-23Add all velocity humanizer parameters to CLI.André Nusser
Still needs to be tested!
2019-07-21Adapt fixed ranges in help and man pages.André Nusser
2019-07-18Add <cstring> include needed on PPC64 FreeBSDGoran Mekić
2019-06-29Improve dgvalidator usage and add man page for it.Bent Bisballe Nyeng
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka ↵Bent Bisballe Nyeng
rename sempahore.h to sem.h
2019-06-16Add man page description of the new -p/--parameters cli argument.Bent Bisballe Nyeng
2019-06-16Make max channnel count controllable through the configure script to make it ↵Bent Bisballe Nyeng
possible to exceed the default 16.
2019-06-09Add sample selection parameters to cli.Bent Bisballe Nyeng
2019-04-08Move midi note process to one common place in ↵Bent Bisballe Nyeng
AudioInputEngineMidi::processNote and use it in the four input engines (plugin, midifile, ossmidi and jackmidi)
2019-01-27Re-instate instrument v1.0 support.Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include ↵Bent Bisballe Nyeng
folder.
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-04Add output when drumgizmo is called without arguments.André Nusser
This intends to tell people who want to use the GUI that this is the wrong place to search.
2018-08-01Remove the last references to hardcoded 44k1Hz samplerate.Bent Bisballe Nyeng
2018-07-21Syncronize cli and plugin setting ranges for latency humanization.Bent Bisballe Nyeng
2018-07-21Add missing headerfiles to EXTRA_DIST.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-30Remove extra codefeature/oss-midiGoran Mekić
2017-12-30Calculate instrument properlyGoran Mekić
2017-12-30Hardcode instrument, otherwise play notesGoran Mekić
2017-12-30Get note and velocityGoran Mekić
2017-12-30Open midi device in non-blocking modeGoran Mekić
2017-12-30Enable OSS midi inGoran 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-12Use correct MIDI note ON mask.Hans Petter Selasky
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
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ć