This website works better with JavaScript.
Commit Graph
d7133e1
Limit VCA-1 CV to 0V at bottom by
Andrew Belt
2018-08-14 03:24:11 -0400
ad9f89f
VCA-1 tweaks by
Andrew Belt
2018-07-13 18:11:25 -0400
baa041b
Use new ode API by
Andrew Belt
2018-07-10 19:14:48 -0400
3e00e52
(better-vcf)
Add Leonardo Laguna Ruiz's implicit nonlinear ODE for highpass filter (lowpass is disabled) by
Andrew Belt
2018-07-09 12:04:16 -0400
9851bb0
Add comment to VCF HP formula by
Andrew Belt
2018-07-09 10:57:04 -0400
5d65981
Use new resampler.hpp header by
Andrew Belt
2018-07-09 10:53:46 -0400
4e82dc0
Merge branch 'patch-1' into v0.6 by
Andrew Belt
2018-07-09 10:53:25 -0400
8bad806
(refs/pull/48/head)
Rewrite LadderFilter by
Andrew Belt
2018-07-09 10:52:48 -0400
4d5e9de
Fix code style, keep 0df implementation, remove others by
Andrew Belt
2018-07-09 09:10:59 -0400
3716097
Updated Fundamental VCF by
Ivan COHEN
2018-07-09 10:17:36 +0200
a2a9fc4
Fix build, update parameter scaling by
Andrew Belt
2018-07-05 13:22:44 -0400
226880f
Optimized a little VCF algorithm by
Ivan COHEN
2018-07-05 14:36:36 +0200
7932e0c
Update indentation by
Ivan COHEN
2018-07-05 13:52:58 +0200
7443734
Replaced original VCF algorithm with Teemu Voipio's aka mystran's one by
Ivan COHEN
2018-07-05 13:48:57 +0200
903942e
Remove VCV logo from VCA-2 panel (not enough room) by
Andrew Belt
2018-07-05 07:02:24 -0400
c818d8e
(refs/pull/47/merge)
Merge 8ae3bd5249
into e15646b1af
by
Ivan COHEN
2018-07-05 09:34:53 +0000
8ae3bd5
(refs/pull/47/head)
Improved VCF HP output and added proposal for a BP output by
Ivan COHEN
2018-07-05 11:34:07 +0200
e15646b
Bump version by
Andrew Belt
2018-07-04 10:40:28 -0400
5f24597
Add VCA-1, redesign VCA to VCA-2 by
Andrew Belt
2018-07-04 10:34:23 -0400
6c401ac
Change default value of LFOs to 2 Hz, according to https://vcvrack.com/manual/VoltageStandards.html#pitch-and-frequencies , and expanded range to up to 2kHz. by
Andrew Belt
2018-07-01 11:29:43 -0400
7d1c39e
Update readme by
Andrew Belt
2018-06-18 19:41:58 -0400
7dd4143
Create dep directory in libsamplerate target by
Andrew Belt
2018-06-18 19:29:45 -0400
5b9345f
Fix enums in ADSR by
Andrew Belt
2018-05-28 21:18:44 -0400
544a82c
(refs/pull/39/merge)
Merge 2e3e63789f
into 45f6f7e85d
by
Jon Williams
2018-04-05 17:34:11 +0000
45f6f7e
Only compile libsamplerate/src by
Andrew Belt
2018-04-04 16:02:05 -0400
aaf7473
(tag: v0.6.0)
Create dep/ at root level of Makefile by
Andrew Belt
2018-03-25 12:43:22 -0400
0543c35
Create dep directory by
Andrew Belt
2018-03-25 12:01:32 -0400
8389060
Merge branch 'master' of github.com:VCVRack/Fundamental by
Andrew Belt
2018-03-25 09:38:29 -0400
c9142a8
Update Makefile dep by
Andrew Belt
2018-03-25 09:35:24 -0400
2e3e637
(refs/pull/39/head)
Fixes libsamplerate compilation on macOS #38 by
Jon Williams
2018-03-21 14:05:40 -0400
343b666
Create dep directory on Makefile launch by
Andrew Belt
2018-03-21 08:05:50 -0400
ae9cdde
Fix makefile order by
Andrew Belt
2018-03-21 07:28:26 -0400
79f5eb2
Update dep target by
Andrew Belt
2018-03-21 06:51:09 -0400
6375186
Update build system by
Andrew Belt
2018-03-21 04:48:37 -0400
2d39dc7
Remove libsamplerate submodule, fix Delay build on MacOS by
Andrew Belt
2018-03-21 04:19:33 -0400
093355d
Improve Delay algorithm by
Andrew Belt
2018-03-21 03:29:06 -0400
6081445
Remove commented line by
Andrew Belt
2018-03-21 01:11:01 -0400
23aba43
Use static libsamplerate as an object file by
Andrew Belt
2018-03-21 01:00:38 -0400
88d5cc0
Fix Delay, add libsamplerate to Fundamental build system by
Andrew Belt
2018-03-21 00:52:08 -0400
5d676bb
Update VCMixer by
Andrew Belt
2018-03-13 07:41:06 -0400
2c89deb
Fix knob sizes by
Andrew Belt
2018-03-13 02:01:55 -0400
0797781
Change VERSION to 0.6 by
Andrew Belt
2018-03-10 17:36:30 -0500
85e1b5c
Clarify license for panels by
Andrew Belt
2018-03-06 11:47:06 -0500
760f6ea
Use ext gate from SEQ-3 for gate output, remove gate options by
Andrew Belt
2018-02-26 01:01:38 -0500
83394c9
Use ModuleWidget::appendContextMenu() by
Andrew Belt
2018-02-24 11:39:18 -0500
5e7a2aa
Fix names of Models by
Andrew Belt
2018-02-15 15:17:30 -0500
a7afe8b
Update to Rack API by
Andrew Belt
2018-02-14 23:28:04 -0500
9dc101f
helper replacement by
Andrew Belt
2018-02-09 11:26:27 -0500
9a6f3d9
Update SchmittTrigger calls by
Andrew Belt
2018-02-09 05:58:56 -0500
feff87e
Use randomUniform() by
Andrew Belt
2018-02-07 13:20:09 -0500
eba641c
Add RACK_DIR to Makefile by
Andrew Belt
2018-02-07 11:12:37 -0500
7bb2c39
(refs/pull/34/merge)
Merge 95e5fe81d5
into b54abba858
by
Jon Williams
2018-02-05 18:17:58 +0000
95e5fe8
(refs/pull/34/head)
Scope colors follow the wire colors of the inputs. If the wires are the same color, RGB values are shuffled. by
Jon Williams
2018-02-05 13:10:05 -0500
e2adf87
Fix near() function in ADSR by
Andrew Belt
2018-02-04 00:23:38 -0800
4b122d2
Fix interpolateLinear call by
Andrew Belt
2018-02-03 12:23:47 -0500
1322679
Use float literals (with "f" suffix) instead of doubles, update to latest math.hpp API by
Andrew Belt
2018-02-03 11:03:35 -0500
3c5a897
Fix default note name in comment by
Andrew Belt
2018-01-17 21:05:46 -0500
0781ce4
Update version by
Andrew Belt
2018-01-15 07:44:06 -0500
ac851d7
Update README by
Andrew Belt
2017-12-31 09:30:12 -0500
89fcaf0
Update Makefile and API by
Andrew Belt
2017-12-24 18:06:58 -0500
9cd6afe
(refs/pull/20/merge)
Merge 4f1965680e
into b54abba858
by
KieranPringle
2017-12-22 12:13:36 +0000
4f19656
(refs/pull/20/head)
Add .gitignore by
Kieran Pringle
2017-12-22 12:11:23 +0000
b54abba
(tag: v0.5.1, v0.5)
Add Sequential Switch by
Andrew Belt
2017-12-18 15:33:50 -0500
c66b5de
Define version in Makefile by
Andrew Belt
2017-12-18 10:16:45 -0500
179a7c9
(tag: v0.5.0)
Merge branch 'master' of github.com:VCVRack/Fundamental by
Andrew Belt
2017-12-03 21:42:00 -0500
0aa5b16
Increase feedback limit to 100% by
Andrew Belt
2017-12-03 21:41:44 -0500
cf55369
Merge pull request #16 from mhetrick/master by
Andrew Belt
2017-11-29 11:54:46 -0500
f6ab6d3
(refs/pull/16/head)
Replace deprecated pushChild with addChild by
Michael Hetrick
2017-11-29 10:47:10 -0600
a74b4e6
Normalize input of Mutes to the input above it by
Andrew Belt
2017-11-27 10:28:41 -0500
66242d5
Update tags by
Andrew Belt
2017-11-26 01:16:06 -0500
46ade60
Make LFO-2 wave param default consistent with VCO-2 by
Andrew Belt
2017-11-26 01:15:03 -0500
b6a321a
Use VUMeter in Unity by
Andrew Belt
2017-11-19 05:08:15 -0500
d5ea75e
Add License notice in README by
Andrew Belt
2017-11-18 18:12:55 -0500
12059e4
Fix number of channels in JSON serialization of Mutes by
Andrew Belt
2017-11-14 14:44:05 -0500
081a309
Add website URL to plugin by
Andrew Belt
2017-11-13 00:04:36 -0500
efd4dc5
SEQ3 initialize triggers to be all on by
Andrew Belt
2017-11-12 21:10:21 -0500
9c84879
Add tags by
Andrew Belt
2017-11-11 02:28:28 -0500
7b8bb5f
Update createModel() by
Andrew Belt
2017-11-11 01:58:49 -0500
608ee7b
Realign lights, fix stage lights of ADSR by
Andrew Belt
2017-11-10 11:46:24 -0500
c9909de
Added Mutes and Unity by
Andrew Belt
2017-11-03 11:32:05 -0400
33ac90b
Use ADSR lights for stage and env level by
Andrew Belt
2017-11-03 05:52:29 -0400
966f543
Update to new event framework, use smooth lights by
Andrew Belt
2017-11-01 08:34:18 -0400
3156a33
Switch ADSR panel to px by
Andrew Belt
2017-10-29 20:17:30 -0400
48ea636
Switch mm to px in Fundamental SVG panels by
Andrew Belt
2017-10-29 06:37:06 -0400
ab50308
Rescale SEQ3 row lights by
Andrew Belt
2017-10-27 12:58:21 -0400
908aa40
Fixed problems in 454a59f738
by
Andrew Belt
2017-10-27 12:44:50 -0400
59b243d
Change SEQ3 CV from 6V to 10V maximum by
Andrew Belt
2017-10-27 10:59:47 -0400
670e241
Merge branch 'mdemanett-update_lights' by
Andrew Belt
2017-10-27 10:50:24 -0400
454a59f
(refs/pull/10/head)
Fix modules to do lights the new way, after Rack bc619644. by
Matt Demanett
2017-10-26 23:28:26 -0400
b411100
(refs/pull/5/merge)
Merge c98cca895f
into cc6c420e60
by
Juozas Masiulis
2017-10-27 00:51:40 +0000
cc6c420
Use non-integer positions for 8VERT by
Andrew Belt
2017-10-25 09:17:58 -0400
a79cc29
Switch from Davies1900hSmallBlackKnob to RoundSmallBlackKnob by
Andrew Belt
2017-10-25 09:17:36 -0400
1c278ae
Added 8VERT by
Andrew Belt
2017-10-24 02:00:42 -0400
8405e65
Update build system by
Andrew Belt
2017-10-23 06:23:30 -0400
db8f29d
(refs/pull/2/merge)
Merge ae514568e4
into 9923a77326
by
Be
2017-10-19 09:15:53 +0000
9923a77
Use override in LFO by
Andrew Belt
2017-10-19 04:21:08 -0400
f9db712
Rename reset to initialize by
Andrew Belt
2017-10-19 03:53:45 -0400
b79530a
Add override keyword everywhere, use engineGetSampleRate() by
Andrew Belt
2017-10-18 19:30:07 -0400
0e24bc4
Change Scope font to be more readable, change VCO light to phase (sine) by
Andrew Belt
2017-10-17 00:28:35 -0400
10306ac
VCO light changed to relative pitch CV, LFO light changed to sine of phase by
Andrew Belt
2017-10-16 23:30:06 -0400