sdatkinson / NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
MIT License
1.99k stars 133 forks source link

Drag and drop capabilities for models and IRs #491

Open AxillV opened 3 months ago

AxillV commented 3 months ago

As suggested in #445.

Currently the NAMDragDropControl class does not allow passthrough of clicks, therefore only one of: allowing drag and drop or using the plugin as normal is possible. I could add the onDrop on the individual NAMFileBrowserControl instances, but it wouldn't be as easy to use, in my opinion.

What's missing:

The first point is the one I'm mostly stuck in, everything else should be easy to implement. Any ideas?

AxillV commented 3 months ago

UPDATE: Currently not possible to implement, see here. Would we like to implement it only on the browsers, or wait for an implementation from IPlug's side? Don't know if I should mention a contributor so I'll leave this here for a bit.