Square oscillator
import { Oscillators } from "@ixfx/modulation.js"// Setupconst osc = Oscillators.square(Timers.frequencyTimer(0.1));const osc = Oscillators.square(0.1);// Call whenever a value is neededosc.next().value; Copy
import { Oscillators } from "@ixfx/modulation.js"// Setupconst osc = Oscillators.square(Timers.frequencyTimer(0.1));const osc = Oscillators.square(0.1);// Call whenever a value is neededosc.next().value;
Square oscillator