joeweiss / 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.

Install

npm install scribbletune

You can even use Scribbletune in the browser with Tone.js!. Make sure to pull in Tone.js followed by the latest browser version of Scribbletune.

<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/<LATEST-VERSION-FROM-CDNJS>/Tone.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/scribbletune/<LATEST-VERSION-FROM-CDNJS>/scribbletune.js"></script>

Visit scribbletune.com for documentation, tutorials and examples! Listen to music generated with Scribbletune on Soundcloud.

About

Create music with JavaScript

https://scribbletune.com/

License:MIT License


Languages

Language:TypeScript 97.0%Language:JavaScript 3.0%