//Image Scan Sequencer, by: Gijs Gieskes 2008 //Copyleft: This is a free work, you can copy, distribute, and modify it //under the terms of the Free Art License: //http://artlibre.org/licence/lal/en/ //MIDI byte setNoteOn = 0x90; byte setNoteOff= 0x80; byte pitch = 65; int velocity = 0; int arpegiator = 0; long prevMillis = 0; byte stateArrCounter = 0; byte arpCounter = 0; byte prevPitch = 0; bool
{{#tags}}- {{label}}
{{/tags}}