29.09.2015 Views

Algorithmic Music in a Box

wesen - Manuel Odendahl - http://ruinwesen.com/

wesen - Manuel Odendahl - http://ruinwesen.com/

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Euclidean Bassl<strong>in</strong>e<br />

• MidiClock callback produces the pitches:<br />

void on16Callback() {<br />

if (track.isHit(MidiClock.div16th_counter)) {<br />

MD::sendNoteOn(ROM_TRACK,<br />

pitches[pitches_idx], 100);<br />

pitches_idx = (pitches_idx + 1) %<br />

pitches_len;<br />

}<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!