summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-31Corrected documentation regarding API default order in RtMidi.h2.1.0Gary Scavone
2014-03-30Removed reference to WINKS in midiprobe.cppGary Scavone
2014-03-30Removed another reference to kernel streaming support in readme.Gary Scavone
2014-03-30Deleted include directory with kernel streaming files.Gary Scavone
2014-03-30Removed Windows kernel streaming code because it was incomplete and ↵Gary Scavone
uncompilable. The code still exists in the winks branch.
2014-03-30Commented out some function arguments in test programs to avoid compiler ↵winksGary Scavone
warnings.
2014-03-30Final documentation updates before release 2.1.0.Gary Scavone
2014-03-29Various documentation updates in preparation for the 2.1.0 release.Gary Scavone
2014-03-28Merge pull request #20 from keinstein/testmergegaryscavone
Merge master into pre2.1.0.
2014-03-28Merge pull request #19 from keinstein/docufixesgaryscavone
Capitalise JACK.
2014-03-28Bug fix to WinMM API in MidiIn destructor.Gary Scavone
2014-03-27Capitalise JACK.Tobias Schlemmer
This fixes c9939d0 . @SpotlightKid thanks for the clarification
2014-03-27Merge branch 'master' of https://github.com/thestk/rtmidi.git into pre2.1.0Tobias Schlemmer
Conflicts: RtMidi.cpp
2014-03-27A few Jack error message corrections not previously incorportated from the ↵Gary Scavone
master branch.
2014-03-27Merge pull request #17 from keinstein/docufixesgaryscavone
Some documentation impovements.
2014-03-27Merge pull request #16 from keinstein/perrorgaryscavone
Call perror on unknown errors in the MIDI queue.
2014-03-27Windows RtError bug fix and function argument commenting to avoid compiler ↵Gary Scavone
warnings.
2014-03-27Some documentation impovements.Tobias Schlemmer
2014-03-26Call perror on uncknown errors in the MIDI queue.Tobias Schlemmer
2014-03-26ALSA openPort() fix to better distinguish sender and receiver port (from ↵Gary Scavone
Russell Smyth).
2014-03-26Small fix in ALSA openVirtualPort() to correctly save the port number.Gary Scavone
2014-03-26Small compiler fix in Jack API.Gary Scavone
2014-03-26Reverted sysextest.cpp to previous version and added warning flag to ↵Gary Scavone
configure.ac
2014-03-18Fix in Jack API for improperly made changesfrom a previous patchGary Scavone
2014-03-15Commented out use of MIDISendSysex() in OS-X, so sysexes are sent as normal ↵Gary Scavone
messages. This avoids a problem where virtual ports were not receiving the sysex messages.
2014-03-14Fix for spurious callbacks in OS-X when ignoring sysex messages and split ↵Gary Scavone
sysexes are received (codepainters)
2014-03-14Merge pull request #10 from codepainters/mastergaryscavone
This merge fixes spurious callbacks when ignored SysEx messages on Mac OS, which only happened if the sysex messages were split across multiple packets.
2014-03-14Reverted Windows UNICODE portname fix to previous solution by Wilcox.Gary Scavone
2014-03-14Windows code to avoid lockups when shutting down and sending/receiving sysex ↵Gary Scavone
messages (submitted by ptarabbia)
2014-03-14Updated OS-X sysex sending mechanism according to patch submitted by ptarabbiaGary Scavone
2014-03-14Fixes for previous error hook and isPortOpen() function commit.Gary Scavone
2014-03-14Updates from Mogilevskiy to add error hook, isPortOpen() function, and ↵Gary Scavone
UNICODE windows name fix.
2014-03-02SysEx callbacks filter condition moved to outer if.Przemyslaw Wegrzyn
2014-03-02Avoid 0-sized message callbacks if SysEx msgs are ignored altogether.Przemyslaw Wegrzyn
2014-01-29Small change to configure.ac for prefix and removed 2 tabs in RtMidi.cppGary Scavone
2014-01-29Merge pull request #9 from drewish/restore-tick-casegaryscavone
Restore lost TICK case
2014-01-29Merge pull request #8 from drewish/fix-osx-warninggaryscavone
Fix null conversion warning
2014-01-29Merge pull request #5 from drewish/jack-error-messagesgaryscavone
Correct some error messages in the Jack code
2014-01-19Restore lost TICK caseandrew morton
See the comments on https://github.com/thestk/rtmidi/commit/403414019715d56e990da67b9268dee0ecf03c50
2014-01-19Fix null conversion warningandrew morton
Avoid this compilation warning: warning: implicit conversion of NULL constant to 'MIDIEntityRef' (aka 'unsigned int') [-Wnull-conversion]
2014-01-18Correct some error messages in the Jack codeandrew morton
2014-01-18Merge pull request #2 from hhromic/mastergaryscavone
Added missing SND_SEQ_EVENT_CLOCK event (MIDI Real Time Clock message) f...
2014-01-15ALSA TIME TICK update and documentation updates for RtMidiError class.Gary Scavone
2014-01-14Added missing SND_SEQ_EVENT_CLOCK event (MIDI Real Time Clock message) for ↵Hugo Hromic
timing ignoring.
2013-12-30Various bug fixes reported by users over past 1.5 years.Gary Scavone
2013-12-29Some error printing changes, removed ALSA global sequencer objects because ↵Gary Scavone
they were not thread safe, various other updates suggested by Martin Koegler
2013-12-27Changed RtError class to RtMidiError and embedded it in RtMidi.hGary Scavone
2013-12-27OS-X dynamic device fixGary Scavone
2013-10-15Merge pull request #1 from radarsat1/mastergaryscavone
Fix rtmidi-config, add install/uninstall targets, support --prefix.
2013-10-13Make a symbolic link for the major version.Stephen Sinclair