rtmidi 5.0.0-3build1 source package in Ubuntu

Changelog

rtmidi (5.0.0-3build1) noble; urgency=medium

  * No-change rebuild against libasound2t64

 -- Steve Langasek <email address hidden>  Tue, 12 Mar 2024 07:02:23 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 100.7 KiB c7923e4eee82b06c007435892cb2c3212d9007fa482c6b718943bda71c02c5a7
rtmidi_5.0.0-3build1.debian.tar.xz 7.1 KiB 6009c77a7719425d3c44374684a83155a4d9fe45f12b4f4d8409cd0348c66e75
rtmidi_5.0.0-3build1.dsc 2.3 KiB 3dc655e17bb0f1373446092a1d006982bd8ab927b41811ede269a499e5f18c52

View changes file

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