On 11 Sep, 09:59, Tel Bonic <
telbo...@googlemail.com> wrote:
> Never mind, I've been reading again this morning and I've answered my
> own question.
Ok it's done, was much easier then I'd thought in the end. Just
needed to make myself an array to hold the notes:
int keyNotes[]={
137, 145, 154, 163, 173, 183, 194, 206, 218, 231, 244, 259, 274};
and later on after the keyboard code update the following:
syncPhaseInc = keyNotes[n];
and make sure it was set to 0 when the keys weren't pressed.
I've just added an led display for a devilish little idea and I'll
post the whole project and code if it works =)