Commit 86d58dd
authored
Sapphire v2.6.005 (#934)
This version adds the following new features:
- Added a fader button to Echo to reduce the pitch-shifting
distortion after a clear or reset occurs.
- Empath now includes a button to create another Empath
filter chain in series with the current chain.
- Empath also has a new button in the CHAOS box to toggle
displaying colored rings around the attenuverters that
are using chaos. The rings change color with the chaotic
voltage, just like ports do with voltage: green is positive,
red is negative, zero is black.
- Sauce now has a notch filter output, along with the
existing lowpass, bandpass, and highpass filters.
- Sauce has another new feature: a CASCADE control that
allows you to chain 1..3 filters in series.
- The Chaops FREEZE control now has a tiny button between
the input port and the big FREEZE button that toggles
whether the input is interpreted as a gate or a trigger.
- Also in Chaops I added a new CRUISE control group to
help regulate how uniform the chaotic particle's speed is.
- Tube Unit now allows you to click on the VENT label to
toggle it to SEAL mode, and vice versa. Before this change,
you had to right-click and use a menu option to toggle VENT/SEAL.1 parent c0681a8 commit 86d58dd
1 file changed
Lines changed: 1 addition & 1 deletion
- CHANGELOG.md+17
- doc/Chaops.md+23-3
- doc/Echo.md+2-1
- doc/Empath.md+6
- doc/Sauce.md+21
- doc/TubeUnit.md+2-9
- doc/images/chaops.png
- doc/images/echo.png
- doc/images/elastika.png
- doc/images/env.png
- doc/images/frolic.png
- doc/images/galaxy.png
- doc/images/glee.png
- doc/images/gravy.png
- doc/images/hiss.png
- doc/images/lark.png
- doc/images/nucleus.png
- doc/images/pivot.png
- doc/images/polynucleus.png
- doc/images/pop.png
- doc/images/rotini.png
- doc/images/sauce.png
- doc/images/sauce_menu.png
- doc/images/splitAddMerge.png
- doc/images/tin.png
- doc/images/tout.png
- doc/images/tubeunit.png
- doc/images/zoo.png
- plugin.json+1-1
- presets/Zoo/Aizawa (Glee).vcvm+2-1
- presets/Zoo/Bouali.vcvm+2-1
- presets/Zoo/Chen-Lee.vcvm+2-1
- presets/Zoo/Dadras.vcvm+2-1
- presets/Zoo/Dequan Li (Lark).vcvm+2-1
- presets/Zoo/Four-Wing.vcvm+2-1
- presets/Zoo/Hadley.vcvm+2-1
- presets/Zoo/Halvorsen.vcvm+2-1
- presets/Zoo/Lorenz.vcvm+2-1
- presets/Zoo/Nose-Hoover.vcvm+2-1
- presets/Zoo/Qi-3D.vcvm+2-1
- presets/Zoo/Rossler.vcvm+2-1
- presets/Zoo/Rucklidge (Frolic).vcvm+2-1
- presets/Zoo/Sakarya.vcvm+2-1
- presets/Zoo/Sprott.vcvm+2-1
- presets/Zoo/Three-Scroll.vcvm+2-1
- res/chaops.svg+15-8
- res/sauce.svg+8-6
- res/tubeunit_seal_hilight.svg+4
- res/tubeunit_seal_normal.svg
- res/tubeunit_vent_hilight.svg+4
- res/tubeunit_vent_normal.svg
- src/chaops_vcv.cpp+73-14
- src/chaos.hpp+43-2
- src/echo_vcv.cpp+187-11
- src/elastika_vcv.cpp+7-7
- src/empath_vcv.cpp+297-25
- src/frolic_vcv.cpp+9-1
- src/galaxy_vcv.cpp+4-2
- src/glee_vcv.cpp+9-1
- src/lark_vcv.cpp+9-1
- src/nucleus_vcv.cpp+5-5
- src/polynucleus_vcv.cpp+5-5
- src/pop_vcv.cpp+5-3
- src/sapphire_attenuverter_context.hpp+5-3
- src/sapphire_chaos_module.hpp+12-10
- src/sapphire_engine.hpp+152-7
- src/sapphire_multitap.hpp+8
- src/sapphire_panel.cpp+17-7
- src/sapphire_tapeloop.hpp+2-2
- src/sapphire_vcv.cpp+71-5
- src/sapphire_vcvrack.hpp+85-51
- src/sapphire_widget.hpp+59-13
- src/sauce_engine.hpp+4-4
- src/sauce_vcv.cpp+54-14
- src/tin_vcv.cpp+3-3
- src/tout_vcv.cpp+2-2
- src/tubeunit_vcv.cpp+74-17
- util/codecheck+1-1
- util/make_sapphire_svg.py+88-43
- util/sapphire.py+1
0 commit comments