Pulse

final case
class Pulse(rate: Rate, freq: GE, width: GE) extends SingleOut

A band-limited pulse wave generator UGen, capable of pulse width modulation.

'''Note''': The fine behavior depends on the server's block-size which interacts with the pulse width. The behavior is more regular if the duty period sr / freq * width is an integer multiple of the block-size. A width of 1.0 can produce strange results.

Value Params
freq

Fundamental frequency in Hertz

width

Pulse width ratio from zero to one. 0.5 makes a square wave.

See also
Companion
object
trait Serializable
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource