rtmidi 2.0.1~ds0-3ubuntu1 source package in Ubuntu

Changelog

rtmidi (2.0.1~ds0-3ubuntu1) trusty; urgency=medium

  * Use autotools-dev to update config.{sub,guess} for new arches.
 -- Logan Rosen <email address hidden>   Sun, 22 Dec 2013 17:54:37 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
rtmidi_2.0.1~ds0.orig.tar.gz 133.9 KiB 0c52c1a9f1a99f9a06b6ebfbe6eaa757aadd8fc257f77ab7a374bf7d2b3927fa
rtmidi_2.0.1~ds0-3ubuntu1.debian.tar.gz 8.4 KiB ca6c5e07f2808de182e3e20c499647a3b9a85b6fd7d377646a32820e7fd34776
rtmidi_2.0.1~ds0-3ubuntu1.dsc 1.8 KiB 6874929ffaebcd7b29779306ba73184d31d2bd64676732fc4688f0c31aeee754

View changes file

Binary packages built by this source

librtmidi-dbg: No summary available for librtmidi-dbg in ubuntu utopic.

No description available for librtmidi-dbg in ubuntu utopic.

librtmidi-dev: No summary available for librtmidi-dev in ubuntu utopic.

No description available for librtmidi-dev in ubuntu utopic.

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