https://github.com/opcode81/tr5-plugin-disabler
A GUI utility for disabling/enabling IK Multimedia T-RackS 5 (TR5) VST3 audio plugins
https://github.com/opcode81/tr5-plugin-disabler
Last synced: 11 months ago
JSON representation
A GUI utility for disabling/enabling IK Multimedia T-RackS 5 (TR5) VST3 audio plugins
- Host: GitHub
- URL: https://github.com/opcode81/tr5-plugin-disabler
- Owner: opcode81
- License: mit
- Created: 2021-06-28T23:48:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T22:45:37.000Z (over 2 years ago)
- Last Synced: 2025-03-27T05:24:49.895Z (about 1 year ago)
- Language: Python
- Size: 64.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tr5-plugin-disabler
A GUI tool for disabling/enabling IK Multimedia T-RackS 5 (TR5) VST3 audio plugins
The T-RackS 5 installer is notorious for installing all the plugins that IK offers, even if you own but a handful of them, cluttering your DAW's plugin list.
This tool will help you to enable only the plugins you own and intend to use.
The tool even remembers the plugins you selected across sessions, such that after you reinstall T-Racks 5 or install a new version, you can simply fire up the tool and restore your previous state with a single click.
## Requirements
This script works for VST3 plugins under Windows (with your plugins installed under `%COMMONPROGRAMFILES%\VST3`).
If you do not have Python 3, [download the portable application for Windows](https://github.com/opcode81/tr5-plugin-disabler/releases/download/v1.0.2/tr5_plugin_disabler_v1.0.2_portable_win.zip).
## Usage
* Close any applications using the plugins, e.g. your DAW.
* Start the application.
* Use the checkboxes to enable only the plugins you own/want to use.
* Click apply.
Disabled plugins will simply have the extension ".disabled" added to their filename. All changes are fully reversible.