After taking a bass lesson at Air Garage in Kichijoji the other day, I was thinking of a quick test to see if it is possible to play scale names on the bass. I wanted to see if it would be easy to make such an application (an app that plays random sounds) on the web using chatGPT.
First, I asked chatGPT to write out a program that would generate random sounds, and sure enough, it wrote out html, css, and javascript easily, and when I ran it, sure enough, it generated random sounds.
Sure, it was easy enough, but…
If I request more and more things that come to mind, like whether I need a button to stop the sound, or make a button for each of the 12 scales and modes, they write it out as they go along.
It’s amazing what modifications you can come up with as you go along. So I can change the tempo and
I can make the kick sound, stop showing all the modes, etc.
And, it should show the current note name (C, F, etc.)…
I was able to create what I wanted while thinking about it. Also, it looked terrible, so I told them to make it look like a “drum machine”.
This is how it turned out. It looks pretty good. I also asked him to rewrite it a little.
This is now almost complete. And I’ll make the next post with some tweaks so that I can write javascript into WORDPRESS to put this on this blog.
コメント