Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Q&A, Tips, Tricks and Howto

Reply
 
Thread Tools Display Modes
Old 07-21-2021, 03:41 PM   #1
ElDoRado1239
Human being with feelings
 
Join Date: Sep 2020
Posts: 3
Default Drag&Drop VST plugin from external application?

Hello!

Is it currently possible to drag and drop VST plugins from an external application (eg. file explorer) into Reaper with exactly the same result as dragging them from the internal plugin browser? Naive attempts yield "Could not import 1 of 1 items" error.

The plugin in question would be already scanned and registered within Reaper, doesn't need to import a new one. Although that would be great too.

If this cannot be done right now by dragging the actual DLL files, could it be done by pushing a list of names/ids/file paths via the drag and drop which would be handled by a script? Last resort would be sending such list via clipboard - but that lacks the drag and drop intuitiveness... I could code any middleman script myself, I just want to know if it's possible at all first before sinking hours into something futile.

You see, I would like to code my own plugin organizer. Not much point doing that if it cannot be used to actually insert plugins into Reaper though.

Feel free to be technical - for example, if you know anything about the drag and drop dataobject format Reaper would recognize as its own, that would work just fine.

Thanks for any pointers.
ElDoRado1239 is offline   Reply With Quote
Old 07-24-2021, 12:38 AM   #2
MusoBob
Human being with feelings
 
MusoBob's Avatar
 
Join Date: Sep 2014
Posts: 2,643
Default

You could do it all with a Lua GUI within Reaper, I made one with a Midi browser to Insert them into a track
https://forums.cockos.com/showthread.php?t=250561
and look at ReaLauncher
https://forum.cockos.com/showthread.php?t=208697

You have
reaper.TrackFX_AddByName( track, fxname, recFX, instantiate )
you can read the current Plugins
path = reaper.GetResourcePath()
path/reaper-jsfx.ini
path/reaper-vstplugins64.ini
path/reaper-dxplugins64.ini
path/reaper-vstplugins.ini
__________________
ReaTrakStudio Chord Track for Reaper forum
www.reatrak.com
STASH Downloads https://stash.reaper.fm/u/ReaTrak

Last edited by MusoBob; 07-24-2021 at 01:56 AM.
MusoBob is offline   Reply With Quote
Old 07-30-2021, 06:53 AM   #3
ElDoRado1239
Human being with feelings
 
Join Date: Sep 2020
Posts: 3
Default

Quote:
Originally Posted by MusoBob View Post
...
Great, I will check those out. Thank you!
ElDoRado1239 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:56 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.