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
path:
root
/
RtMidi.cpp
Age
Commit message (
Expand
)
Author
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-03
Merge pull request #46 from hard-mode/master
garyscavone
2016-01-19
fix for closing virtual input
Szymon Kaliski
2015-12-04
Fix for closing virtual ports on OSX
Szymon Kaliski
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-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-03-30
Removed Windows kernel streaming code because it was incomplete and uncompila...
Gary Scavone
2014-03-28
Merge pull request #20 from keinstein/testmerge
garyscavone
2014-03-28
Bug fix to WinMM API in MidiIn destructor.
Gary Scavone
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 #16 from keinstein/perror
garyscavone
2014-03-27
Windows RtError bug fix and function argument commenting to avoid compiler wa...
Gary Scavone
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-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
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-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
2013-12-27
OS-X dynamic device fix
Gary Scavone
2013-10-11
Version 2.0.1
Gary Scavone
2013-10-11
Version 2.0.0
Gary Scavone
[next]