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 loading
    Score 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

      public void setScoreCanvas​(ScoreCanvas sc)
      substitute a different scorecanvas to use before loading
    • transcribe

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

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