jmsltestsuite
Class MultipleScoresDemo1

java.lang.Object
  extended by 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

Constructor Summary
MultipleScoresDemo1()
           
 
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

MultipleScoresDemo1

public MultipleScoresDemo1()
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)