View Single Post
Old 09-13-2019, 01:58 AM   #1919
heda
Human being with feelings
 
heda's Avatar
 
Join Date: Jun 2012
Location: Spain
Posts: 7,239
Default

I don't know how Conditional actions work. But Scripting is more powerful... maybe it is easier to make a script?

This is how to get if Track Inspector is running in Lua:

Code:
local retval, isrunning = reaper.GetProjExtState(0, "HeDaTrackInspector", "RUNNING")
heda is offline   Reply With Quote