com.softsynth.jmsl.score.transcribe
Class TranscribeMidiFile

java.lang.Object
  extended by com.softsynth.jmsl.score.transcribe.TranscribeMidiFile

public class TranscribeMidiFile
extends java.lang.Object

Load a type 1 MidiFile into a ParallelCollection and transcribe a score from it

Author:
Nick Didkovsky, Feb 23, 2002

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

Constructor Detail

TranscribeMidiFile

public TranscribeMidiFile(java.lang.String filename)
Method Detail

transcribe

public Score transcribe()
                 throws java.io.IOException
Throws:
java.io.IOException

main

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