Loudness, string values and conditional handling
Posted: Mon May 06, 2019 7:49 am
Hi,
I am trying to do some conditional processing based on Loudness data but am running into problems most likely based on variable types.
stage one = Loudness analyzer - saves into styring variables
stage two = Conditional, based on the loudness data I would like to move files to different folders
I think the problem is that loudness analyzer is writing to string variables, and the conditional is looking for integers to compare values (above below certain values). Can this be solved in some way?
Regards
Robert
I am trying to do some conditional processing based on Loudness data but am running into problems most likely based on variable types.
stage one = Loudness analyzer - saves into styring variables
stage two = Conditional, based on the loudness data I would like to move files to different folders
I think the problem is that loudness analyzer is writing to string variables, and the conditional is looking for integers to compare values (above below certain values). Can this be solved in some way?
Regards
Robert