Tagged articles
7 articles
Page 1 of 1
php Courses
php Courses
Dec 24, 2025 · Backend Development

How to Send MIDI Messages from PHP via Serial Port – A Step-by-Step Guide

This article explains the basics of the MIDI protocol and demonstrates how to use PHP’s serial communication extension to open a serial port, configure it for MIDI, send a Note On message, and close the connection, providing sample code and tips for extending the solution.

MIDIMusic TechnologyPHP
0 likes · 4 min read
How to Send MIDI Messages from PHP via Serial Port – A Step-by-Step Guide
php Courses
php Courses
Nov 19, 2025 · Backend Development

How to Send MIDI Messages from PHP: A Step‑by‑Step Guide

This tutorial explains the basics of the MIDI protocol and shows how to use PHP's serial communication extension to open a serial port, construct MIDI Note‑On messages, send them to a music device, and properly close the connection, with suggestions for extending the code.

MIDIMusic TechnologyPHP
0 likes · 4 min read
How to Send MIDI Messages from PHP: A Step‑by‑Step Guide
Model Perspective
Model Perspective
Apr 3, 2025 · Artificial Intelligence

Turning Metrics into Music: A Sensitivity & Specificity Song Explained

This article showcases an AI‑generated song that teaches the four core classification metrics—sensitivity, specificity, precision, and recall—by presenting lyrical explanations, a confusion‑matrix overview, Python code for MIDI creation, and a step‑by‑step guide to producing the final video.

AI musicEvaluation MetricsMIDI
0 likes · 8 min read
Turning Metrics into Music: A Sensitivity & Specificity Song Explained
php Courses
php Courses
Oct 14, 2024 · Backend Development

Using PHP to Communicate with MIDI Devices via Serial Port

This article introduces the basics of the MIDI protocol and demonstrates how to use PHP’s serial communication extension to send MIDI messages to musical devices, providing a complete code example and explanations of each step for developers interested in integrating music hardware with PHP applications.

MIDIMusic TechnologyPHP
0 likes · 4 min read
Using PHP to Communicate with MIDI Devices via Serial Port
php Courses
php Courses
Aug 23, 2024 · Backend Development

Communicating with MIDI Devices Using PHP and Serial Ports

This article explains the basics of the MIDI protocol and demonstrates how to use PHP's serial communication library to send MIDI messages to music hardware, providing a complete code example and guidance for extending the implementation.

MIDIMusic TechnologySerial Communication
0 likes · 4 min read
Communicating with MIDI Devices Using PHP and Serial Ports
php Courses
php Courses
Apr 12, 2024 · Backend Development

Communicating with MIDI Devices Using PHP

This article explains the basics of the MIDI protocol and demonstrates how to use PHP's serial communication extension to send MIDI messages to musical devices, providing a complete code example and guidance for extending the implementation.

MIDIMusic TechnologyPHP
0 likes · 4 min read
Communicating with MIDI Devices Using PHP
Python Programming Learning Circle
Python Programming Learning Circle
Dec 3, 2020 · Artificial Intelligence

Introducing musicpy: A Python Library for Music Generation and Theory‑Driven AI Composition

musicpy is a Python library that lets developers write music using concise, theory‑based syntax, outputting MIDI files, and aims to enable AI composition through explicit music‑theory rules rather than deep‑learning, offering classes for notes, chords, scales and supporting mathematical operations on musical data.

AI compositionLibraryMIDI
0 likes · 9 min read
Introducing musicpy: A Python Library for Music Generation and Theory‑Driven AI Composition