renoise / tools

Scripting tools written by the Renoise team
MIT License
285 stars 43 forks source link

Getting the current directory of the disk browser #157

Closed defaultxr closed 4 months ago

defaultxr commented 10 months ago

Hi.

I'm writing a Renoise script that will automatically create a drumset by selecting random files from a directory. I feel like it would be very convenient if the script was able to see which directory was open in the disk browser and create the drumset from that, rather than requiring the user to select a directory manually each time.

tl;dr: Please add the ability to see which folder is currently open in the disk browser.

Bonus: Adding the ability to see which files are selected in the disk browser would be even better.

esaruoho commented 7 months ago

i'm also looking for a method of telling os.execute(Terminal.app) the folder the Disk Browser is in. would be a great feature to have.