rtmidi 5.0.0-1 source package in Ubuntu

Changelog

rtmidi (5.0.0-1) unstable; urgency=medium

  * Upload to unstable.
  * Note that RtMidi-5 requires C++11

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Tue, 30 Nov 2021 13:46:29 +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

Downloads

File Size SHA-256 Checksum
rtmidi_5.0.0-1.dsc 2.3 KiB b41652a053bf79269da78069df1a62a31d2c6e900fa5726180911ee9dbb3285a
rtmidi_5.0.0.orig.tar.gz 100.7 KiB c7923e4eee82b06c007435892cb2c3212d9007fa482c6b718943bda71c02c5a7
rtmidi_5.0.0-1.debian.tar.xz 6.8 KiB 2e9928956afe54ed826fcef484f1a188b99943f27ce285ed65d086891cc63d15

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