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