HomeSort by relevance Sort by last modified time
    Searched defs:useChordPitch (Results 1 - 2 of 2) sorted by null

  /external/sonic/
Sonic.java 28 private boolean useChordPitch;
140 return useChordPitch;
145 boolean useChordPitch)
147 this.useChordPitch = useChordPitch;
210 useChordPitch = false;
885 if(!useChordPitch) {
894 if(useChordPitch) {
953 boolean useChordPitch,
963 stream.setChordPitch(useChordPitch);
    [all...]
sonic.c 32 int useChordPitch;
139 return stream->useChordPitch;
145 int useChordPitch)
147 stream->useChordPitch = useChordPitch;
270 stream->useChordPitch = 0;
1054 if(!stream->useChordPitch) {
1065 if(stream->useChordPitch) {
1131 int useChordPitch,
1141 sonicSetChordPitch(stream, useChordPitch);
    [all...]

Completed in 449 milliseconds