Various Instruments Recreated in Makecode Arcade

I’ve recreated 3/6 intstruments in Makecode Arcade as of now. Check it out! (Directly based on: https://www.youtube.com/watch?v=hqALoHicVlY)

10 Likes

This version is outdated. Use this instead!

3 Likes

This is really cool! Does anyone think we’d be able to convert this into a extension or something?

It wouldn’t, but, making a harmonic synthesizer (what this is based on) could work for an extension.

2 Likes

Nice!

These sound really wonderful, tune colour of instruments are emulated, can be identify easily.
How did you feature out these parameters between octaves of intrusments?

1 Like

I did it through Ultraabox (to first experiment with the harmonics), a simple formula to calculate the harmonics of every sound, and then, made functions that correspond to the base frequency, duration, and polytones.

2 Likes