Age | Commit message (Expand) | Author | Files | Lines |
2019-11-21 | Chane NoteOff behavior | Leon Scheid | 1 | -2/+8 |
2019-11-13 | Fix package listing... | cbdev | 1 | -4/+4 |
2019-11-13 | Fix list formatting | cbdev | 1 | -0/+1 |
2019-11-13 | Extend build instructions (Fixes #32) | cbdev | 1 | -3/+18 |
2019-11-10 | Fix spelling | cbdev | 1 | -1/+1 |
2019-11-10 | Actually use plugin install path in Makefile | cbdev | 1 | -1/+3 |
2019-11-10 | Add clean step to packaging instructions | cbdev | 1 | -4/+12 |
2019-11-09 | Fix configurations | cbdev | 2 | -5/+4 |
2019-11-07 | Only fclose configuration file if it has been opened previously (Coverity CID... | cbdev | 1 | -1/+3 |
2019-11-07 | Makefile install target and packaging instructions (Fixes #28) | cbdev | 10 | -19/+102 |
2019-11-06 | Update README to reflect MIDI on OSX can be done via JACK | cbdev | 1 | -1/+1 |
2019-11-06 | Fix mutex type for OSX | cbdev | 1 | -4/+6 |
2019-11-06 | Fix Coverity CIDs 350438, 350437 | cbdev | 1 | -4/+4 |
2019-11-06 | Use default mutex type for OSX | cbdev | 2 | -1/+5 |
2019-11-06 | Try to build the JACK backend on OSX | cbdev | 2 | -3/+3 |
2019-11-06 | Fix spelling to placate spellintian | cbdev | 1 | -1/+1 |
2019-11-06 | Add libjack-jackd2-dev to build dependencies for CI | cbdev | 1 | -0/+1 |
2019-11-06 | Implement JACK backend | cbdev | 5 | -3/+909 |
2019-11-03 | Fix winmidi wire format | cbdev | 2 | -9/+6 |
2019-10-05 | Implement detect option for winmidi | cbdev | 3 | -5/+46 |
2019-09-20 | Fix maweb channel ordering | cbdev | 2 | -2/+16 |
2019-09-20 | Update documentation, fix minor leaks | cbdev | 3 | -9/+9 |
2019-09-18 | Fix maweb command key handling | cbdev | 4 | -105/+181 |
2019-09-18 | Fix spelling & optics | cbdev | 2 | -3/+5 |
2019-09-18 | Fix winmidi feedback connection | cbdev | 3 | -6/+37 |
2019-09-17 | Don't build winmidi with DEBUG | cbdev | 1 | -1/+0 |
2019-09-17 | Fix typo | cbdev | 1 | -2/+2 |
2019-09-17 | Add windows build to CI | cbdev | 2 | -0/+19 |
2019-09-17 | Minor documentation fixes | cbdev | 2 | -3/+3 |
2019-09-17 | Publish winmidi backend | cbdev | 5 | -2/+675 |
2019-09-15 | Fix minor MIDI issues | cbdev | 2 | -18/+31 |
2019-09-14 | Fix maweb polling | cbdev | 1 | -22/+25 |
2019-09-08 | Fix duplicate poll requests | cbdev | 1 | -2/+11 |
2019-09-07 | maweb I/O buffering | cbdev | 3 | -120/+158 |
2019-09-04 | Update the list of supported protocols to a table | cbdev | 1 | -9/+11 |
2019-09-04 | Don't build maweb as debug | cbdev | 1 | -2/+0 |
2019-09-04 | Use platform-independent specifiers for printf calls | cbdev | 8 | -41/+51 |
2019-08-31 | Update documentation | cbdev | 3 | -2/+14 |
2019-08-24 | Fix NULL pointer access | cbdev | 1 | -1/+1 |
2019-08-24 | Only connect to ALSA when instances are requested | cbdev | 1 | -14/+25 |
2019-08-23 | Update sACN backend documentation (Fixes #22) | cbdev | 1 | -2/+2 |
2019-08-23 | Fix Coverity CID 347886 | cbdev | 1 | -0/+1 |
2019-08-23 | Finalize & publish maweb backend | cbdev | 4 | -44/+58 |
2019-08-22 | Update travis config for openssl, using CFLAGS this time | cbdev | 2 | -2/+2 |
2019-08-22 | Try to fix failing build by providing additional hints to MacOS | cbdev | 2 | -2/+5 |
2019-08-22 | Merge branch 'master' of ssh://github.com/cbdevnet/midimonster | cbdev | 1 | -4/+8 |
2019-08-22 | Update travis dependencies | cbdev | 2 | -2/+2 |
2019-08-22 | Merge pull request #27 from cbdevnet/spacelord | cbdev | 1 | -4/+8 |
2019-08-22 | Fix spelling, fix comments | cbdev | 1 | -5/+8 |
2019-08-22 | Implement input for the maweb backend (with a few limitations) | cbdev | 10 | -115/+582 |