Package jmslexamples.simple
Class MIDIScore
java.lang.Object
jmslexamples.simple.MIDIScore
public class MIDIScore
extends java.lang.Object
Build a simple Score with a JavaSound Midi orchestra
Also demonstrates JMSL's support for high quality SoundFonts (sf2) files. You can download the
FluidR3 SoundFont at http://www.algomusic.com/SoundFonts/
If the Java installation that is running this applet does not have a JavaSound MIDI soundbank,
your classes folder (ie your applet's codebase) must contain a folder called javasound containing
a soundbank called soundbank-min.gm (or call subfolder and the soundbank whatever you want and
change the name in the initJavaSoundMidi() method below
- Author:
- Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description MIDIScore()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MIDIScore
public MIDIScore()
-
-
Method Details
-
go
public void go() -
main
public static void main(java.lang.String[] args)
-