Dragging audio files within Max Msp
Hi,
Could someone clarify this for me please?
I want to create a sequence-based program where I can drag and drop audio files from one side of my Max patch to another.
For example, the audio sample entitled test.wav may be on the right side of my patch in the form of a buffer~ or a waveform~ (or any visual representation, even being one of many in a list of audio files) and I want to drag it across to the left side of my patch into a section of the sequencer's grid, where it is loaded and ready for playing.
Is this possible to do without opening the file browser every time? Is there a way to populate a file browser within Max and then drag the files from this internal window onto my sequencer?
I guess I want to create an audio pool of sorts...
Thanks : )
This will need some kind of global lcd thing and/or mousestate. The hard part is not the dragging, it is displaying the dragging.
I have done some work on this already. But just in case I'm doing it in vain (although nothing is really in vain with Max!), is there an easier way of doing it, or does Max provide a manner of doing this easily?
Thanks : )
Never mind! I found this: https://cycling74.com/forums/adding-drag-and-drop-routing-to-a-max-patch
Thanks again!