m4l sampler save sample and load problem
Hi guys!
I am building a max for live sampler and I want to save the buffer as wave, so far I can do it, but how can I tell the device the place I have saved the file to and the name of the saved file? I am using live.drop, it remembers the loaded file path and name but I am not sure it would remember them after a collect all and save...
Do you want to store imported or exported file paths ?
To save a buffer as wave file use opendialog folder to get the folder path and then add file name.
Or savedialog.
Or you use fixed absolute folder path and add your file to it for storage.
like for example ~/Documents/My-Sampler
Now it is ony a matter to use something like pattrstorage to store that path(s)
into live set.
What has dropfile to do with that ? it loads files, does not export them.
Thx for the reply!
I already solved it.
I used savedialog. I store imported files, I crop them then write it to disk.