Skip to content

Releases: thomassidor/tinytricks

Update to v2

07 Nov 09:25
21220ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v2.5.0

Polyphony and Random Wrangler module

03 Dec 11:20
d4548d8
Compare
Choose a tag to compare
  • 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

23 Nov 16:53
836e20c
Compare
Choose a tag to compare
  • 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

21 Nov 12:03
8d2c8e1
Compare
Choose a tag to compare
  • 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

04 Nov 11:55
f560adb
Compare
Choose a tag to compare
  • Added: Wavetable Oscillator (WAVE)

New simplex oscillator

28 Oct 12:55
331b3d3
Compare
Choose a tag to compare
  • 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

23 Oct 16:58
Compare
Choose a tag to compare

Fixed: Random Mix x8 (RX8) not working in trigger mode.

Simplex Noise based modules

23 Oct 09:32
a25c3db
Compare
Choose a tag to compare
  • 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

20 Oct 08:42
30f4d12
Compare
Choose a tag to compare

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

15 Oct 12:09
d964551
Compare
Choose a tag to compare
  • 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 )