Skip to content

Commit

Permalink
Development of simplex oscillator plus bugfixes (#10)
Browse files Browse the repository at this point in the history
* 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
thomassidor authored Oct 28, 2019
1 parent cbdd3a1 commit 331b3d3
Show file tree
Hide file tree
Showing 39 changed files with 4,998 additions and 4,155 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Currently the following are included (v1.1.0):
* Random Mix x8 (RX8)
* Simplex Noise (SN1)
* Simplex Noise x8 (SN8)
* Simplex Oscillator (SN-OSC)

Potential upcoming modules:
* Random Stereo Mix x8 (RX8s)
* Simplex Oscillator (SN-OSC)
* Simplex Wavetable Oscillator (SN-WAVE)
* Configurable Sample and Hold x8 (SH8c)
* Have an idea for a module? Create an issue and suggest it - I might do it.
Expand All @@ -43,8 +43,16 @@ Thomas René Sidor


## Changelog
Version 1.3.0
* 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)

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

Version 1.2.0
* Added: Random Mix x8 (RX8)
Expand Down
6,598 changes: 3,690 additions & 2,908 deletions Rack Panels.ai

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "mail@thomassidor.com",
Expand Down Expand Up @@ -191,6 +191,14 @@
"low-frequency oscillator",
"random"
]
},
{
"slug": "SNOSC",
"name": "Simplex Oscillator",
"description": "A oscillator based on a simplex noise source.",
"tags": [
"oscillator"
]
}
]
}
26 changes: 26 additions & 0 deletions res/panels/Blank.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 48 additions & 50 deletions res/panels/LFO8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 41 additions & 43 deletions res/panels/SN1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 331b3d3

Please sign in to comment.