mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 06:08:37 +00:00
remove unessecary comment
This commit is contained in:
parent
9bb1039bbd
commit
98cb128fa2
@ -36,7 +36,6 @@ const waveshapes = {
|
||||
},
|
||||
sine(phase) {
|
||||
return Math.sin(Math.PI * 2 * phase) * 0.5 + 0.5;
|
||||
// return Math.sin(Math.PI * 2 * phase);
|
||||
},
|
||||
ramp(phase) {
|
||||
return phase;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user