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

    Modifier and Type Method Description
    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 Details

    • TieManager

      public TieManager()
  • Method Details

    • 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)