com.frinika.codeexamples
Class OpenSoundfontSynth

java.lang.Object
  extended by com.frinika.codeexamples.OpenSoundfontSynth

public class OpenSoundfontSynth
extends java.lang.Object

Example of creating a standalone soft synth instance and sending midi events to it directly. This will open the soundfont Club.SF2 and play a beat

Author:
Peter Johan Salomonsen

Constructor Summary
OpenSoundfontSynth()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSoundfontSynth

public OpenSoundfontSynth()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception