Distortion plugin capable of creating magic ✨🐾
The latest builds of our plugin you can download from our Telegram channel: @resonaura
npm install
npx elem-copy-binaries
You can create a build using this command:
npm run build
The result will be saved to dist folder
Note: If you use Windows, then you can immediately install the resulting build using the command
npm run win-install(if the plugin has not been installed before) ornpm run win-update(if the plugin has already been installed before)
- Unpack the zip file of VST3 build
- Run
install.batif the plugin has not been installed before, orupdate.batif it has already been installed - To uninstall the plugin from the system, use this
uninstall.bat
Runs the VST3 in the development mode.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds complete VST-plugin to the dist folder.
Builds the plugin UI to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Makes VST3 using already builded UI from build to dist folder.
Makes ZIP from last build and saves it to dist folder
Publishes last build from dist to Telegram
Arguments:
--token - Telegram API token
--chatID - Telegram chat id
--type (can be default or channel) - Telegram type of chat (adds '-' to chatID when channel)
Note: you can also create your local
publish.config.jsonso that you don't have to write all the parameters manually every time
Example:
{
"token": "YOUR_TELEGRAM_TOKEN",
"chatID": "YOUR_CHAT_ID"
}
... And then only the npm run publish command without arguments will be enough to publish
The command to uninstall builded VST3 plugin on Windows
🛡️ Admin rights required
The command to update builded VST3 plugin on Windows
🛡️ Admin rights required
The command to build and install VST3 plugin on Windows
🛡️ Admin rights required
The command to build, install and publish VST3 plugin on Windows
🛡️ Admin rights required
The command to build and update VST3 plugin on Windows
🛡️ Admin rights required
The command to build, update and publish VST3 plugin on Windows
🛡️ Admin rights required
