Class MIDISong

java.lang.Object
jmslexamples.simple.MIDISong

public class MIDISong
extends java.lang.Object
Use a SequentialCollection to ABAB "song form" with Midi piano SoundFont support! As of Java 1.7 uses Gervill JavaSound. This demo uses FluidR3 soundfont. If you don't have it, it will use Java's default sounds. You can download the FluidR3 SoundFont at http://www.algomusic.com/SoundFonts/
Author:
Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
  • Constructor Summary

    Constructors
    Constructor Description
    MIDISong()  
  • Method Summary

    Modifier and Type Method Description
    void cleanup()  
    void go()  
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MIDISong

      public MIDISong()
  • Method Details

    • go

      public void go()
    • cleanup

      public void cleanup()
    • main

      public static void main​(java.lang.String[] args)