Skip to content

Tags: thomassidor/tinytricks

Tags

v2.5.3

Toggle v2.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Set version to 2.5.3 ready for release

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix a simplex on reload crash

Basically module could exist before scope and didn't have
an init check.

Closes #30
Closes #22
Closes #29
Closes #26

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Update to 2.5.1

To sweep the RW fix but also test permissions

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2 upgrade (#21)

* Update to work with v2 API

* Update config options to include new right-click menus for modules

 - Also clean up some inconsistencies with indentation using astyle

* Apply additional style autoformatting

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add polyphony and Random Wrangler module (#18)

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

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update wave.md

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.4.1 - Community update (#13)

* The changes in this release is based on [community feedback](https://community.vcvrack.com/t/tiny-tricks-request-for-feedback/6788). 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.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev wavetable (#11)

* Added: Wavetable Oscillator (WAVE)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Development of simplex oscillator plus bugfixes (#10)

* 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)

v1.2.1

Toggle v1.2.1's commit message
Fixed: Random Mix x8 (RX8) not working in trigger mode.