index
:
feurig/rtmidi
master
releases
winks
A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMIDI) and Windows (Multimedia)
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-02-16
Merge pull request #67 from radarsat1/master
HEAD
master
garyscavone
2016-02-15
Add missing tests/*.{dsp,dsw} files and doc/release.txt to the dist.
Stephen Sinclair
2016-02-13
Merge pull request #66 from radarsat1/autotools
garyscavone
2016-02-13
Merge pull request #65 from radarsat1/fix-version
garyscavone
2016-02-12
Make the m4 and config directories before checking for autoreconf.
Stephen Sinclair
2016-02-12
Remove some now-unused AC_SUBST from configure.ac.
Stephen Sinclair
2016-02-12
Add a test to configure.ac to ensure RtMidi.h defines the same version number.
Stephen Sinclair
2016-02-12
Ensure version consistency by generating from configure in rtmidi.pc and Doxy...
Stephen Sinclair
2016-02-11
Merge pull request #59 from radarsat1/lt-so-version
2.1.1
garyscavone
2016-02-11
Merge pull request #64 from radarsat1/master
garyscavone
2016-02-11
Documentation updates for new release
Gary Scavone
2016-02-10
Use the same options for all test programs.
Stephen Sinclair
2016-02-10
Merge pull request #63 from radarsat1/install-stuff
garyscavone
2016-02-10
Force doxygen to run before making dist.
Stephen Sinclair
2016-02-10
Add doc/Makefile.in and tests/Makefile.in to .gitignore.
Stephen Sinclair
2016-02-10
Added function definitions for iOS support.
Gary Scavone
2016-02-10
Date / release number updates in preparation for new release.
Gary Scavone
2016-02-05
Add the required version number to AM_INIT_AUTOMAKE.
Stephen Sinclair
2016-02-05
Copy doxyfile before running doxygen, fixes out of tree builds.
Stephen Sinclair
2016-02-05
Run autoreconf instead of running the autotools manually, if possible.
Stephen Sinclair
2016-02-05
Build tests and docs via automake and add them to dist.
Stephen Sinclair
2016-02-04
Move headers install path to ${prefix}/include/rtmidi
Stephen Sinclair
2016-02-04
Install header files.
Stephen Sinclair
2016-02-04
Install the pkg-config (.pc) file.
Stephen Sinclair
2016-02-03
Merge pull request #46 from hard-mode/master
garyscavone
2016-02-03
Merge pull request #53 from atsushieno/master
garyscavone
2016-02-03
Merge pull request #58 from radarsat1/autogen
garyscavone
2016-02-03
Use libtools version info.
Stephen Sinclair
2016-02-03
Merge pull request #57 from szymonkaliski/fix/virtual-ports-close
garyscavone
2016-01-24
Add some nice automake features if they are available.
Stephen Sinclair
2016-01-24
Add an autogen script to run autotools correctly.
Stephen Sinclair
2016-01-19
fix for closing virtual input
Szymon Kaliski
2015-12-04
Fix for closing virtual ports on OSX
Szymon Kaliski
2015-09-14
return duplicated string for port name, to avoid unwanted freeing by bindings.
Atsushi Eno
2015-09-06
rtmidi_c.h: add declspec(dllexport) for dll builds.
Atsushi Eno
2015-08-29
Add C API.
Atsushi Eno
2015-05-13
Always allocate JACK ringbuffers.
Adam Avramov
2015-01-08
Update to ALSA port type search.
Gary Scavone
2014-11-03
Fixed typo with firstErrorOccurred_ variable.
Gary Scavone
2014-11-03
Changed firstErrorOccurred to be class variable; Fix to ALSA input receiver id.
Gary Scavone
2014-11-03
Merge pull request #34 from olilarkin/fixsysex
garyscavone
2014-11-03
Minor update to tutorial documentation to remove redundant info.
Gary Scavone
2014-07-20
add test for validity of packet pointer
Oli Larkin
2014-07-20
fix MidiOutCore :: sendMessage() sysex sending, which was broken for sysex me...
Oli Larkin
2014-07-15
Reverted OS-X sendMessage function for sysex messages > 1024 bytes, as the MI...
Gary Scavone
2014-07-15
CoreMidi string release added to avoid memory leak.
Gary Scavone
2014-06-06
Memory leak fix in CoreMidi and addition of UserData pointer to error callback.
Gary Scavone
2014-06-06
Merge pull request #22 from Ace17/master
garyscavone
2014-04-16
Add libtool support (allows ./configure --enable-shared and --enable-static)
Sebastien Alaiwan
2014-04-11
rtmidi can now easily be nested into another project
Sebastien Alaiwan
[next]