Uses of Enum Class
org.openhab.core.audio.utils.ToneSynthesizer.Note
Packages that use ToneSynthesizer.Note
-
Uses of ToneSynthesizer.Note in org.openhab.core.audio.utils
Methods in org.openhab.core.audio.utils that return ToneSynthesizer.NoteModifier and TypeMethodDescriptionstatic ToneSynthesizer.Note
Returns the enum constant of this class with the specified name.static ToneSynthesizer.Note[]
ToneSynthesizer.Note.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.audio.utils that return types with arguments of type ToneSynthesizer.NoteModifier and TypeMethodDescriptionstatic Optional
<ToneSynthesizer.Note> ToneSynthesizer.Note.fromString
(String note) Methods in org.openhab.core.audio.utils with parameters of type ToneSynthesizer.NoteModifier and TypeMethodDescriptionstatic ToneSynthesizer.Tone
ToneSynthesizer.noteTone
(ToneSynthesizer.Note note, long millis) static ToneSynthesizer.Tone
ToneSynthesizer.noteTone
(ToneSynthesizer.Note note, long millis, int octaves)