Class GenericScale

java.lang.Object
toxi.music.scale.AbstractScale
toxi.music.scale.GenericScale

public class GenericScale extends AbstractScale
  • Constructor Details

    • GenericScale

      public GenericScale(String name, byte[] tones)
    • GenericScale

      public GenericScale(String name, int seed)
      Implements a scale based on a 12 bit integer value, where all 1 bits are used as possible tones for this scale. This way any possible scale can be implemented and easily experimented with.
      Parameters:
      name -
      seed -