nspilman / web-synth

Playing around with React and the web-audio-api
0 stars 0 forks source link

SPIKE: Proof of concept - how does Time work? #8

Open nspilman opened 3 years ago

nspilman commented 3 years ago

Let's build out something that will then educate us on how time works.

joshstruve commented 3 years ago

I have a recommendation in terms of an iterative approach to considerations of time - perhaps we can add a drum machine module with a knob to control BPM. So the user would create a drum pattern at their desired BPM, hit play, and then play the synth in time with the drum machine.

nspilman commented 3 years ago

Sounds good to me. Would you like to implement? Lmk what you have in mind

joshstruve commented 3 years ago

I'm looking at various React drum machines and will let you know what I find in terms of useful examples that I can draw from.