HomeSort by: relevance | last modified time | path
    Searched defs:notetab (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/
spkr.c 125 static const int notetab[8] = { 9, 11, 0, 2, 4, 5, 7 }; variable in typeref:typename:const int[8]
261 pitch = notetab[c - 'A'] + sc->sc_octave * OCTAVE_NOTES;
spkr.c 125 static const int notetab[8] = { 9, 11, 0, 2, 4, 5, 7 }; variable in typeref:typename:const int[8]
261 pitch = notetab[c - 'A'] + sc->sc_octave * OCTAVE_NOTES;
spkr.c 125 static const int notetab[8] = { 9, 11, 0, 2, 4, 5, 7 }; variable in typeref:typename:const int[8]
261 pitch = notetab[c - 'A'] + sc->sc_octave * OCTAVE_NOTES;
spkr.c 125 static const int notetab[8] = { 9, 11, 0, 2, 4, 5, 7 }; variable in typeref:typename:const int[8]
261 pitch = notetab[c - 'A'] + sc->sc_octave * OCTAVE_NOTES;

Completed in 102 milliseconds