View Single Post
Old 10-13-2016, 07:04 AM   #33
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by Veto View Post
Wow great work!!
Thank you so much for sharing, I think I'm going to use your script on almost all future stuff.

A small bug I encountered at a corner-case:
When opening a new project, while Chaos Engine is open I get


which resolves to this part of the code on my machine:
PHP Code:
3868  Disp_FXName CropFXName(preset[last_M][fxi].fx_name)
3869  Disp_ParamName preset[last_M][fxi].params[preset[last_M][fxi].param_actidx[sub]].param_name
3870  _
Disp_ParamV reaper.TrackFX_GetFormattedParamValue(trackpreset[last_M][fxi].fxnumberOutpreset[last_M][fxi].param_actidx[sub] -1"")
3871  update_disp true
3872  PN_lastover 

thanks again
V
Hi Veto - thanks for the report. Glad you like it!!

At the moment the script doesn't cope with changing project or tabs whilst open. I have this sorted in the current script I'm working on (LBX Stripper) - so will get it sorted in Chaos Engine when I next get to work on it.
lb0 is offline   Reply With Quote