andante
This is work in progress. Do not use ... yet
Yet another music scheduler. Given an array of events with value, position and duration (both in seconds), schedule the events to play:
var ctx = ;var andante = ctx; var events = "c d e f g";andante;
This is the scheduler of ScoreJS and works easy with soundfont-player)
var ctx = ;var Score = ;var andante = ctx;var soundfont = ctx; var melody = ;var reverse = melody;var score = Score; var piano = soundfont; andante
Running the example
Clone this repo, start a server:
npm i -g http-serverhttp-server
And visit http://localhost:8080/example
License
MIT License