You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, this project is super cool! However, I'm a bit stumped on how it works. I read the linked blog post of course but there are marked differences between the programs in it and the programs that run on this project. It would help to have some things made explicit.
For example:
What types are used for the function arguments? Since this is implemented in javascript it seems the functions will accept all sorts of inputs but it would be great to have it spelled out explicitly.
What is the purpose of the functions and how should they be used? beats and zigzag aren't really clear in what they do.
The context of the program, such as what the value of t is as time progresses.
I hope I'm not asking too much here. I intend to play around with this some more and would be happy to contribute, though my education on digital audio is pretty basic so I'm not sure how helpful I'll be.
The text was updated successfully, but these errors were encountered:
Hi there, this project is super cool! However, I'm a bit stumped on how it works. I read the linked blog post of course but there are marked differences between the programs in it and the programs that run on this project. It would help to have some things made explicit.
For example:
beats
andzigzag
aren't really clear in what they do.t
is as time progresses.I hope I'm not asking too much here. I intend to play around with this some more and would be happy to contribute, though my education on digital audio is pretty basic so I'm not sure how helpful I'll be.
The text was updated successfully, but these errors were encountered: