summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-16Merge pull request #67 from radarsat1/masterHEADmastergaryscavone
Add missing tests/*.{dsp,dsw} files and doc/release.txt to the dist.
2016-02-15Add missing tests/*.{dsp,dsw} files and doc/release.txt to the dist.Stephen Sinclair
2016-02-13Merge pull request #66 from radarsat1/autotoolsgaryscavone
A couple of not very urgent patches to configure.ac and autogen.sh.
2016-02-13Merge pull request #65 from radarsat1/fix-versiongaryscavone
Fix version in rtmidi.pc
2016-02-12Make the m4 and config directories before checking for autoreconf.Stephen Sinclair
2016-02-12Remove some now-unused AC_SUBST from configure.ac.Stephen Sinclair
2016-02-12Add a test to configure.ac to ensure RtMidi.h defines the same version number.Stephen Sinclair
2016-02-12Ensure version consistency by generating from configure in rtmidi.pc and ↵Stephen Sinclair
Doxyfile.
2016-02-11Merge pull request #59 from radarsat1/lt-so-version2.1.1garyscavone
Lt so version
2016-02-11Merge pull request #64 from radarsat1/mastergaryscavone
Use the same options for all test programs.
2016-02-11Documentation updates for new releaseGary Scavone
2016-02-10Use the same options for all test programs.Stephen Sinclair
This stops automake from generating filenames like "midiprobe-midiprobe.o".
2016-02-10Merge pull request #63 from radarsat1/install-stuffgaryscavone
Install stuff
2016-02-10Force doxygen to run before making dist.Stephen Sinclair
2016-02-10Add doc/Makefile.in and tests/Makefile.in to .gitignore.Stephen Sinclair
2016-02-10Added function definitions for iOS support.Gary Scavone
2016-02-10Date / release number updates in preparation for new release.Gary Scavone
2016-02-05Add the required version number to AM_INIT_AUTOMAKE.Stephen Sinclair
2016-02-05Copy doxyfile before running doxygen, fixes out of tree builds.Stephen Sinclair
2016-02-05Run autoreconf instead of running the autotools manually, if possible.Stephen Sinclair
2016-02-05Build tests and docs via automake and add them to dist.Stephen Sinclair
2016-02-04Move headers install path to ${prefix}/include/rtmidiStephen Sinclair
2016-02-04Install header files.Stephen Sinclair
2016-02-04Install the pkg-config (.pc) file.Stephen Sinclair
Renames it from librtmidi to just rtmidi.
2016-02-03Merge pull request #46 from hard-mode/mastergaryscavone
Always allocate JACK ringbuffers.
2016-02-03Merge pull request #53 from atsushieno/mastergaryscavone
Add C API.
2016-02-03Merge pull request #58 from radarsat1/autogengaryscavone
Add autogen.sh script
2016-02-03Use libtools version info.Stephen Sinclair
2016-02-03Merge pull request #57 from szymonkaliski/fix/virtual-ports-closegaryscavone
fix virtual ports closing in OSX
2016-01-24Add some nice automake features if they are available.Stephen Sinclair
2016-01-24Add an autogen script to run autotools correctly.Stephen Sinclair
2016-01-19fix for closing virtual inputSzymon Kaliski
2015-12-04Fix for closing virtual ports on OSXSzymon Kaliski
2015-09-14return duplicated string for port name, to avoid unwanted freeing by bindings.Atsushi Eno
2015-09-06rtmidi_c.h: add declspec(dllexport) for dll builds.Atsushi Eno
2015-08-29Add C API.Atsushi Eno
2015-05-13Always allocate JACK ringbuffers.Adam Avramov
This makes sure a program using this library would not segfault while waiting for a stopped JACK server to autostart.
2015-01-08Update to ALSA port type search.Gary Scavone
2014-11-03Fixed typo with firstErrorOccurred_ variable.Gary Scavone
2014-11-03Changed firstErrorOccurred to be class variable; Fix to ALSA input receiver id.Gary Scavone
2014-11-03Merge pull request #34 from olilarkin/fixsysexgaryscavone
Fix CoreMIDI sysex
2014-11-03Minor update to tutorial documentation to remove redundant info.Gary Scavone
2014-07-20add test for validity of packet pointerOli Larkin
2014-07-20fix MidiOutCore :: sendMessage() sysex sending, which was broken for sysex ↵Oli Larkin
messages over 256 bytes, not 1024 rather than using MIDISendSysex, use MIDIPacketListAdd() and MIDISend().
2014-07-15Reverted OS-X sendMessage function for sysex messages > 1024 bytes, as the ↵Gary Scavone
MIDIReceived() function does not work for such.
2014-07-15CoreMidi string release added to avoid memory leak.Gary Scavone
2014-06-06Memory leak fix in CoreMidi and addition of UserData pointer to error callback.Gary Scavone
2014-06-06Merge pull request #22 from Ace17/mastergaryscavone
Autotooling: allow out-of-tree builds.
2014-04-16Add libtool support (allows ./configure --enable-shared and --enable-static)Sebastien Alaiwan
2014-04-11rtmidi can now easily be nested into another projectSebastien Alaiwan