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
Currently, the examples source code seems incomplete. If I take analysis.html it only shows how to instantiate things, but it's hard to understand what the function fft, waveform, etc. are doing because they are declared in a webpacked JS file. Is it intentional or am I missing a folder somewhere?
I think full examples like these are useful for learning purpose, by showing how the lib fit with other part of an application in practice. If I take analysis.html again, my intuition is that the "meat" of the example is not about calling the Tone.FFT constructor (the doc or the types are already very understandable), but more about how to handle the samples and visualize them. Questions like "is it better to do my own looping with requestAnimationFrame or does it make more sense to use a mix of Tone.Loop with Tone.Draw" would be naturally answered.
The text was updated successfully, but these errors were encountered:
Hello!
Currently, the examples source code seems incomplete. If I take analysis.html it only shows how to instantiate things, but it's hard to understand what the function
fft
,waveform
, etc. are doing because they are declared in a webpacked JS file. Is it intentional or am I missing a folder somewhere?I think full examples like these are useful for learning purpose, by showing how the lib fit with other part of an application in practice. If I take
analysis.html
again, my intuition is that the "meat" of the example is not about calling the Tone.FFT constructor (the doc or the types are already very understandable), but more about how to handle the samples and visualize them. Questions like "is it better to do my own looping with requestAnimationFrame or does it make more sense to use a mix of Tone.Loop with Tone.Draw" would be naturally answered.The text was updated successfully, but these errors were encountered: