OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noteTable
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_rtttl.c
90
static const EAS_U8
noteTable
[] = { 21, 23, 12, 14, 16, 17, 19, 23 };
380
note =
noteTable
[1];
422
note =
noteTable
[c - 'a'];
[
all
...]
eas_imelody.c
106
static const EAS_I8
noteTable
[] = { 9, 11, 0, 2, 4, 5, 7 };
897
pData->note = (EAS_U8) (pData->octave +
noteTable
[note - 'a'] + pData->noteModifier);
[
all
...]
Completed in 106 milliseconds