BLOsc:
Filter:
Classes (extension) | UGens > Oscillator

BLOsc : UGen : AbstractFunction : Object
ExtensionExtension

Band limited oscillator
Source: BLOsc.sc

Description

Original Author(s): Paul Batchelor, saw2 Faust by Julius Smith. Revisted by Ben Sergentanis for the DaisySP DSP library. Ported to SuperCollider by Mads Kjeldgaard.

Class Methods

BLOsc.ar(freq: 100, pulsewidth: 0.5, waveform: 0)

BLOsc.kr(freq: 100, pulsewidth: 0.5, waveform: 0)

Arguments:

freq

Frequency in herz

pulsewidth

Set square wave pulse width. 0 to 1.0

waveform

Set waveform. 0 = Triangle, 1 = Saw, 2 = Square.

Inherited class methods

Instance Methods

Inherited instance methods

Examples