Hi there,
do you plan to include a 'shuffle' parameter like in the TR-909/TB-303 in the x0xb0x?
Moderators: Altitude, adafruit_support_bill, adafruit, phono, mome rath
ladyada wrote:i assure you that adding shuffle is completely possible. basically, theres an interrupt thats twice for every 16'th note, which turns the note on and off. to add shuffle, just put in "delay_ms(10)" for a 10ms shuffle . or you can generate a random value between 0 and 9ms (for example), by calling "delay_ms(rand() % 10)"
Users browsing this forum: No registered users and 2 guests