You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+38-13Lines changed: 38 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-

1
+

2
2
3
3
# Tiny Tricks VCV Rack modules
4
4
@@ -14,12 +14,13 @@ All the best, Thomas René Sidor
14
14
*[Sample and Hold x16 (SH16)](/docs/sh16.md)
15
15
*[Attenuator x8 (A8)](/docs/a8.md)
16
16
17
-
### Modulation sources/LFOs:
18
-
* Modulation Generator (MG1)
19
-
* Modulation Generator x8 (MG8)
20
-
* Modulation Generator x16 (MG16)
17
+
### Modulation sources, random generators, LFOs:
18
+
*[Modulation Generator (MG1)](/docs/mg.md)
19
+
*[Modulation Generator x8 (MG8)](/docs/mg.md)
20
+
*[Modulation Generator x16 (MG16)](/docs/mg.md)
21
21
*[Simplex Noise (SN1)](/docs/sn.md)
22
22
*[Simplex Noise x8 (SN8)](/docs/sn.md)
23
+
*[Random Wrangler (RW)](/docs/rw.md)
23
24
24
25
### Mixing and muting:
25
26
*[Random Mute x8 (RM8)](/docs/rm8.md)
@@ -40,9 +41,14 @@ All the best, Thomas René Sidor
40
41
* Simplex Oscillator (SN-OSC)
41
42
*[Wavetable Oscillator (WAVE)](/docs/wave.md)
42
43
44
+
## Authors
45
+
@thomassidor - Project owner.
43
46
44
-
### Color themes
45
-
Several [color themes](#color-themes) are included for each module:
47
+
@baconpaul - Added polyphony to oscillator, logic and arithmetic modules.
48
+
49
+
50
+
## Color themes
51
+
Several color themes are included for each module:
46
52
47
53
* Light (Default)
48
54
* River Bed
@@ -54,15 +60,34 @@ Several [color themes](#color-themes) are included for each module:
54
60
55
61
For all themes you can force the input ports to use a light theme, if you prefer the increased contrast. The option is available via right clicking the modules.
56
62
57
-

0 commit comments