Releases: thomassidor/tinytricks
Releases · thomassidor/tinytricks
Update to v2
What's Changed
- v2 upgrade by @sumpygump in #21
New Contributors
- @sumpygump made their first contribution in #21
Full Changelog: v1.5.0...v2.5.0
Polyphony and Random Wrangler module
- Added: Random Wrangler (RW)
- Added: Polyphony to simple oscillators (SIN, SAW, SQR, TRI), plus oscillators (SIN+, SAW+, SQR+, TRI+), Simplex Oscillator (SN-OSC), Wavetable Oscillator (WAVE), TT-A and TT-L. Huge thanks to @baconpaul for contributing with this!
- Behind the scenes: Refactored WAVE for performance improvements.
- Behind the scenes: Improved screenshot generation
Community update #2
- Added: Dark ports for dark themes.
- Added: Option to force light ports on dark themes.
- Added: Placeholder waveforms added to WAVE and SN-OSC for when displayed in module browser.
- Added: Help text to WAVE when no wavetable loaded or captured.
- Changed: License from MIT to GPLv3
- Fixed: Readjusted scope height in Simplex Oscillator.
- Behind the scenes: Added automatic screenshot generation.
Community update
- The changes in this release is based on community feedback. A huge thanks to all who pitched in!
- Added: Dark themes. Right click module to access them.
- Changed: Some design details in a bunch of modules.
- Changed: Simplex Oscillator (SN-OSC) now has a trigger input for the waveform mirroring.
- Changed: Wavetable Oscillator (WAVE) now has a trigger input for the waveform mirroring plus capturing (this is quite resource intensive).
- Changed: Added option to turn off scope in Wavetable Oscillator. Useful for improving the UI performance until scope code is improved.
- Changed: Very slight cosmetic request (#12).
- Fixed: Modulation Generators (MG1, MG8, MG16) now keeps values within 0-10 when set to UNI.
Wavetable oscillator
- Added: Wavetable Oscillator (WAVE)
New simplex oscillator
- Added: Simplex Oscillator (SN-OSC)
- Fixed: Sync out of simple and plus oscillators only giving 1v
- Fixed: Simplex Noise LFOs stop working after some time
- Fixed: Random Mix stop working after some time
- Changed: Random Mute CV as mod instead of override of mute knob
- Changed: Rebased all oscillators to C4 instead of A4 (#9)
Bugfix: RX8 not working in trigger mode
Fixed: Random Mix x8 (RX8) not working in trigger mode.
Simplex Noise based modules
- Added: Random Mix x8 (RX8)
- Added: Simplex Noise (SN1)
- Added: Simplex Noise x8 (SN8)
- Fixed: Tint Trick Logic output to low max 1V (#6)
Bug fixes
Version 1.1.1
Fixed: RM8Base.svg missing or not needed ? (#4)
Fixed: Oscillators not oscillating until you change frequency
Fixed: Author name formatting in plugin.json
Fixed: Proper saving and restoring of hardsync states in oscillator modules
Fixed: Naming of modules to not include Tiny Tricks
Changed: Name from Tiny Trick Modules to Tiny Tricks
New oscillators
- Added: Simple Sine Oscillator (TT-SINE)
- Added: Simple Sawtooth Oscillator (TT-SAW)
- Added: Simple Square Oscillator (TT-SQR)
- Added: Simple Triangle Oscillator (TT-TRI)
- Added: Sine+ Oscillator (TT-SINE+)
- Added: Sawtooth+ Oscillator (TT-SAW+)
- Added: Square+ Oscillator (TT-SQR+)
- Added: Triangle+ Oscillator (TT-TRI+)
- Fixed: Small issues in plugin.json (#1 #2 )