#!/bin/sh # # compile midiOutStarter.c, a simple midi-out spewer # gcc midiOutStarter.c \ -W \ -framework CoreMIDI \ -framework CoreServices \ -l stdc++ \ -o midiOutStarter