Ewan
adcc920324
PonyVCO (v2.3.0) ( #38 )
* Added Pony VCO
* Improve Oversampling filter code
* remove DC from EvenVCO pulse
* Fix #37 DC on saw based waves
* update README with hardware differences
* Fix CPU spike with StereoStrip, fixes #39
2 years ago
Andrew Belt
dcd9a59ea7
Merge pull request #35 from hemmer/v2
Stereo Strip (v2.2.0)
3 years ago
hemmer
793765a073
Updated changelog
3 years ago
hemmer
15f183e7f7
Add StereoStrip
* addressing feedback from Andrew
* add optional saturation to outputs
* added linear clipped panning law
3 years ago
hemmer
7e0b020000
Remove github builds
3 years ago
hemmer
6bdf0f62d9
Grit quantity knob behaviour updated to match production hardware version fixes #34
* added manual links for Mex/Noise Plethora
3 years ago
hemmer
7f84cc47d9
Re-instate local builds
3 years ago
Ewan
0cff3b0281
Noise Plethora (v2.1.0) ( #31 )
* Noise Plethora
* Initial release
* Chopping Kinky
* Upgraded to use improved DC blocker
* Spring Reverb
* Added bypass
* Kickall
* Allow trigger input and button to work independently
* EvenVCO
* Fix to remove pop when number of polyphony engines changes (Fixes #33 )
* Muxlicer
* Chaining using reset now works correctly (Fixes #32 )
3 years ago
Andrew Belt
ec406ce181
Merge branch 'v2' of github.com:VCVRack/Befaco into v2
3 years ago
Andrew Belt
1961dd8328
Update authorEmail.
3 years ago
hemmer
9a2a2a8f82
Muxlicer: fix tap tempo
plugin.json - remove unsupported tag
3 years ago
Andrew Belt
3f38f88552
Change Muxlicer from header to source file.
3 years ago
Andrew Belt
69417b35f2
Use smooth brightness of light in SamplingModulator.
3 years ago
Andrew Belt
396952c92b
Fix BananutBlack alias.
3 years ago
Andrew Belt
d3166352ec
Move components and panels to their own res/ subdir. Add component license to LICENSE.md.
3 years ago
Andrew Belt
b2ebed7d11
Add more component redesigned from Pyer.
3 years ago
Andrew Belt
1076329fd1
Add and implement BefacoTinyKnob and Knurlie component redesigns from Pyer.
3 years ago
Andrew Belt
98c7e62cfe
Replace BefacoBigSnapKnob with BefacoBigKnob, set snapEnabled of ParamQuantity.
3 years ago
Andrew Belt
b284086cb5
Add .gitignore.
3 years ago
hemmer
6c361734d7
Changes to remain compatible with Rack2 SDK 219bbaf1
3 years ago
hemmer
17d51926bb
More porting to Rack V2
* fixed bug with Muxlicer outputClockFollowsPlayMode
3 years ago
hemmer
4ee3422c38
Merge remote-tracking branch 'origin/v2' into v2
# Conflicts:
# plugin.json
3 years ago
hemmer
2140d5ecc3
Preliminary changes to build for Rack 2
3 years ago
Ewan
0d92e822a2
Merge pull request #23 from hemmer/v1
Release updated modules: Muxlicer, Mex, ADSR, Sampling Modulator, STMix (v1.2.0)
3 years ago
hemmer
90be52bbf3
Reverted DC removal changes to EvenVCO
(more consistent with hardware / backwards compatible)
3 years ago
hemmer
5f5448b900
Use proper simd function for Morphader
3 years ago
hemmer
9f6ce79c2a
Addressing review comments
3 years ago
Andrew Belt
6d90388dc7
Fix SpringReverb LEVEL2_PARAM label.
3 years ago
hemmer
39aa3d9cd3
Removed .yml ahead of pull request to upstream
Removed unused Button/Knob
3 years ago
hemmer
0dcf53d4b0
ADSR: Custom ParamQuantity for Trig/Gate
Chopping Kinky: use getVoltageSum() as module is mono
EvenVCO: make "remove DC" an option (default false for backwards compatability)
Morphader: clarify ExponentialSlew issues
SamplingModulator: save DC removal setting with patch
3 years ago
hemmer
a342b799db
EvenVCO: remove DC offset from pulse out
Sampling Modulator: avoid processing if outputs/inputs not connected
Misc: updated docs
3 years ago
hemmer
81e2dbba6e
Muxlicer: All In can actually also act as All Out on hardware, so implement that here
* fix sequence reset logic
* COM/IO works even if sequence is stopped (uses active step)
* tweak knob colours
3 years ago
hemmer
be48d97700
Mex: update to allow multiple Mex's
* simpler method adopted (pointer vs producerMessage etc)
* better tooltips
Muxlicer:
* address in can only adjust step on clock ticks
3 years ago
hemmer
7c9fcae02b
Muxlicer improvements
* improving input/output clock div/mult to respect quadratic mode
* fix knob colour
* better tooltips for gate mode
* output clock option to follow play/stop
3 years ago
hemmer
5934de0200
STMix: update knob colour
* changed polyphony logic (we don't want to "broadcast" monophonic
channels in the mixer, as downstream these will be summed via
getVoltageSum, see e.g. VCMixer in Fundamental)
3 years ago
hemmer
2fa45f0392
Muxlicer: made clock options static variable (rather than function which was daft)
3 years ago
hemmer
17b9fbd589
Muxlicer: tap tempo now in context menu
* removed alt-drag (won't be Rack 2 compatible)
* cleaned up clock div
* made COM_8_IN_1_OUT default
* added reset grace period
3 years ago
hemmer
c47e8eb6e0
STMix: apply exponential mapping to the gain
3 years ago
hemmer
0da2c26254
Mex: gate in acts as a SchmittTrigger
Muxlicer: removed leftover debug message
3 years ago
hemmer
96e747696a
Muxlicer: adding polyphony, plus some cleanup
3 years ago
hemmer
1b837cfb78
Added Muxlicer / Mex expander
3 years ago
hemmer
ddd9ad94a4
Make STMix polyphonic
* remove clipping from Morphader (according to voltage saturation part of voltage standard)
3 years ago
hemmer
10608586ac
Added STMix (mono only so far)
* ADSR: added missing .svg, and removed unused variable
3 years ago
hemmer
b4c82a401f
Added first pass at VC ADSR
3 years ago
hemmer
34933da038
Tuning of Morphader
* more efficient crossfade function
* correcting crossfade CV logic
* added "differences from hardware section"
3 years ago
hemmer
c1cacbdd74
Added first pass at Morphader
3 years ago
hemmer
696bbc2c6f
Updating Sampling Modulator after having access to hardware
* sync just moves to next step, doesn't reset
* added (optional) DC removal
* implemented hold input
removed force_link_glibc_2.23.h (comes with sdk)
3 years ago
hemmer
5c64be9523
Re-instate github actions
3 years ago
hemmer
98e2fddef0
Added Sampling Modulator prototype
3 years ago
hemmer
308823d0d2
Bump version number in order to release bugfix
* added changelog
3 years ago