I want to create a plugin for DAWs such as Adobe Audition or Pro Tools, etc. that would do something like this:
- Download a text file (just into the memory would be enough)
- Apply the commands in this file (mostly cut and potentially cross-fade operations) to a project file in a non-destructive manner as if the user just would have done it manually
- Allow the user of the DAW the possibility to keep or remove the individual cuts
Now, I know there are VST, VST3, Audio Unit, etc. But additionally some tools might have their own plugin or add-on functionality. But since this is more a "tool" than an instrument (VSTi) or effect (VSTfx), I'm not sure if these systems are the right way to go.
What would be the recommended way of going about developing such a plugin?