You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can load a sample into the AFP by dragging it from one of the file browsers in the left pane and dropping it somewhere over the AFP's UI. I propose that you should be able to do the same thing by dragging an audio file from any other program (specifically the operating system's file browser) and releasing it over the AFP as well.
This shouldn't be too difficult to do, as I believe Qt's drag-and-drop system is designed to integrate into the OS just like this.
The text was updated successfully, but these errors were encountered:
I'd like to add that this should be extended to work with all file types supported (samples, patches, vst instruments, presets, projects) as the string-pair drag and drop logic already exists for all of them.
@Reaper10 yes, that should be possible. Not sure if sample tracks are
already set up for drag and drop, but Qt's drag and drop system is very
capable.
On Jul 2, 2015 12:58 PM, "Reaper10" [email protected] wrote:
Will you be able to do this with audio clips from a sample track?
—
Reply to this email directly or view it on GitHub #2120 (comment).
Currently, you can load a sample into the AFP by dragging it from one of the file browsers in the left pane and dropping it somewhere over the AFP's UI. I propose that you should be able to do the same thing by dragging an audio file from any other program (specifically the operating system's file browser) and releasing it over the AFP as well.
This shouldn't be too difficult to do, as I believe Qt's drag-and-drop system is designed to integrate into the OS just like this.
The text was updated successfully, but these errors were encountered: