-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added: Random Mix x8 (RX8) * Added: Simplex Noise (SN1) * Added: Simplex Noise x8 (SN8) * Fixed: Tint Trick Logic output to low max 1V (#6)
- Loading branch information
1 parent
30f4d12
commit a25c3db
Showing
17 changed files
with
4,216 additions
and
2,971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"slug": "TinyTricks", | ||
"name": "Tiny Tricks", | ||
"brand": "Tiny Tricks", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
"author": "Thomas René Sidor", | ||
"authorEmail": "[email protected]", | ||
|
@@ -163,6 +163,34 @@ | |
"tags": [ | ||
"oscillator" | ||
] | ||
}, | ||
{ | ||
"slug": "RX8", | ||
"name": "Random Mix x8", | ||
"description": "Randomly mix 8 channels.", | ||
"tags": [ | ||
"switch", | ||
"random", | ||
"utility" | ||
] | ||
}, | ||
{ | ||
"slug": "SN1", | ||
"name": "Simplex Noise LFO", | ||
"description": "Low-frequency oscillator based on simplex noise.", | ||
"tags": [ | ||
"low-frequency oscillator", | ||
"random" | ||
] | ||
}, | ||
{ | ||
"slug": "SN8", | ||
"name": "Simplex Noise LFO x8", | ||
"description": "8x Low-frequency oscillators based on simplex noise.", | ||
"tags": [ | ||
"low-frequency oscillator", | ||
"random" | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.