vineethsudhir / scribbletune

Create music with JavaScript

Home Page:https://scribbletune.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCRIBBLETUNE

Build Status

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/1.9.2/scribbletune.js"></script>

Visit scribbletune.com for documentation, tutorials and examples!

About

Create music with JavaScript

https://scribbletune.com/

License:MIT License


Languages

Language:JavaScript 100.0%