[SOLVED] Nothing being stored in Log.txt

374 viewsGeneral
0

Hi,

I’m trying to catch the name of the ‘Channel_EQ’ in the log by using the ‘Log Device Parameter’ helper script, since I noted in the tutorial that it listed the device name before the parameter output.

However, my log file isn’t being written to.

Things I’ve altered in the helper script
– put it in ‘Mode 1’
– change the listener to a control on my controller

Things I’ve tried to solve the Log issue:
Moving the log file to a folder I know I have permission to write to

—————
The global issue I’m trying to solve:
I’m trying to loop through devices and create a modifier when a certain device is found.
I am successful in doing this with a Compressor by using :

self.song().view.selected_track.devices[loop_number].class_display_name == "Compressor"

However to I can’t get ‘Channel_EQ’ with:

self.song().view.selected_track.devices[loop_number].class_display_name == "Channel_EQ"

The device name for this I got from : https://remotify.io/device-parameters/device_params_live11.html

However, if it’s incorrect, more devices may be the same; this is why I’d like to use the helper script to remove doubt and to be able to problem-solve my issues later down the track.

Help on either issue would be appreciated,
Thanks

admin Changed status to publish May 22, 2024
Attached Files: