Oscillator.frequency

Sets the new frequency of the oscillator. In devived classes, this might also change the internal state of the oscillator.

  1. float frequency()
  2. float frequency(float val)
    class Oscillator
    @nogc @safe pure nothrow
    float
    frequency
    (
    float val
    )

Meta