Package jmsltestsuite
Class LineOfFifthsBug
java.lang.Object
jmsltestsuite.LineOfFifthsBug
public class LineOfFifthsBug
extends java.lang.Object
Line of fifths bug : disconnect tied three quarter sharp notes after respelling second one
- Author:
- Nick Didkovsky and Phil Burk, copyright 2000 Nick Didkovsky and Phil Burk
-
Constructor Summary
Constructors Constructor Description LineOfFifthsBug()
-
Method Summary
Modifier and Type Method Description void
buildFourDFlats()
void
buildInterval1()
void
buildInterval2()
void
buildRandomMelody()
void
buildRandomMelody(double pitchShift)
void
buildTiedQuarterToneTest()
void
buildTiedThreeQuarterToneTest()
static void
main(java.lang.String[] args)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LineOfFifthsBug
public LineOfFifthsBug() throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Details
-
buildRandomMelody
public void buildRandomMelody() -
buildRandomMelody
public void buildRandomMelody(double pitchShift) -
buildInterval1
public void buildInterval1() -
buildInterval2
public void buildInterval2() -
buildTiedThreeQuarterToneTest
public void buildTiedThreeQuarterToneTest() -
buildTiedQuarterToneTest
public void buildTiedQuarterToneTest() -
buildFourDFlats
public void buildFourDFlats() -
main
public static void main(java.lang.String[] args)
-