jmsltestsuite
Class MultipleScoresDemo1
java.lang.Object
jmsltestsuite.MultipleScoresDemo1
public class MultipleScoresDemo1
- extends java.lang.Object
Displays scores in your own gui
Generate and transcribe 5 MusicShapes. Open up an awt.Frame and display the scored transcription
of each as five separate Scores displayed in the same Frame
- Author:
- Nick Didkovsky, March 21, 2002, (c) 2002 Nick Didkovsky, all rights reserved
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleScoresDemo1
public MultipleScoresDemo1()
captureMusicShape
public MusicShape captureMusicShape()
- simulates grabbing a MusicShape live
transcribe
public Score transcribe(MusicShape s)
throws ElementMissedException,
SearchPathListExpansionException
- Transcribe a MusicShape and return a new Score
- Throws:
ElementMissedException
SearchPathListExpansionException
main
public static void main(java.lang.String[] args)