Class: BytebeatNote

BytebeatNote(oscParams)

A note whose sound is generated by one or more BytebeatNode

Constructor

new BytebeatNote(oscParams)

Parameters:
Name Type Description
oscParams Array.<Object> array of oscillator specific options
Properties
Name Type Attributes Default Description
bytebeat string
frequency number <optional>
8000 frequency of the oscillator in Hertz
tempo number <optional>
120 tempo to be passed to bytebeat function
floatMode boolean <optional>
false Whether the bytebeat function expects an output between 0:255 (default) or -1:1
Source: