8-Step Arduino Sequencer

Gates are basically pulses, you know square wave stuff. You can alter the pulse width, or how long things are on vs off. This is called a duty cycle. A square wave pulse is when it is 50% on, 50% off, so a duty cycle of 50.

Visualization:
image

When you modulate or change this duty cycle, its called pulse width modulation or PWM. :slight_smile:

2 Likes