-
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.
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)
- Loading branch information
1 parent
cbdd3a1
commit 331b3d3
Showing
39 changed files
with
4,998 additions
and
4,155 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
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.2.1", | ||
"version": "1.3.0", | ||
"license": "MIT", | ||
"author": "Thomas René Sidor", | ||
"authorEmail": "[email protected]", | ||
|
@@ -191,6 +191,14 @@ | |
"low-frequency oscillator", | ||
"random" | ||
] | ||
}, | ||
{ | ||
"slug": "SNOSC", | ||
"name": "Simplex Oscillator", | ||
"description": "A oscillator based on a simplex noise source.", | ||
"tags": [ | ||
"oscillator" | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.