derelict-portmidi 1.0.0-beta
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, not all functions have been tested, 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();
// Initialize PortMidi
Pm_Initialize();
// Now PortMidi functions can be called.
...
}
- Registered by Thomas Gann
- 1.0.0-beta released 8 years ago
- Tumlee/DerelictPortMidi
- github.com/tumlee/DerelictPortMidi
- Boost
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
1 downloads this month
-
5679 downloads total
-
- Score:
- 0.5
- Short URL:
- derelict-portmidi.dub.pm