Package jmsltestsuite

Class TranscribeScore1

java.lang.Object
jmsltestsuite.TranscribeScore1
All Implemented Interfaces:
SelectionBufferListener

public class TranscribeScore1
extends java.lang.Object
implements SelectionBufferListener
JMSL's com.softsynth.jmsl.score.transcribe package enables the transcription of arbitrary MusicShape data into common music notation.
Author:
Nick Didkovsky, (c) 2002 Nick Didkovsky, All Rights reserved.
  • Constructor Summary

    Constructors
    Constructor Description
    TranscribeScore1()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    void selectionBufferNotify​(Score score)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TranscribeScore1

      public TranscribeScore1()
  • Method Details