How To Load.wav&switch Diskop Folder To It?

Ok so here’s my beginner question:

  1. I just loaded a wavefile via Finder to Renoise, by clicking on it and selected open-with-renoise.
  2. The wav loaded just fine to my Renoise.
    --------------------//-------------------------
  3. How do I make it so that when a wav is loaded from outside renoise, Renoise updates the disk browser to match the path of the loaded-in file?

I don’t think this is possible. The diskbrowser behaves independently from the platform explorer.

Okay. What about this issue: If there’s a sample you’ve just loaded from disk browser in expanded mode, can you make it switch to sample editor display, if disk browser is expanded? does this require a sample buffer change observer, which is only run if the disk browser is expanded?

Awesome!!

if renoise.app().window.active_middle_frame==0 then  
renoise.song().selected_sample.sample_buffer_observable:add_notifier(function()  
renoise.app().window.active_middle_frame=4  
end)  
end  

it works! \o/ \o/ \o/