Skip to content

Commit

Permalink
NIH-plug (#109)
Browse files Browse the repository at this point in the history
* nih-plug

* Update README.md

---------

Co-authored-by: satelllte <[email protected]>
  • Loading branch information
satelllte and satelllte authored Oct 22, 2023
1 parent 1071e48 commit bac9cc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Software Development Libraries & APIs
| [jVSTwRapper](http://jvstwrapper.sourceforge.net/) | [SourceForge → jvstwrapper](https://sourceforge.net/projects/jvstwrapper) | Wrapper to write audio plugins in Java (VST 2.4, AU, LADSPA; Windows, Linux, macOS) |
| [libopenmpt](https://lib.openmpt.org/libopenmpt/) | [OpenMPT/openmpt](https://github.com/OpenMPT/openmpt) | Cross-platform C/C++ module-playback library based on OpenMPT |
| [libspatialaudio](https://videolabs.io) | [videolabs/libspatialaudio](https://github.com/videolabs/libspatialaudio) | Cross-platform C++ library for Ambisonic encoding and decoding, filtering and binaural rendering |
| NIH-plug | [robbert-vdh/nih-plug](https://github.com/robbert-vdh/nih-plug) | Rust VST3 and CLAP plugin framework and plugins |
| [PortAudio](http://www.portaudio.com/) | [Assembla → portaudio](https://app.assembla.com/spaces/portaudio/git/source) | Cross-platform audio I/O library |
| [r-audio](https://github.com/bbc/r-audio) | [bbc/r-audio](https://github.com/bbc/r-audio) | A library of React components for building Web Audio graphs. |
| [React-JUCE](https://docs.react-juce.dev/) | [JoshMarler/react-juce](https://github.com/JoshMarler/react-juce) | React-JUCE (formerly named Blueprint) is a hybrid JavaScript/C++ framework that enables a React.js frontend for a JUCE application or plugin. |
Expand Down
9 changes: 9 additions & 0 deletions data/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@
"repo": "libspatialaudio"
}
},
{
"name": "NIH-plug",
"description": "Rust VST3 and CLAP plugin framework and plugins",
"repository": {
"type": "GitHub",
"user": "robbert-vdh",
"repo": "nih-plug"
}
},
{
"name": "PortAudio",
"url": "http://www.portaudio.com/",
Expand Down

0 comments on commit bac9cc9

Please sign in to comment.