openAVproductions / openAV-Fabla2

The repository of the Fabla2 sampler by OpenAV. http://openavproductions.com/fabla2
GNU General Public License v2.0
54 stars 13 forks source link

Drag'n'Drop audio files from a file manager #66

Open unfa opened 7 years ago

unfa commented 7 years ago

The idea is to make it possible to drag'n'drop files from file manager onto the pads to load the samples.

I wonder if this is even possible with LV2 plugin architecture.

harryhaaren commented 7 years ago

Yes this is possible - the UI toolkit used for the plugin UI is the part that will "accept" the drag-n-drop contents, and as such it can send an LV2 Atom to the DSP part to load the file. Its not particularly easy, but possible yes.