Top "Midi" questions

MIDI (Musical Instrument Digital Interface) is a protocol used to allow music hardware, software and other equipment to communicate with each other.

Why doesn't this simple CoreMIDI program produce MIDI output?

Here is an extremely simple CoreMIDI OS X application that sends MIDI data. The problem is that it doesn't work. …

macos midi core-foundation coremidi
Dynamic Midi generation and playback on Android: Possible?

Strangely I find no support for Midi in Android. The only thing that comes close is the Jetplayer, but this …

android midi
Simple Java MIDI example not producing any sound

This simple code is not producing any sound on a couple of machines that I've used to test it. I'm …

java midi
MIDI instrument listing?

I have recently implemented a MIDI Beatbox from the code in Head First Java and would really like to do …

java midi javasound midi-instrument
Is there an algorithm to get the Scale and Key of a song from a series of notes?

I've got a series of MIDI notes stored in array in the form of MIDI note number. Is there an …

algorithm midi audio-processing
python synthesize midi with fluidsynth

I can't import fluidsynth. [Maybe there's an better module?] I'm trying to synthesize midi from python or pygame. I can …

python midi synthesizer