How to modulate the pulsewidth of the Web Audio API Square OscillatorNode?
问题 I want to modulate the square waveform of the Web Audio API OscillatorNode by connecting to other OscillatorNodes. But I can not find the parameter in the AudioParams. Is this possible at all or is there a workaround? I thought about creating a "custom" wavetable Oscillator with the "audioContext.createWaveTable()" function. This wavetable could contain different pulses with sweeping pulsewidths. But than again I have no idea how to control the position of the wavetable pointer via