jmsltestsuite
Class MultipleScores

java.lang.Object
  extended byjmsltestsuite.MultipleScores

public class MultipleScores
extends java.lang.Object

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

Constructor Summary
MultipleScores()
           
 
Method Summary
 MusicShape captureMusicShape()
          simulates grabbing a MusicShape live
static void main(java.lang.String[] args)
           
 Score transcribe(MusicShape s)
          Transcribe a MusicShape and return a new Score
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleScores

public MultipleScores()
Method Detail

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)