rtmidi 3.0.0~ds1-2 source package in Ubuntu
Changelog
rtmidi (3.0.0~ds1-2) unstable; urgency=medium * Upload to unstable. -- Jaromír Mikeš <email address hidden> Fri, 27 Oct 2017 16:34:29 +0200
Upload details
- Uploaded by:
- Debian Multimedia Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Multimedia Maintainers
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rtmidi_3.0.0~ds1-2.dsc | 2.2 KiB | f989bb57ce2b2b78c267e63a5b460ec15a41a73c3d1b73fc804703a155727b4a |
rtmidi_3.0.0~ds1.orig.tar.gz | 353.1 KiB | 05db08c227d02f71302e6241a40b1d2255f47c40d2997fa5c5403dd90ef0e415 |
rtmidi_3.0.0~ds1-2.debian.tar.xz | 7.7 KiB | 42f91a56fa9a97dedbdff260d85869a8301e59d2f6283d0d9a74ae4445f5eeea |
Available diffs
- diff from 2.1.1~ds0-4 to 3.0.0~ds1-2 (30.5 KiB)
No changes file available.
Binary packages built by this source
- librtmidi-dev: No summary available for librtmidi-dev in ubuntu disco.
No description available for librtmidi-dev in ubuntu disco.
- 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.
- librtmidi4: 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.
- librtmidi4-dbgsym: No summary available for librtmidi4-dbgsym in ubuntu eoan.
No description available for librtmidi4-dbgsym in ubuntu eoan.