I have been interested in this topic for a while and have learned that there is quite a bit of confusion associated with this within Linux. This post is meant to try to help explain drag & dropping audio files into plugin GUIs that accept this functionality.
Some great information was shared from other users in a separate post of mine which greatly helped me test / generate the information that I am sharing here. I think it is worth it to make a separate post to explain this.
Here is the link to that post if anyone is interested
Thank you to all the users who tested / helped provide information about this topic.
TEST NOTES
-All of these tests were done in a GTK based desktop environment
-I have not tried any of this in a QT based desktop environment so if you are using one your results may be different
-The plugin formats tested were LV2, VST2 & VST3
-Apparently the toolkit (GTK / QT) your 3rd party file manager uses can make a difference in your results
LV2
-Does not support D&D internally from inside Ardour
-Supports D&D from 3rd party file managers
-LSP plugins (LV2) support D&D from both GTK & QT based FMs
-The “rncbc” plugins “samplv1” & “drumkv1” are LV2 plugins that only seem to support D&D from QT based FMs
VST2
-Does not support D&D internally from inside Ardour
-Does not seem to support D&D from any GTK based FMs
-Does support D&D from QT based FMs
-LSP plugins (VST2) do not support D&D from GTK based FMs but they do support D&D from QT based FMs
VST3
-Supports D&D internally from inside Ardour (from Import window & Side bar clips)
-Supports D&D from 3rd party file managers into Ardour
One more thing, this information above is not limited to D&D with audio files, plugins that support other file types such as virtual instrument formats (SF2, SFZ, etc.) seem to work the same way as well. Ardour does not allow access to non media based file formats so cannot D&D internally within Ardour, but can be achieved using 3rd party FMs.
If anyone experiences different results compared to what I have mentioned above please let me know so I can test / update this to be as accurate as possible.
Hopefully other users will find this information helpful
Thank you again to all the users that helped me generate this information.