derelict-portmidi 1.0.0-alpha

A dynamic binding to the PortMidi library


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

A dynamic binding to the PortMidi library for the D Programming Language.

It is currently designed to be used against PortMidi version 2.1.7, although other versions may work with this as well. So far, this binding has not been tested under Windows and OSX, so if you have any problems getting it to work, please let me know immediately. Derelict itself is maintained seperately and documentation on how to build projects using Derelict packages can be found here.

import derelict.portmidi.portmidi;
import derelict.portmidi.porttime;

void main() {
    // Load the PortMidi and PortTime libraries.
    DerelictPortMidi.load();
    DerelictPortTime.load();
    
    // Now PortMidi functions can be called.
    ...
}
Authors:
  • Thomas Gann
Dependencies:
derelict-util
Versions:
1.0.0 2018-Apr-01
1.0.0-beta 2016-May-26
1.0.0-alpha 2016-May-17
~master 2018-Apr-01
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 5676 downloads total

Score:
0.5
Short URL:
derelict-portmidi.dub.pm