Hi,
Is there a way to get the size of a table (no. of samples) which is already saved in a patch (using 'save contents')? I mean, I know that [soundfiler] after [read -resize( gives that info, but I don't want to read the file again. Any suggestions?
Thanks,
ymotion
-
How to get the size of a table
-
Yep, [expr] can do it:
[symbol tablename(
|
[expr size("$s1")] -
Hi Maelstorm,
Thanks a lot! it works.