FifteenStep
FifteenStep copied to clipboard
A general purpose Arduino MIDI sequencer library
As of version 1.2.4, no recorded notes can be played back. Function addNote() inserts with default position of -1, thus triggerNote() will skip it. A workaround is to set the...
This is a feature request. After trying this library I am very happy with this solid little sequencer. I am loading/saving patterns to JSON, even switching patterns on the fly...
The definition of `addNote` has a (byte typed) `step` param (with a default value of -1); therefore the following code (lines 369-372): ``` if(step == -1) position = _quantizedPosition(); else...
I cannot seem to get the >new< version library to work with M0 (it doesnt state anywhere if its supported or not). It seems strange since the last version works...
Hi, great work. This pull request is for adding support of original MIDI USB Library of Arduino and correct a strange issiu ewith a input pin in bluefruit