Class TranscribeMidiFile
java.lang.Object
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
Constructors Constructor Description TranscribeMidiFile(java.lang.String filename)
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
void
setScoreCanvas(ScoreCanvas sc)
substitute a different scorecanvas to use before loadingScore
transcribe()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TranscribeMidiFile
public TranscribeMidiFile(java.lang.String filename)
-
-
Method Details
-
setScoreCanvas
substitute a different scorecanvas to use before loading -
transcribe
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args)
-