com.softsynth.jmsl.score
Class TieManager

java.lang.Object
  extended by com.softsynth.jmsl.score.TieManager

public class TieManager
extends java.lang.Object

Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved

Constructor Summary
TieManager()
           
 
Method Summary
static void pruneTies(Score score)
          Run through all notes and intervals of a score.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TieManager

public TieManager()
Method Detail

pruneTies

public static void pruneTies(Score score)
Run through all notes and intervals of a score. If a Note is tied out, see if same pitch exists in nextNote() If not, setTiedOut(false)