Skip to content

b-viguier/php-rtmidi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Php-RtMidi

A Php extension for MIDI programming 🎶.

This extension is a wrapper over RtMidi library using Php-Cpp.

Installation

First, compile and install Php-Cpp:

cd lib/PHP-CPP-2.1.2
make -j
make install

Then, go back to the project root directory, compile and install this extension:

cd ../..
make -j
make install

In both cases, use make uninstall to remove installed files, and make clean to delete temporary files created during build process.

Usage

See official RtMidi documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published