Skip to content

Commit

Permalink
Audible Planets (#124)
Browse files Browse the repository at this point in the history
* data

* generate
  • Loading branch information
satelllte authored Mar 25, 2024
1 parent c5d661b commit df6f56d
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 @@ -48,6 +48,7 @@ Audio Plugins
| [amsynth](https://github.com/amsynth/amsynth) | Analog-modelling (virtual analog) synthesizer | Instrument | GTK |
| [andes](https://github.com/artfwo/andes) | Sound synthesiser plugin based on Perlin noise | Instrument | JUCE |
| [Argotlunar](https://github.com/mourednik/argotlunar) | Real-time delay-line granulator | Effect | JUCE |
| [Audible Planets](https://github.com/gregrecco67/AudiblePlanets) | An expressive, quasi-Ptolemaic semi-modular synthesizer | Instrument | JUCE |
| [Audio Effects](https://github.com/juandagilc/Audio-Effects) | Plugins implemented from the explanations in the book “Audio Effects: Theory, Implementation and Application” | Effect | JUCE |
| [Bespoke](https://github.com/awwbees/BespokeSynth) | Node-based modular synth with live coding | Instrument | JUCE |
| [BinAural VST](https://github.com/twoz/binaural-vst) | Mono-to-stereo plugin that positions sound in a 3D space using Head-Related Transfer Functions | Effect | JUCE |
Expand Down
7 changes: 7 additions & 0 deletions data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"type": "Effect",
"frameworks": ["JUCE"]
},
{
"name": "Audible Planets",
"url": "https://github.com/gregrecco67/AudiblePlanets",
"description": "An expressive, quasi-Ptolemaic semi-modular synthesizer",
"type": "Instrument",
"frameworks": ["JUCE"]
},
{
"name": "Audio Effects",
"url": "https://github.com/juandagilc/Audio-Effects",
Expand Down

0 comments on commit df6f56d

Please sign in to comment.