Hello,
I am using readsf~ with very large file that I would like to start at different points.
So far I am using the message
"open filename.wav $1, 1" with a number box as input.
This works fine, but for some reason, I would like to separate this message into two:
"open filename.wav" and then a second message that says "start at sample 500"
I am struggling with the second part. The message "start" will always start from 0, as well as any other integer.
Is there another way?
Thanks
Jen