Skip to content

Commit

Permalink
Hue (#112)
Browse files Browse the repository at this point in the history
* data

* readme
  • Loading branch information
satelllte authored Nov 20, 2023
1 parent b35bc53 commit 033d3ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Audio Plugins
| [Helm](https://github.com/mtytel/helm) | Polyphonic synth with lots of modulation | Instrument | JUCE |
| [hexter](https://github.com/smbolton/hexter) | Yamaha DX7 modeling FM synth for DSSI | Instrument | DPF |
| [HiLoFilter](https://github.com/teragonaudio/HiLoFilter) | Simple hipass/lopass filter controlled with a single knob | Effect | JUCE |
| [Hue](https://github.com/bljustice/hue) | Mixes various noise types into the audio signal | Effect | Rust VST |
| [jc303](https://github.com/midilab/jc303) | A Free Roland TB-303 Plugin for Windows, MacOS and Linux: VST2, VST3, LV2 and AU. A JUCE port of Open303 engine | Instrument | JUCE |
| [JuceOPLVSTi](https://github.com/bsutherland/JuceOPLVSTi) | FM synth based on Yamaha OPL2/3 emulation from DOSBox | Instrument | JUCE |
| [Juno 6](https://sourceforge.net/projects/juno6/) | Roland Juno 6/60 Synthesizer | Instrument | N/A |
Expand Down
7 changes: 7 additions & 0 deletions data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,13 @@
"type": "Effect",
"frameworks": ["JUCE"]
},
{
"name": "Hue",
"url": "https://github.com/bljustice/hue",
"description": "Mixes various noise types into the audio signal",
"type": "Effect",
"frameworks": ["Rust VST"]
},
{
"name": "jc303",
"url": "https://github.com/midilab/jc303",
Expand Down

0 comments on commit 033d3ec

Please sign in to comment.