Skip to content

Commit 6b547ef

Browse files
committed
added this fun bell example to show the use of the rampAD function
1 parent 0222a92 commit 6b547ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bells_envelope_test/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This example shows a more complex use of the .rampAD function for the envelope.
33
// You can use it to make a simple attack/decay envelope for struck or plucked style notes.
44
// Here, we're creating synthetic bells using additive synthesis, and triggering each of their attacks and decays differently to make different harmonics last for different times.
5-
5+
// Have fun! - Jeff Snyder
66
var osc = [];
77
var envelope = [];
88
var fft;

0 commit comments

Comments
 (0)