Home
last modified time | relevance | path

Searched refs:m_PulseWidthModBuf (Results 1 – 4 of 4) sorted by relevance

/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/OscillatorPlugin/
H A DOscillatorPlugin.h41 void ModulatePulseWidth(Sample *data) {m_PulseWidthModBuf=data;} in backtrace_error()
69 Sample *m_PulseWidthModBuf; in backtrace_error()
H A DOscillatorPlugin.C65 m_PulseWidthModBuf(NULL), in OscillatorPlugin()
/dports/audio/spiralsynth/SpiralSynth-0.1.7/SpiralSound/
H A DOscillator.C35 m_PulseWidthModBuf(0),
118 if (!m_PulseWidthModBuf) PW = (int)(m_PulseWidth * CycleLen); in check()
119 …else PW = (int)((m_PulseWidth+((m_PulseWidthModBuf[n]*SpiralInfo::VALUECONV)*m_ModAmount*10.0f)) *… in check()
H A DOscillator.h37 void ModulatePulseWidth(short *data) {m_PulseWidthModBuf=data;} in ModulatePulseWidth()
78 short *m_PulseWidthModBuf; variable