View Single Post
Old 02-07-2019, 01:02 PM   #188
fladd
Human being with feelings
 
fladd's Avatar
 
Join Date: May 2006
Posts: 1,030
Default

Quote:
Originally Posted by mpl View Post
If you are a little bit higher at scripting, here is better way:

Open mpl_RS5k_manager_data.lua,find Data_Update() function, paste
Code:
msg('test')
before the function ends to make sure it is not breaked by some condition. Save mpl_RS5k_manager_data.lua with Cmd+S and then close RS5k manager and run main script again (changes in child scripts only appeared on main script initialization).

If it`s okay, next test is to do same thing in GetRS5kData() function to check if this ever try to take data from RS5k instances.
Where is this message supposed to be shown?

EDIT: The script runs into line 319 (
Code:
if not tr  then return end
) and returns (
Code:
mpl_RS5k_manager_data.lua:56: bad argument #1 to 'TrackFX_GetCount' (MediaTrack expected)
).
__________________
www.fladd.de/sound

Last edited by fladd; 02-07-2019 at 01:07 PM.
fladd is offline   Reply With Quote