C++ library for realtime MIDI input/ouput
https://www.music.mcgill.ca/~gary/rtmidi/index.html
RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut and API-specific
classes) that provides a common API (Application Programming Interface) for
realtime MIDI input/output across ALSA & JACK.
- Sources inherited from project multimedia:libs
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / rtmidi
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:infi777:games/rtmidi && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
rtmidi-4.0.0-pkgconfig.patch | 0000000695 695 Bytes | |
rtmidi-5.0.0.tar.gz | 0000528747 516 KB | |
rtmidi.changes | 0000002191 2.14 KB | |
rtmidi.spec | 0000002986 2.92 KB |
Revision 5 (latest revision is 9)
Luigi Baldoni (alois)
accepted
request 941348
from
Simon Lees (simotek)
(revision 5)
- Update to Version 5.0.0 * see git history for complete list of changes * new Web MIDI API * iOS support * new setBufferSize() function * fixes for WinMM, Jack * added C API test program * now requiring C++11 * build system updates * midiprobe probes all compiled APIs * various build system updates and code efficiencies - Refreshed rtmidi-4.0.0-pkgconfig.patch - Update to version 4.0.0 * see git history for complete list of changes * updates to test programs to clarify port numbering * new C API wrapper * new functions to get API names * miscellaneous sysex fixes in Jack and ALSA * new setPortName() method (for Jack and ALSA) * new setClientName() method (for ALSA) * various build system updates and code efficiencies - Refreshed rtmidi-2.1.1-pkgconfig.patch as rtmidi-4.0.0-pkgconfig.patch - Update to version 3.0.0 * The version number has been bumped to 3.0.0 because of the past API change concerning the renaming of the RtError class to RtMidiError. Changes in this release include: + see git history for complete list of changes + new sendMessage() function that does not use std::vector + various std::string updates, including use of UTF8 for port names + fixes for the MIDI queue + various build system updates and code efficiencies - Spec cleanup - Change path to headers - Drop _service file - Update to version 2.1.1 * update pkgconfig.patch - Initial release
Comments 0