HomeSort by relevance Sort by last modified time
    Searched full:detune (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.cpp 50 double detune; // in Cents local
56 detune = biquadProcessor()->parameter4()->finalValue();
61 detune = biquadProcessor()->parameter4()->smoothedValue();
66 detune = biquadProcessor()->parameter4()->value();
73 // Offset frequency by detune.
74 if (detune)
75 normalizedFrequency *= pow(2, detune / 1200);
OscillatorNode.cpp 69 m_detune = AudioParam::create(context, "detune", 0, -4800, 4800);
192 // Get the sample-accurate detune values.
203 // Multiply frequencies by detune scalings.
209 float detune = m_detune->smoothedValue(); local
210 float detuneScale = powf(2, detune / 1200);
280 float detune = m_detune->smoothedValue(); local
281 float detuneScale = powf(2, detune / 1200);
OscillatorNode.h 69 AudioParam* detune() { return m_detune.get(); } function in class:WebCore::OscillatorNode
87 // Detune value (deviating from the frequency) in Cents.
99 // Stores sample-accurate values calculated according to frequency and detune.
BiquadFilterNode.idl 41 readonly attribute AudioParam detune; // in Cents
OscillatorNode.idl 48 readonly attribute AudioParam detune; // in Cents
BiquadFilterNode.h 61 AudioParam* detune() { return biquadProcessor()->parameter4(); } function in class:WebCore::BiquadFilterNode
BiquadProcessor.cpp 51 m_parameter4 = AudioParam::create(context, "detune", 0.0, -4800, 4800);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
asoundef.h 228 #define MIDI_CTL_E4_DETUNE_DEPTH 0x5e /**< E4 Detune Depth */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
asoundef.h 228 #define MIDI_CTL_E4_DETUNE_DEPTH 0x5e /**< E4 Detune Depth */