A Php extension for MIDI programming 🎶.
This extension is a wrapper over RtMidi library using Php-Cpp.
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.
See official RtMidi documentation.