rtmidi 6.0.0-2 source package in Ubuntu

Changelog

rtmidi (6.0.0-2) unstable; urgency=medium

  * Upload to unstable.
  * Bump standards version to 4.7.0

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Fri, 07 Jun 2024 15:02:39 +0200

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
Oracular release universe libs

Downloads

File Size SHA-256 Checksum
rtmidi_6.0.0-2.dsc 2.3 KiB 68c6aa166eba8b533e9e509a7bfbad96a766e4e08871aced8ffd44b8cad645b5
rtmidi_6.0.0.orig.tar.gz 503.4 KiB ef7bcda27fee6936b651c29ebe9544c74959d0b1583b716ce80a1c6fea7617f0
rtmidi_6.0.0-2.debian.tar.xz 8.2 KiB 8460d2ad75e7f51117a48c8dd26b073cdea5ecb64b65472d5200d26140aee023

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.

librtmidi7: 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.

librtmidi7-dbgsym: debug symbols for librtmidi7