I try to send the formatted op name.
I have tryed many differents way.
I would like to send to par.text ,
it cold look like op( …/table_TEXT_AV1 )[1,4]
the _AV{} at the end will change for 1 2 3 4
but for now i receive op( op_path )[1,4]
it those not format the variable because of the ’ ’
if I don’t put the ’ ’ it sends the value of op( …/table_TEXT_AV1 )[1,4] , not the string
but don’t now how it could work.
thanks !
it almost work but now it return
op( /kantanmapper/table_TEXT_AV2 )[1,4]
but still missing ’ ’ to work
should return op( ’ /kantanmapper/table_TEXT_AV2 ’ )[1,4]
[code]def valueChange(channel, sampleIndex, val, prev):
a = op(‘null_now’)[‘now_playing’]