com.frinika.codeexamples
Class StandaloneProjectWavExport

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

public class StandaloneProjectWavExport
extends java.lang.Object

Example of loading a Frinika project and playing it without opening the Frinika gui. TODO: Threads should be able to stop without doing System.exit() (Check BufferedRandomAccessFileManager) TODO: Test wav export with audio tracks TODO: How to obtain end tick in song

Author:
Peter Johan Salomonsen

Constructor Summary
StandaloneProjectWavExport()
           
 
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

StandaloneProjectWavExport

public StandaloneProjectWavExport()
Method Detail

main

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