Package jmsltestsuite

Class EighthTones

java.lang.Object
jmsltestsuite.EighthTones

public class EighthTones
extends java.lang.Object
Generate a eighth tone scale with quarter tone accidentals. Debug the 47.75, 35.75, 23.75 bug which displays these pitches one octave too low (thanks to Georg Hajdu 11/1/08) Use JSyn instruments to hear this properly. MIDI will not do it for you.
Author:
Nick Didkovsky, nick@didkovsky.com
  • Constructor Summary

    Constructors
    Constructor Description
    EighthTones()  
  • Method Summary

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

    • EighthTones

      public EighthTones()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)