can double clicking a vsts parameter in automation editor be scripted?

again;

can double clicking a vsts parameter in automation editor be scripted?

If not, move to ideas & suggestions forum and please make this happen in a future Renoise please :drummer: .

I want to have ‘snapshot’ ability in the automation editor for all parameters in a chosen vst/dsp. Would save up a lot of clicking.

Cheers,

R

I think so.
use this

  
rs=renoise.song  
d=rs.selected_device  
print(d:parameter(7).name)  
print(d:parameter(7).value)  
  

and the force and also look at source code of the automatron and automasher tools!