bepitulaz / google-sheets-midi-sequencer

A 2 tracks midi sequencer built on top of Google Sheets

Home Page:https://www.asepbagja.com/programming/making-music-with-google-sheets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Sheets as 2 tracks MIDI sequencer

image

We can extend the functionality of Google Sheets via Apps Script. This repository is a proof of concept to use Google Sheets as a MIDI sequencer. I built a custom sidebar UI for Google Sheets, and access WebMIDI API from there. Then, I connected my synthesizer via USB cable to the laptop. The script can read and send the MIDI data from Google Sheets cell and pass it to the synthesizer.

The sheet

You can copy the sheet for this project from this link

The video demo

The setup for this project: Arturia MicroFreak synth and Google Sheets

About

A 2 tracks midi sequencer built on top of Google Sheets

https://www.asepbagja.com/programming/making-music-with-google-sheets/

License:MIT License


Languages

Language:HTML 91.1%Language:JavaScript 8.9%