progress: animations animations animations! added animation when a note is played. you can also play the notes via touchscreen now! more optimisations to come later.
try it yourself: https://www.beta.skysynth.space/player
progress: animations animations animations! added animation when a note is played. you can also play the notes via touchscreen now! more optimisations to come later.
try it yourself: https://www.beta.skysynth.space/player
audio engine should be fully working! here’s a demo clip of me playing MILABO - zutomayo. fully on my laptop keyboard. try it out yourself!
http://www.beta.skysynth.space/player
(”" to switch between key release modes)
successfully deployed! i was just missing curly brackets. check it out at: http://www.beta.skysynth.space/player
warning: only devices with a keyboard can interact with the page. for now.
finished the prototype for the core audio logic! you can only play one instrument for now, but all the features are present. i will deploy it soon. there is absolutely ZERO UI/UX though. it is just an empty html with full capabilities of playing an instrument. if it helps, try opening the console.
LOL i rewrote my logic for the handler because it was starting to feel like my old projects again. meaning they would just be one big singleton thing dependent on one another. now i have a single builder function that can be reused elsewhere. lets hope this works.
just finished the core logic for keypress & MIDI note derivation (+ a whole other bunch of misc helper / handler code)! we are one step closer to playing music. i added many additional functionalities too.
set up a basic file structure. let’s keep this going