rtmidi 5.0.0-2 source package in Ubuntu

Changelog

rtmidi (5.0.0-2) unstable; urgency=medium

  * Skip ALSA-support on non-linux

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Tue, 30 Nov 2021 17:16:56 +0100

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
rtmidi_5.0.0-2.dsc 2.3 KiB 77348281697f8487a016d6ce30796440f63e368d360edf552dfd49fae0ed2a78
rtmidi_5.0.0.orig.tar.gz 100.7 KiB c7923e4eee82b06c007435892cb2c3212d9007fa482c6b718943bda71c02c5a7
rtmidi_5.0.0-2.debian.tar.xz 6.8 KiB 181a0c7450a819e968f6812c8a4978a3ebf7d5591a71f7ef84e0471cd2a97cd7

Available diffs

No changes file available.

Binary packages built by this source

librtmidi-dev: C++ library for realtime MIDI input/ouput (development files)

 RtMidi is a set of C++ classes that provides a common API (Application
 Programming Interface) for realtime MIDI input/output across Linux
 (native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows
 (DirectSound and ASIO) operating systems. RtMidi significantly
 simplifies the process of interacting with computer audio hardware.
 .
 This package provides the development files.

librtmidi-doc: C++ library for realtime MIDI input/ouput (documentation files)

 RtMidi is a set of C++ classes that provides a common API (Application
 Programming Interface) for realtime MIDI input/output across Linux
 (native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows
 (DirectSound and ASIO) operating systems. RtMidi significantly
 simplifies the process of interacting with computer audio hardware.
 .
 This package provides the API documentation.

librtmidi6: C++ library for realtime MIDI input/ouput

 RtMidi is a set of C++ classes that provides a common API (Application
 Programming Interface) for realtime MIDI input/output across Linux
 (native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows
 (DirectSound and ASIO) operating systems. RtMidi significantly
 simplifies the process of interacting with computer audio hardware. It
 was designed with the following objectives:
 .
  * object-oriented C++ design
  * simple, common API across all supported platforms
  * only one source and two header files for easy inclusion in
    programming projects
  * MIDI device enumeration
 .
 MIDI input and output functionality are separated into two classes,
 RtMidiIn and RtMidiOut. Each class instance supports only a single MIDI
 connection. RtMidi does not provide timing functionality (i.e., output
 messages are sent immediately). Input messages are timestamped with delta
 times in seconds (via a double floating point type). MIDI data is passed
 to the user as raw bytes using an std::vector<unsigned char>.
 .
 This package provides the shared library.

librtmidi6-dbgsym: debug symbols for librtmidi6