summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-30Commented out some function arguments in test programs to avoid compiler warn...winksGary Scavone
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
2014-03-28Merge pull request #19 from keinstein/docufixesgaryscavone
2014-03-28Bug fix to WinMM API in MidiIn destructor.Gary Scavone
2014-03-27Capitalise JACK.Tobias Schlemmer
2014-03-27Merge branch 'master' of https://github.com/thestk/rtmidi.git into pre2.1.0Tobias Schlemmer
2014-03-27A few Jack error message corrections not previously incorportated from the ma...Gary Scavone
2014-03-27Merge pull request #17 from keinstein/docufixesgaryscavone
2014-03-27Merge pull request #16 from keinstein/perrorgaryscavone
2014-03-27Windows RtError bug fix and function argument commenting to avoid compiler wa...Gary Scavone
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 Russ...Gary Scavone
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 configur...Gary Scavone
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 m...Gary Scavone
2014-03-14Fix for spurious callbacks in OS-X when ignoring sysex messages and split sys...Gary Scavone
2014-03-14Merge pull request #10 from codepainters/mastergaryscavone
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
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 UNICOD...Gary Scavone
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
2014-01-29Merge pull request #8 from drewish/fix-osx-warninggaryscavone
2014-01-29Merge pull request #5 from drewish/jack-error-messagesgaryscavone
2014-01-19Restore lost TICK caseandrew morton
2014-01-19Fix null conversion warningandrew morton
2014-01-18Correct some error messages in the Jack codeandrew morton
2014-01-18Merge pull request #2 from hhromic/mastergaryscavone
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 ti...Hugo Hromic
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 th...Gary Scavone
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
2013-10-13Make a symbolic link for the major version.Stephen Sinclair
2013-10-11Add prefix to output of rtmidi-config.Stephen Sinclair
2013-10-11Add install/uninstall targets.Stephen Sinclair
2013-10-11Update version numbers.Stephen Sinclair
2013-10-11Fix rtmidi-config.in (test uses = for string comparison, not ==)Stephen Sinclair
2013-10-11Add a pkg-config module for RtMidi.Stephen Sinclair