Home
last modified time | relevance | path

Searched refs:lp_state_ (Results 1 – 21 of 21) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/warps/
H A Dcv_scaler.cc53 fill(&lp_state_[0], &lp_state_[ADC_LAST], 0.0f); in Init()
67lp_state_[ADC_ ## NAME ## _POT] += 0.33f * lp_coefficient * (adc_.float_value(ADC_ ## NAME ## _POT…
68lp_state_[ADC_ ## NAME ## _CV] += lp_coefficient * (adc_.float_value(ADC_ ## NAME ## _CV) - lp_sta…
69 float pot = lp_state_[ADC_ ## NAME ## _POT]; \
137 p->raw_algorithm_pot = UnwrapPot(lp_state_[ADC_ALGORITHM_POT]); in Read()
138 float raw_algorithm_cv = -lp_state_[ADC_ALGORITHM_CV]; in Read()
144 float raw_algorithm = lp_state_[ADC_ALGORITHM_POT] + raw_algorithm_cv * 2.0f; in Read()
148 float level_1_pot = lp_state_[ADC_LEVEL_1_POT]; in Read()
149 float level_1_cv = calibration_data_->offset[ADC_LEVEL_1_CV] - lp_state_[ADC_LEVEL_1_CV]; in Read()
154 float level_2_pot = lp_state_[ADC_LEVEL_2_POT]; in Read()
[all …]
H A Dcv_scaler.h149 if (lp_state_[ADC_LEVEL_1_POT] < 0.05f && \ in easter_egg_digit()
150 lp_state_[ADC_LEVEL_2_POT] < 0.05f && \ in easter_egg_digit()
151 lp_state_[ADC_PARAMETER_POT] < 0.05f) { in easter_egg_digit()
153 UnwrapPot(lp_state_[ADC_ALGORITHM_POT]) * 8.0f + 0.5f); in easter_egg_digit()
181 float lp_state_[ADC_LAST]; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/warps/
H A Dcv_scaler.cc53 fill(&lp_state_[0], &lp_state_[ADC_LAST], 0.0f); in Init()
67lp_state_[ADC_ ## NAME ## _POT] += 0.33f * lp_coefficient * (adc_.float_value(ADC_ ## NAME ## _POT…
68lp_state_[ADC_ ## NAME ## _CV] += lp_coefficient * (adc_.float_value(ADC_ ## NAME ## _CV) - lp_sta…
69 float pot = lp_state_[ADC_ ## NAME ## _POT]; \
71 float cv = calibration_data_->offset[ADC_ ## NAME ## _CV] - lp_state_[ADC_ ## NAME ## _CV]; \
137 p->frequency_shift_pot = lp_state_[ADC_ALGORITHM_POT]; in Read()
138 float frequency_shift_cv = -lp_state_[ADC_ALGORITHM_CV]; in Read()
144 float phase_shift = lp_state_[ADC_ALGORITHM_POT] + frequency_shift_cv * 2.0f; in Read()
167 float pot = lp_state_[ADC_LEVEL_1_POT + i]; in Read()
H A Dcv_scaler.h149 if (lp_state_[ADC_LEVEL_1_POT] < 0.05f && \ in easter_egg_digit()
150 lp_state_[ADC_LEVEL_2_POT] < 0.05f && \ in easter_egg_digit()
151 lp_state_[ADC_PARAMETER_POT] < 0.05f) { in easter_egg_digit()
153 UnwrapPot(lp_state_[ADC_ALGORITHM_POT]) * 8.0f + 0.5f); in easter_egg_digit()
181 float lp_state_[ADC_LAST]; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/oscillator/
H A Doscillator.h61 lp_state_ = 1.0f; in Init()
147 lp_state_ += 0.25f * ((hp_state_ - this_sample) - lp_state_); in Render()
148 *out++ = 4.0f * lp_state_; in Render()
216 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
217 *out++ = lp_state_; in Render()
221 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
222 *out++ = lp_state_; in Render()
226 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
227 *out++ = (this_sample - lp_state_) * 0.5f; in Render()
241 float lp_state_; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/oscillator/
H A Doscillator.h61 lp_state_ = 1.0f; in Init()
147 lp_state_ += 0.25f * ((hp_state_ - this_sample) - lp_state_); in Render()
148 *out++ = 4.0f * lp_state_; in Render()
216 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
217 *out++ = lp_state_; in Render()
221 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
222 *out++ = lp_state_; in Render()
226 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
227 *out++ = (this_sample - lp_state_) * 0.5f; in Render()
241 float lp_state_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stages/
H A Doscillator.h84 lp_state_ = 1.0f; in Init()
170 lp_state_ += 0.25f * ((hp_state_ - this_sample) - lp_state_); in Render()
171 *out++ = 4.0f * lp_state_; in Render()
245 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
246 *out++ = lp_state_; in Render()
250 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
251 *out++ = lp_state_; in Render()
255 lp_state_ += integrator_coefficient * (this_sample - lp_state_); in Render()
256 *out++ = (this_sample - lp_state_) * 0.5f; in Render()
270 float lp_state_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/peaks/drums/
H A Dbass_drum.cc64 lp_state_ = 0; in Init()
81 lp_state_ += (resonator_output - lp_state_) * lp_coefficient_ >> 15; in ProcessSingleSample()
82 int32_t output = lp_state_; in ProcessSingleSample()
H A Dbass_drum.h94 int32_t lp_state_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/peaks/drums/
H A Dbass_drum.cc63 lp_state_ = 0; in Init()
84 lp_state_ += (resonator_output - lp_state_) * lp_coefficient_ >> 15; in Process()
85 int32_t output = lp_state_; in Process()
H A Dbass_drum.h94 int32_t lp_state_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/marbles/random/
H A Dlag_processor.cc43 lp_state_ = 0.0f; in Init()
70 ONE_POLE(lp_state_, value, frequency); in Process()
85 return Crossfade(lp_state_, interp, interp_amount); in Process()
H A Dlag_processor.h53 float lp_state_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/warps/dsp/
H A Doscillator.cc49 lp_state_ = 0.0f; in Init()
108 float lp_state = lp_state_; in RenderPolyblep()
167 lp_state_ = lp_state; in RenderPolyblep()
H A Doscillator.h92 float lp_state_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/warps/dsp/
H A Doscillator.cc49 lp_state_ = 0.0f; in Init()
108 float lp_state = lp_state_; in RenderPolyblep()
167 lp_state_ = lp_state; in RenderPolyblep()
H A Doscillator.h92 float lp_state_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/braids/
H A Dmacro_oscillator.h55 lp_state_ = 0; in Init()
103 int32_t lp_state_; variable
H A Dmacro_oscillator.cc106 int32_t lp_state = lp_state_; in RenderMorph()
126 lp_state_ = lp_state; in RenderMorph()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/braids/
H A Dmacro_oscillator.h55 lp_state_ = 0; in Init()
104 int32_t lp_state_; variable
H A Dmacro_oscillator.cc106 int32_t lp_state = lp_state_; in RenderMorph()
126 lp_state_ = lp_state; in RenderMorph()