rleathart
|
127434ec9a
|
Optimise VCO
We only need to do processing for wave types/outputs that are actually
connected.
|
4 years ago |
Andrew Belt
|
7a4d7dac43
|
Apply astyle code formatting.
|
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
|
bc2ae6e962
|
Fix phase of analog triangle wave in VCO.
|
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
|
240643a219
|
Reimplement VCO as a minBLEP oscillator.
|
6 years ago |
Andrew Belt
|
1b1e855172
|
VCO WIP
|
6 years ago |
Andrew Belt
|
abb87f0ec4
|
Rewrote VCO engine with SIMD. Added polyphony. Going for correctness first, not performance.
|
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
|
0c433b4124
|
Add parameter labels and scaling.
|
6 years ago |
Andrew Belt
|
7f072551ef
|
Tweak VCO parameter labels.
|
6 years ago |
Andrew Belt
|
116a0d2475
|
Update to Rack v1 API
|
6 years ago |
Andrew Belt
|
5162410064
|
Use Port::isConnected() instead of .active
|
6 years ago |
Andrew Belt
|
2db5b769ea
|
Rewrite Sequential Switch algorithm. Replace param/input/output.value with setters/getters.
|
6 years ago |
Andrew Belt
|
30ff5e990d
|
Update to Rack v1 API.
|
6 years ago |
Andrew Belt
|
c32f1cdef5
|
Add labels to params. Update Unity to Rack v1 API.
|
6 years ago |
Andrew Belt
|
77a184fb67
|
Merge VCV-Poly with Fundamental. Rename Fundamental.* to plugin.*. Reword README licenses.
|
6 years ago |
Andrew Belt
|
8be144f4b7
|
Update to Rack v1 API
|
6 years ago |
Andrew Belt
|
0a0cde9657
|
Rename plugin variable to avoid name collision
|
6 years ago |
Andrew Belt
|
fba42201f4
|
Update to Rack v1 API
|
6 years ago |
Andrew Belt
|
f8af3840f1
|
Update to Rack v1 API
|
6 years ago |
Andrew Belt
|
fed46f5403
|
Add more param labels and display mapping
|
6 years ago |
Andrew Belt
|
7804858d80
|
Update to Rack v1 API
|
6 years ago |
Andrew Belt
|
1a10253ae3
|
Update to Rack v1 API
|
6 years ago |
Andrew Belt
|
02e7ef6877
|
Fix Scope param range. Update to Rack v1 API.
|
6 years ago |
Andrew Belt
|
0c7a04aaf4
|
Update to Rack v1 API
|
6 years ago |
Andrew Belt
|
236bcf3636
|
Add names to VCO switches
|
6 years ago |
Andrew Belt
|
cf98244974
|
Update Rack v1 API
|
6 years ago |
Andrew Belt
|
1b45192ed7
|
Use FREQ_C4 constant
|
6 years ago |
Andrew Belt
|
8aa4a5d63e
|
Remove dsp/* headers
|
6 years ago |
Andrew Belt
|
cd5338e4ee
|
Update VCO to Rack v1 API
|
6 years ago |
Andrew Belt
|
16c137947c
|
Update to Rack v1 compatibility header
|
6 years ago |
Andrew Belt
|
62f6c71500
|
Create plugin.json manifest file
|
6 years ago |
Andrew Belt
|
5d65981ea7
|
Use new resampler.hpp header
|
7 years ago |
Andrew Belt
|
2c89deb637
|
Fix knob sizes
|
7 years ago |
Andrew Belt
|
5e7a2aa2ff
|
Fix names of Models
|
7 years ago |
Andrew Belt
|
a7afe8bc52
|
Update to Rack API
|
7 years ago |
Andrew Belt
|
9dc101f01d
|
helper replacement
|
7 years ago |
Andrew Belt
|
4b122d2bec
|
Fix interpolateLinear call
|
7 years ago |
Andrew Belt
|
13226797f1
|
Use float literals (with "f" suffix) instead of doubles, update to
latest math.hpp API
|
7 years ago |
Andrew Belt
|
3c5a89713a
|
Fix default note name in comment
|
7 years ago |
Andrew Belt
|
608ee7bc03
|
Realign lights, fix stage lights of ADSR
|
7 years ago |
Andrew Belt
|
908aa4083f
|
Fixed problems in 454a59f738
|
7 years ago |
Matt Demanett
|
454a59f738
|
Fix modules to do lights the new way, after Rack bc619644.
|
7 years ago |
Andrew Belt
|
b79530ae38
|
Add override keyword everywhere, use engineGetSampleRate()
|
7 years ago |
Andrew Belt
|
0e24bc4321
|
Change Scope font to be more readable, change VCO light to phase (sine)
|
7 years ago |
Andrew Belt
|
10306ace5f
|
VCO light changed to relative pitch CV, LFO light changed to sine of
phase
|
7 years ago |
Andrew Belt
|
cba5ad5c68
|
Add VCO-2
|
7 years ago |