struct Tsh::Sound::Tone

Overview

A musical note and the waveform to play it on

Defined in:

sounds.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(note : Tsh::Note, waveform : Waveform) #

[View source]

Instance Method Detail

def note : Tsh::Note #

The musical note to play


[View source]
def note=(note : Tsh::Note) #

The musical note to play


[View source]
def waveform : Waveform #

The waveform to play it on


[View source]
def waveform=(waveform : Waveform) #

The waveform to play it on


[View source]