Searched refs:noteTable (Results 1 - 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttl.c90 static const EAS_U8 noteTable[] = { 21, 23, 12, 14, 16, 17, 19, 23 }; variable
380 note = noteTable[1];
422 note = noteTable[c - 'a'];
H A Deas_imelody.c106 static const EAS_I8 noteTable[] = { 9, 11, 0, 2, 4, 5, 7 }; variable
897 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier);

Completed in 1049 milliseconds