* @param exit Hold program open for the duration of playback, then close ready to exit? true or false.
*/
public static void midi(Note n, boolean exit) {
//System.out.println("in midi(Note n, boolean exit)");
Score s = new Score("One note score", 60);
s.addPart(new Part(new Phrase(n)));
midi(s, exit);
}
/**
* Playback the jMusic score JavaSound MIDI