Sine3

final case class Sine3(partials: Seq[(Float, Float, Float)], normalize: Boolean, wavetable: Boolean, clear: Boolean) extends WaveFill

OSC message for filling a buffer with a series of sine waves using specified frequencies, amplitudes, and phases.

OSC message for filling a buffer with a series of sine waves using specified frequencies, amplitudes, and phases.

Value Params
clear

if set, the previous content is erased, otherwise the new waveform is added to the existing content

normalize

if set, the peak amplitude of the generated waveform is normalized to 1.0

partials

triplets of frequencies, amplitudes and initial phases for the partials. Frequencies are given as in cycles per buffer. Phases are given in radians.

wavetable

if set, the format of the waveform is chosen to be usable by interpolating oscillators such as Osc or VOsc

Companion
object
trait Serializable
trait WaveFill
trait Command
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def args: Seq[Any]
def name: String
override def readerKey: String
Definition Classes

Inherited methods

final protected def flags: Int
Inherited from
WaveFill
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final override def productPrefix: String
Definition Classes
Command -> Product
Inherited from
Command