<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feurig/rtmidi/RtMidi.cpp, branch master</title>
<subtitle>A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA &amp; JACK), Macintosh OS X (CoreMIDI) and Windows (Multimedia)</subtitle>
<id>https://git.suspectdevices.com/feurig/rtmidi/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/feurig/rtmidi/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/'/>
<updated>2016-02-10T13:59:07+00:00</updated>
<entry>
<title>Added function definitions for iOS support.</title>
<updated>2016-02-10T13:59:07+00:00</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2016-02-10T13:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=120350bdb30a9b3b70f8fe0502824e4f040b7635'/>
<id>urn:sha1:120350bdb30a9b3b70f8fe0502824e4f040b7635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Date / release number updates in preparation for new release.</title>
<updated>2016-02-10T13:37:11+00:00</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2016-02-10T13:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=7a833879569ac82a9560ae77cd6a4b5a33f4e2cc'/>
<id>urn:sha1:7a833879569ac82a9560ae77cd6a4b5a33f4e2cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #46 from hard-mode/master</title>
<updated>2016-02-03T21:05:14+00:00</updated>
<author>
<name>garyscavone</name>
<email>garyscavone@users.noreply.github.com</email>
</author>
<published>2016-02-03T21:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=447308a38f22211910439b6c7483aba7862d3f0e'/>
<id>urn:sha1:447308a38f22211910439b6c7483aba7862d3f0e</id>
<content type='text'>
Always allocate JACK ringbuffers.</content>
</entry>
<entry>
<title>fix for closing virtual input</title>
<updated>2016-01-19T10:51:33+00:00</updated>
<author>
<name>Szymon Kaliski</name>
<email>kaliskiszymon@gmail.com</email>
</author>
<published>2016-01-19T10:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=74c92f7c9b93415650d7d449c7d0a5de0e803b26'/>
<id>urn:sha1:74c92f7c9b93415650d7d449c7d0a5de0e803b26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for closing virtual ports on OSX</title>
<updated>2015-12-04T12:29:32+00:00</updated>
<author>
<name>Szymon Kaliski</name>
<email>kaliskiszymon@gmail.com</email>
</author>
<published>2015-12-04T12:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=22f6344e3ed90619a639258157744b4ef7db5754'/>
<id>urn:sha1:22f6344e3ed90619a639258157744b4ef7db5754</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always allocate JACK ringbuffers.</title>
<updated>2015-05-13T18:26:39+00:00</updated>
<author>
<name>Adam Avramov</name>
<email>fallenblood@gmail.com</email>
</author>
<published>2015-05-13T18:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=6a06b40251823c27aa444979829621baef1ad433'/>
<id>urn:sha1:6a06b40251823c27aa444979829621baef1ad433</id>
<content type='text'>
This makes sure a program using this library would not segfault
while waiting for a stopped JACK server to autostart.
</content>
</entry>
<entry>
<title>Update to ALSA port type search.</title>
<updated>2015-01-08T16:49:37+00:00</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2015-01-08T16:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=28321c051ed849b0fbd1f7b1aaee19b8ca807390'/>
<id>urn:sha1:28321c051ed849b0fbd1f7b1aaee19b8ca807390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo with firstErrorOccurred_ variable.</title>
<updated>2014-11-04T03:49:20+00:00</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-11-04T03:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=1690808587a5378004fd0562b0e36934ae46c5f3'/>
<id>urn:sha1:1690808587a5378004fd0562b0e36934ae46c5f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed firstErrorOccurred to be class variable; Fix to ALSA input receiver id.</title>
<updated>2014-11-03T20:59:42+00:00</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2014-11-03T20:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=c39bb17ab47499fc9827abc100b94fb8c71715ed'/>
<id>urn:sha1:c39bb17ab47499fc9827abc100b94fb8c71715ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add test for validity of packet pointer</title>
<updated>2014-07-19T23:28:26+00:00</updated>
<author>
<name>Oli Larkin</name>
<email>olilarkin@googlemail.com</email>
</author>
<published>2014-07-19T23:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/rtmidi/commit/?id=4e5974b6e3c805183c2dc33ecab829ff9b89c406'/>
<id>urn:sha1:4e5974b6e3c805183c2dc33ecab829ff9b89c406</id>
<content type='text'>
</content>
</entry>
</feed>
