Andrew Belt
|
ae8c64e254
|
Use configButton() for buttons.
|
5 years ago |
Andrew Belt
|
4cedca9edf
|
Remove LEDLightSliderFixed because LEDLightSlider now works in Rack.
|
5 years ago |
Andrew Belt
|
351746b05e
|
8vert: Set unit of gain param depending on whether the voltage is fixed.
|
5 years ago |
Andrew Belt
|
88133c75ce
|
Use Rack's new configSwitch() method.
|
5 years ago |
Andrew Belt
|
bfed46040f
|
Use SwitchQuantity for switches.
|
5 years ago |
Andrew Belt
|
02558776ed
|
Mixer: When polyphonic and monophonic inputs are combined, copy all mono signals to all mix output poly channels.
|
5 years ago |
Andrew Belt
|
1efb858d3e
|
Repanel SEQ3.
|
5 years ago |
Andrew Belt
|
d7f3c12d81
|
Use createPanel()
|
5 years ago |
Andrew Belt
|
b6fc4df015
|
Set default FM to 100%.
|
5 years ago |
Andrew Belt
|
2fa431bfcf
|
Add bypass routing to VCF.
|
5 years ago |
Andrew Belt
|
5f84a8c1ba
|
Add param labels to Scope buttons.
|
5 years ago |
Andrew Belt
|
b824e0d690
|
Add input/output port labels.
|
5 years ago |
Andrew Belt
|
3af8fe5fc7
|
Add configInput/Output for some modules.
|
5 years ago |
Andrew Belt
|
cf9458c3ea
|
Update to Rack v2 API: Use ParamWidget::getParamQuantity() instead of ParamWidget::paramQuantity.
|
5 years ago |
Andrew Belt
|
eb41dd7cdf
|
Add Pulses.
|
5 years ago |
Andrew Belt
|
8d7aed6517
|
Move IIRFilter to Rack DSP API.
|
5 years ago |
Andrew Belt
|
c4194cd8a1
|
Fix missing LEDSliderHandle.svg.
|
5 years ago |
Andrew Belt
|
1e4aed960e
|
Finalize Random.
|
5 years ago |
Andrew Belt
|
1d2fff85b9
|
Finish Random and repanel.
|
5 years ago |
Andrew Belt
|
9630825950
|
Finish Noise. Finish Random except TRIG input.
|
5 years ago |
Andrew Belt
|
7a4d7dac43
|
Apply astyle code formatting.
|
5 years ago |
Andrew Belt
|
7cea14f57b
|
Use LEDLightSlider in VCMixer.
|
5 years ago |
Andrew Belt
|
3ad450c1e5
|
Fix polyphony issues in SequentialSwitch.
|
5 years ago |
Andrew Belt
|
e8ff7c2049
|
Make VCA-1 display polyphonic CV.
|
5 years ago |
Andrew Belt
|
663b2c9dac
|
Revert "Remove polyphony from Mixer."
This reverts commit 05e1a19b5c .
|
5 years ago |
Andrew Belt
|
05e1a19b5c
|
Remove polyphony from Mixer.
|
5 years ago |
Andrew Belt
|
93cd07de61
|
Replace pow(2, x) with dsp::approxExp2_taylor5.
|
5 years ago |
Andrew Belt
|
db0c7a63e5
|
Fix VCO hard sync sign error.
|
5 years ago |
Andrew Belt
|
98c392c6d1
|
Add randomization to Quantizer.
|
5 years ago |
Andrew Belt
|
0d9700bd84
|
Add Quantizer.
|
5 years ago |
Andrew Belt
|
350067dc7a
|
Replace Octave with Octave-CV.
|
5 years ago |
Andrew Belt
|
5e8ca0d700
|
Fix levels of M/S decoder.
|
5 years ago |
Andrew Belt
|
202c488727
|
Add Mid/Side.
|
5 years ago |
Andrew Belt
|
bc2ae6e962
|
Fix phase of analog triangle wave in VCO.
|
5 years ago |
Andrew Belt
|
22209d1816
|
Use minimum of 1 channel for VCAs.
|
5 years ago |
Andrew Belt
|
770e045d2a
|
Clamp Pulse Width of LFO/VCO to 1-99%.
|
6 years ago |
Andrew Belt
|
c6ef096e16
|
Fix VCO-1/2 sync being triggered with a negative slope. Bump version to 1.0.1.
|
6 years ago |
Andrew Belt
|
01fe49d256
|
Scope: Detect triggers on all poly channels.
|
6 years ago |
Andrew Belt
|
240643a219
|
Reimplement VCO as a minBLEP oscillator.
|
6 years ago |
Andrew Belt
|
1b1e855172
|
VCO WIP
|
6 years ago |
Andrew Belt
|
270a85790b
|
Make right-click reset Octave parameter.
|
6 years ago |
Andrew Belt
|
abb87f0ec4
|
Rewrote VCO engine with SIMD. Added polyphony. Going for correctness first, not performance.
|
6 years ago |
Andrew Belt
|
40fb17b56e
|
Fix click filter in SequentialSwitch-2.
|
6 years ago |
Andrew Belt
|
d3e1204763
|
Move VCO saw/tri wavetables from in-source to binaries compiled into the plugin.
|
6 years ago |
Andrew Belt
|
b28ebf4029
|
Octave: Fix output when no cable is patched.
|
6 years ago |
Andrew Belt
|
0c433b4124
|
Add parameter labels and scaling.
|
6 years ago |
Andrew Belt
|
04dc4d1330
|
Make ADSR polyphonic with SIMD. Increase ADSR attack target level to make the snappiness of the attack closer to average analog modules. Scope trigger refactoring.
|
6 years ago |
Andrew Belt
|
22ab314da3
|
Clean up Delay.
|
6 years ago |
Andrew Belt
|
7f072551ef
|
Tweak VCO parameter labels.
|
6 years ago |
Andrew Belt
|
495bef3464
|
Clean up various modules with polyphony and SIMD.
|
6 years ago |