TinyMusic icon indicating copy to clipboard operation
TinyMusic copied to clipboard

Added pulse waves (with modulation), this time without any issues.

Open Kitanga opened this issue 7 years ago • 0 comments

This took too long, but now it's done.

// Create a pulse wave by setting a sequence's wave type to 'pulse' and it's pulseWidth to anything below 1.0
seq.waveType = 'pulse';
seq.pulseWidth.gain.value = 0.52;

seq.play( when );

Kitanga avatar Sep 14 '18 18:09 Kitanga