| Age | Commit message (Collapse) | Author |
|
Add missing tests/*.{dsp,dsw} files and doc/release.txt to the dist.
|
|
|
|
A couple of not very urgent patches to configure.ac and autogen.sh.
|
|
Fix version in rtmidi.pc
|
|
|
|
|
|
|
|
Doxyfile.
|
|
Lt so version
|
|
Use the same options for all test programs.
|
|
|
|
This stops automake from generating filenames like "midiprobe-midiprobe.o".
|
|
Install stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Renames it from librtmidi to just rtmidi.
|
|
Always allocate JACK ringbuffers.
|
|
Add C API.
|
|
Add autogen.sh script
|
|
|
|
fix virtual ports closing in OSX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes sure a program using this library would not segfault
while waiting for a stopped JACK server to autostart.
|
|
|
|
|
|
|
|
Fix CoreMIDI sysex
|
|
|
|
|
|
messages over 256 bytes, not 1024
rather than using MIDISendSysex, use MIDIPacketListAdd() and MIDISend().
|
|
MIDIReceived() function does not work for such.
|
|
|
|
|
|
Autotooling: allow out-of-tree builds.
|
|
|
|
|