Lines Matching refs:useChordPitch
28 private boolean useChordPitch; field in Sonic
140 return useChordPitch; in getChordPitch()
145 boolean useChordPitch) in setChordPitch() argument
147 this.useChordPitch = useChordPitch; in setChordPitch()
210 useChordPitch = false; in Sonic()
885 if(!useChordPitch) { in processStreamInput()
894 if(useChordPitch) { in processStreamInput()
953 boolean useChordPitch, in changeFloatSpeed() argument
963 stream.setChordPitch(useChordPitch); in changeFloatSpeed()
979 boolean useChordPitch, in sonicChangeShortSpeed() argument
989 stream.setChordPitch(useChordPitch); in sonicChangeShortSpeed()