Making and Playing Music with Google Sheets and Web MIDI API
1–10 of 10 posts
Re: Making and Playing Music with Google Sheets and Web MIDI API
#2Using Google sheets to make music might the right interface for some to make music and be creative.
It opens the possibility of taking business plans and making music from them!
Re: Making and Playing Music with Google Sheets and Web MIDI API
#3And here’s some Aphex Twin: https://twitter.com/jvanbalen/status/1382372378051756032
Re: Making and Playing Music with Google Sheets and Web MIDI API
#4Re: Making and Playing Music with Google Sheets and Web MIDI API
#5Re: Making and Playing Music with Google Sheets and Web MIDI API
#6Neat! And you can use the spreadsheets’ functions to add MIDI effects like scale mode, arpegiattors, etc.
Re: Making and Playing Music with Google Sheets and Web MIDI API
#7A similar experiment: https://twitter.com/jvanbalen/status/1376457534580482051 And here’s some Aphex Twin: https://twitter.com/jvanbalen/status/1382372378051756032
Re: Making and Playing Music with Google Sheets and Web MIDI API
#8As someone who enjoys flow based programming, thinking out the box and shifting the paradigm is what we should be doing. Using Google sheets to make music might the right interface for some to make music and be creative. It opens the possibility of taking business plans and making music from them!
Re: Making and Playing Music with Google Sheets and Web MIDI API
#9Re: Making and Playing Music with Google Sheets and Web MIDI API
#10A similar experiment: https://twitter.com/jvanbalen/status/1376457534580482051 And here’s some Aphex Twin: https://twitter.com/jvanbalen/status/1382372378051756032
The author here. Cool. Yes, it's a similar experiment. The difference is that you use Python. I guess from your code, it's a CLI application that talk to MIDI devices and read the data from Sheets. Is that correct?