taktik, on Sep 11 2007, 12:36 AM, said:
Btw: Would it make sense to somehow integrate the XRNS tools into Renoises Disk Browser, if they are installed? Something like "Open with XRNS Tools..." in the context menu. Would that be useful?
Could we do this without using the Windows Registry? I am always getting a heart attack when looking at its contents - so we should not mess it up even more if somehow possible

Better integration would be of course nice, but personally i think directly integrating an entry for only one tool isn't the right way. Even though it's more work, i'd prefer a general way of setting up tools in the context menu based on the section one browses. The entries could be read from a simple xml file maybe. The percent indicator is a placeholder, where the filename would be replaced by Renoise.
<menu>
<entry category="all">
<title>XRNS Script Frontend</title>
<execute>d:\xrns-sf\xrns-sf.exe %1 -otheroption -etc</execute>
</entry>
<entry category="sample">
<title>Fav sample editor</title>
<execute>d:\blah\acoustica.exe %1</execute>
</entry>
</menu>
One step further would be, that the sample category could be accessible in the sample editor context menu too, which would allow passing a sample to external editors or time stretching software etc. and as soon as the program was closed, Renoise could ask, if the file should be reloaded.