Giter Site home page Giter Site logo

georgeharker / rtmidi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spotlightkid/rtmidi

0.0 1.0 0.0 1.43 MB

A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMIDI) and Windows (Multimedia) - The 'python-rtmidi' branch of this fork from the upstream RtMidi repository is included as a git sub-module in the 'python-rtmidi' repository.

License: Other

Shell 1.51% C++ 84.97% Go 4.46% Makefile 0.66% CMake 4.41% M4 4.00%

rtmidi's Introduction

RtMidi

Build Status

A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMIDI & JACK) and Windows (Multimedia).

By Gary P. Scavone, 2003-2019.

This distribution of RtMidi contains the following:

On Unix systems, type ./configure in the top level directory, then make in the tests/ directory to compile the test programs. In Windows, open the Visual C++ workspace file located in the tests/ directory.

If you checked out the code from git, please run ./autogen.sh before ./configure.

Overview

RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut, and API specific classes) that provide a common API (Application Programming Interface) for realtime MIDI input/output across Linux (ALSA, JACK), Macintosh OS X (CoreMIDI, JACK), and Windows (Multimedia Library) operating systems. RtMidi significantly simplifies the process of interacting with computer MIDI hardware and software. It was designed with the following goals:

  • object oriented C++ design
  • simple, common API across all supported platforms
  • only one header and one source file 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>.

Windows

In some cases, for example to use RtMidi with GS Synth, it may be necessary for your program to call CoInitializeEx and CoUninitialize on entry to and exit from the thread that uses RtMidi.

OSX / macOS

  • An essential component of the macOS MIDI subsystem (MIDIClient) can exhibit buggy behaviour (also see thestk#155). As the relevant API is not directly exposed, the two following functions are declared (if and only if __APPLE__ is defined) if access to this part is needed (but typically is not):
    • void RtMidi_setCoreMidiClientSingleton(MIDIClientRef client)
    • void RtMidi_disposeCoreMidiClientSingleton()

Further reading

For complete documentation on RtMidi, see the doc directory of the distribution or surf to http://www.music.mcgill.ca/~gary/rtmidi/.

Legal and ethical

The RtMidi license is similar to the MIT License, with the added feature that modifications be sent to the developer. Please see LICENSE.

rtmidi's People

Contributors

garyscavone avatar radarsat1 avatar spotlightkid avatar umlaeute avatar jgvictores avatar tschiemer avatar sagamusix avatar zserge avatar peterbowman avatar remy-j-a-moueza avatar martindelille avatar jpcima avatar atsushieno avatar chronopoulos avatar rsjaffe avatar drewish avatar aib avatar szymonkaliski avatar codepainters avatar olilarkin avatar micdah avatar mcclure avatar kidproquo avatar johnty avatar emlai avatar amosonn avatar yurivict avatar tgoulart avatar samhocevar avatar ryandesign avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.