SCRIBBLETUNE
Use simple JavaScript Strings
and Arrays
to generate rhythms and musical patterns. Directly use the names of scales or chords in your code to get arrays which you can mash up using Array methods in ways you hadn't imagined before! Create clips of musical ideas and export MIDI files which you can import in Ableton Live, Reason, Garage Band or any music creation software that accepts MIDI files. You can even use Scribbletune in the browser with Tone.js!
Install
npm install scribbletune
You can also use Scribbletune in the browser with a SCRIPT tag. Make sure to pull in Tone.js first however.
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/13.3.1/Tone.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/scribbletune/3.0.0/scribbletune.js"></script>
Visit scribbletune.com for documentation, tutorials and examples!