User feature request (v1.0.1)
A user is enjoying Bombo ("cool kick synth… gnarly sound world AND a cool randomizer that is really fun") and asked for one thing. Verbatim:
The only thing i could wish for is sample drag and drop... Its just much easier to have the choice of saving it to a folder OR directly dragging it into the project im working with. That would be awesome. I believe a lot of other users would like that too :)
Request
Notes
- JUCE supports this via
DragAndDropContainer::performExternalDragDropOfFiles (render the sample to a temp WAV, then start an external file drag). Investigate feasibility across the plugin editor in-host.
User feature request (v1.0.1)
A user is enjoying Bombo ("cool kick synth… gnarly sound world AND a cool randomizer that is really fun") and asked for one thing. Verbatim:
Request
Notes
DragAndDropContainer::performExternalDragDropOfFiles(render the sample to a temp WAV, then start an external file drag). Investigate feasibility across the plugin editor in-host.