Hi all, trying to plan the UI / UX for my plugin based on what’s possible in JUCE. so asking here about what’s possible.
my plugin will take an audio file (.wav or .mp3) as input, process it, and let the user put it back into their DAW. I’d love if these interactions could all happen over “drag and drop”, but if only some subset can, I’ll need to figure out other widgets (file selector, etc).
which of these are easily doable for a VST built with JUCE?
- drag audio file from DAW → VST
- drag audio file from OS file explorer → VST
- drag a processed audio file from VST → DAW
- drag a processed audio from from VST → OS file explorer
Ideally (1) and (3) are possible, as that’s the least friction for my users.
(Targeting primarily Ableton, but would like it to work on FL, Logic, ProTools as well.)
Bonus points for any example plugin github repos or tutorials I can look in for the respective routes above that are possible <3
Thanks so much!!