https://github.com/chrisjmendez/elementary-audio-boilerplate
How to build a simple Audio Unit or VST3 plug-in in 30 mins
https://github.com/chrisjmendez/elementary-audio-boilerplate
audio audiounit-plugins elemntary-audio javascript nodejs vst-plugin vst3
Last synced: 5 months ago
JSON representation
How to build a simple Audio Unit or VST3 plug-in in 30 mins
- Host: GitHub
- URL: https://github.com/chrisjmendez/elementary-audio-boilerplate
- Owner: chrisjmendez
- License: apache-2.0
- Created: 2023-03-28T18:33:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T02:43:42.000Z (about 2 years ago)
- Last Synced: 2024-11-26T00:31:22.577Z (7 months ago)
- Topics: audio, audiounit-plugins, elemntary-audio, javascript, nodejs, vst-plugin, vst3
- Language: C++
- Homepage: https://www.chrisjmendez.com/2023/03/29/build-vst-or-audio-unit-plugin-using-javascript-basic/?ref=github.com/chrisjmendez
- Size: 35.5 MB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build VST or Audio Unit plug-in using Javascript (Basic)
If you are a web developer who has ever wanted to create an audio plug-in for Logic, Reason, Ableton, Cubase, etc, this is the easiest path to success.
## Getting Started
[Setup Guide](https://www.chrisjmendez.com/2023/03/29/build-vst-or-audio-unit-plugin-using-javascript-basic/)
## Resources
* [Elementary.Audio](https://www.elementary.audio/)