aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Merge branch 'master' of github.com:cbdevnet/midimonsterSpacelord1-0/+0
2019-12-06Added update to READMESpacelord1-0/+8
2019-12-06Added update to READMESpacelord1-0/+0
2019-12-06Fix git checkout error with git initSpacelord1-0/+1
2019-12-06todoSpacelord1-0/+1
2019-12-06Remove ola from depsSpacelord1-2/+2
2019-12-06Change $makeargs to "all"Spacelord1-2/+2
2019-12-06Initial installer releaseSpacelord1-0/+109
2019-12-06Fix variable descriptioncbdev1-1/+1
2019-12-06Update the build parameters section with some explanationscbdev1-7/+13
2019-12-06Make install path for examples configurablecbdev2-8/+10
2019-12-06Fix manpage sectioncbdev1-1/+1
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev24-29/+38
2019-12-05Create basic manpage (Fixes #38)cbdev1-0/+18
2019-12-05Unify midi parsing/deparsing codecbdev4-73/+36
2019-12-04Remove check for executable bit on shared librariesv0.2cbdev1-4/+0
2019-12-04Have the configuration file be installed in a separate directorycbdev3-3/+3
2019-12-04Do not build the jack backend in debug modecbdev1-2/+0
2019-12-04Explicitly mark the backend init symbol visiblecbdev23-22/+34
2019-12-04Hide lua_interval if timerfd callback mechanism is usedcbdev2-0/+4
2019-12-03Fix the flags for the pkg-build invocation on OSXcbdev1-1/+1
2019-12-03Fix the build on OSX once againcbdev1-2/+4
2019-12-03Add error checking for shell callouts during buildcbdev3-5/+10
2019-12-01Fix minor error in maweb documentationv0.1cbdev1-1/+1
2019-12-01Add configuration files and examples to install targetcbdev2-39/+12
2019-11-22Fix OSX build by yet again hardcoding things that should have been unnecessarycbdev1-2/+4
2019-11-22Always output 0 channel value on for MIDI note-off (#34)cbdev1-0/+3
2019-11-22Remove unnecessary caseLeon Scheid1-8/+5
2019-11-22Merge branch 'noteonoff' of https://github.com/scheidleon/midimonster into no...Leon Scheid0-0/+0
2019-11-22Chane NoteOff behaviorLeon Scheid1-2/+8
2019-11-22Update button control state on input not outputcbdev1-2/+2
2019-11-22Exclude buttons from feedback filtering for maweb backendcbdev2-7/+11
2019-11-21Chane NoteOff behaviorLeon Scheid1-2/+8
2019-11-13Fix package listing...cbdev1-4/+4
2019-11-13Fix list formattingcbdev1-0/+1
2019-11-13Extend build instructions (Fixes #32)cbdev1-3/+18
2019-11-10Fix spellingcbdev1-1/+1
2019-11-10Actually use plugin install path in Makefilecbdev1-1/+3
2019-11-10Add clean step to packaging instructionscbdev1-4/+12
2019-11-09Fix configurationscbdev2-5/+4
2019-11-07Only fclose configuration file if it has been opened previously (Coverity CID...cbdev1-1/+3
2019-11-07Makefile install target and packaging instructions (Fixes #28)cbdev10-19/+102
2019-11-06Update README to reflect MIDI on OSX can be done via JACKcbdev1-1/+1
2019-11-06Fix mutex type for OSXcbdev1-4/+6
2019-11-06Fix Coverity CIDs 350438, 350437cbdev1-4/+4
2019-11-06Use default mutex type for OSXcbdev2-1/+5
2019-11-06Try to build the JACK backend on OSXcbdev2-3/+3
2019-11-06Fix spelling to placate spellintiancbdev1-1/+1
2019-11-06Add libjack-jackd2-dev to build dependencies for CIcbdev1-0/+1
2019-11-06Implement JACK backendcbdev5-3/+909