Uses of Class
be.panako.util.PitchUnit

Packages that use PitchUnit
Package Description
be.panako.util
Utility classes for Panako
  • Uses of PitchUnit in be.panako.util

    Methods in be.panako.util that return PitchUnit
    Modifier and Type Method Description
    static PitchUnit PitchUnit.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static PitchUnit[] PitchUnit.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in be.panako.util with parameters of type PitchUnit
    Modifier and Type Method Description
    double PitchUnit.convert​(double value, PitchUnit valueUnit)
    Convert the given pitch in the given unit to this unit.