Sine1

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

OSC message for filling a buffer with a series of sine wave harmonics using specified amplitudes.

OSC message for filling a buffer with a series of sine wave harmonics using specified amplitudes.

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

amplitudes for the harmonics. The first value specifies the amplitude of the first partial, the second float value specifies the amplitude of the second partial, and so on.

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