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
2014-04-11
Add Makefile.am. Remove some generated files from repository
Sebastien Alaiwan
2014-04-08
Allow out-of-tree builds for 'tests' directory also
Sebastien Alaiwan
2014-04-06
Allow out-of-tree builds.
Sebastien Alaiwan
2014-03-31
Corrected documentation regarding API default order in RtMidi.h
2.1.0
Gary Scavone
2014-03-30
Removed reference to WINKS in midiprobe.cpp
Gary Scavone
2014-03-30
Removed another reference to kernel streaming support in readme.
Gary Scavone
2014-03-30
Deleted include directory with kernel streaming files.
Gary Scavone
2014-03-30
Removed Windows kernel streaming code because it was incomplete and uncompila...
Gary Scavone
2014-03-30
Commented out some function arguments in test programs to avoid compiler warn...
winks
Gary Scavone
2014-03-30
Final documentation updates before release 2.1.0.
Gary Scavone
2014-03-29
Various documentation updates in preparation for the 2.1.0 release.
Gary Scavone
2014-03-28
Merge pull request #20 from keinstein/testmerge
garyscavone
2014-03-28
Merge pull request #19 from keinstein/docufixes
garyscavone
2014-03-28
Bug fix to WinMM API in MidiIn destructor.
Gary Scavone
2014-03-27
Capitalise JACK.
Tobias Schlemmer
2014-03-27
Merge branch 'master' of https://github.com/thestk/rtmidi.git into pre2.1.0
Tobias Schlemmer
2014-03-27
A few Jack error message corrections not previously incorportated from the ma...
Gary Scavone
2014-03-27
Merge pull request #17 from keinstein/docufixes
garyscavone
2014-03-27
Merge pull request #16 from keinstein/perror
garyscavone
2014-03-27
Windows RtError bug fix and function argument commenting to avoid compiler wa...
Gary Scavone
2014-03-27
Some documentation impovements.
Tobias Schlemmer
2014-03-26
Call perror on uncknown errors in the MIDI queue.
Tobias Schlemmer
2014-03-26
ALSA openPort() fix to better distinguish sender and receiver port (from Russ...
Gary Scavone
2014-03-26
Small fix in ALSA openVirtualPort() to correctly save the port number.
Gary Scavone
2014-03-26
Small compiler fix in Jack API.
Gary Scavone
2014-03-26
Reverted sysextest.cpp to previous version and added warning flag to configur...
Gary Scavone
2014-03-18
Fix in Jack API for improperly made changesfrom a previous patch
Gary Scavone
2014-03-15
Commented out use of MIDISendSysex() in OS-X, so sysexes are sent as normal m...
Gary Scavone
2014-03-14
Fix for spurious callbacks in OS-X when ignoring sysex messages and split sys...
Gary Scavone
2014-03-14
Merge pull request #10 from codepainters/master
garyscavone
2014-03-14
Reverted Windows UNICODE portname fix to previous solution by Wilcox.
Gary Scavone
2014-03-14
Windows code to avoid lockups when shutting down and sending/receiving sysex ...
Gary Scavone
2014-03-14
Updated OS-X sysex sending mechanism according to patch submitted by ptarabbia
Gary Scavone
2014-03-14
Fixes for previous error hook and isPortOpen() function commit.
Gary Scavone
2014-03-14
Updates from Mogilevskiy to add error hook, isPortOpen() function, and UNICOD...
Gary Scavone
2014-03-02
SysEx callbacks filter condition moved to outer if.
Przemyslaw Wegrzyn
2014-03-02
Avoid 0-sized message callbacks if SysEx msgs are ignored altogether.
Przemyslaw Wegrzyn
2014-01-29
Small change to configure.ac for prefix and removed 2 tabs in RtMidi.cpp
Gary Scavone
2014-01-29
Merge pull request #9 from drewish/restore-tick-case
garyscavone
2014-01-29
Merge pull request #8 from drewish/fix-osx-warning
garyscavone
2014-01-29
Merge pull request #5 from drewish/jack-error-messages
garyscavone
2014-01-19
Restore lost TICK case
andrew morton
2014-01-19
Fix null conversion warning
andrew morton
2014-01-18
Correct some error messages in the Jack code
andrew morton
2014-01-18
Merge pull request #2 from hhromic/master
garyscavone
2014-01-15
ALSA TIME TICK update and documentation updates for RtMidiError class.
Gary Scavone
2014-01-14
Added missing SND_SEQ_EVENT_CLOCK event (MIDI Real Time Clock message) for ti...
Hugo Hromic
2013-12-30
Various bug fixes reported by users over past 1.5 years.
Gary Scavone
2013-12-29
Some error printing changes, removed ALSA global sequencer objects because th...
Gary Scavone
2013-12-27
Changed RtError class to RtMidiError and embedded it in RtMidi.h
Gary Scavone
[prev]
[next]