Package com.softsynth.jmsl.score
Class TieManager
java.lang.Object
com.softsynth.jmsl.score.TieManager
public class TieManager
extends java.lang.Object
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
-
Constructor Summary
Constructors Constructor Description TieManager()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TieManager
public TieManager()
-
-
Method Details
-
pruneTies
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)
-