Package jmsltestsuite
Class TranscribeScore2
java.lang.Object
jmsltestsuite.TranscribeScore2
- All Implemented Interfaces:
SelectionBufferListener
public class TranscribeScore2 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 TranscribeScore2()
-
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
-
TranscribeScore2
public TranscribeScore2()
-
-
Method Details
-
selectionBufferNotify
- Specified by:
selectionBufferNotify
in interfaceSelectionBufferListener
-
main
public static void main(java.lang.String[] args)
-