setType            70 BiquadFilterNode.cpp         setType(BiquadProcessor::LowPass);
setType            72 BiquadFilterNode.cpp         setType(BiquadProcessor::HighPass);
setType            74 BiquadFilterNode.cpp         setType(BiquadProcessor::BandPass);
setType            76 BiquadFilterNode.cpp         setType(BiquadProcessor::LowShelf);
setType            78 BiquadFilterNode.cpp         setType(BiquadProcessor::HighShelf);
setType            80 BiquadFilterNode.cpp         setType(BiquadProcessor::Peaking);
setType            82 BiquadFilterNode.cpp         setType(BiquadProcessor::Notch);
setType            84 BiquadFilterNode.cpp         setType(BiquadProcessor::Allpass);
setType            94 BiquadFilterNode.cpp     biquadProcessor()->setType(static_cast<BiquadProcessor::FilterType>(type));
setType            55 BiquadFilterNode.h     bool setType(unsigned); // Returns true on success.
setType            56 BiquadFilterNode.h     void setType(const String&);
setType            78 BiquadProcessor.h     void setType(FilterType);
setType            72 OscillatorNode.cpp     setType(m_type);
setType           104 OscillatorNode.cpp void OscillatorNode::setType(const String& type)
setType           107 OscillatorNode.cpp         setType(SINE);
setType           109 OscillatorNode.cpp         setType(SQUARE);
setType           111 OscillatorNode.cpp         setType(SAWTOOTH);
setType           113 OscillatorNode.cpp         setType(TRIANGLE);
setType           118 OscillatorNode.cpp bool OscillatorNode::setType(unsigned type)
setType            65 OscillatorNode.h     bool setType(unsigned); // Returns true on success.
setType            66 OscillatorNode.h     void setType(const String&);