variable file's name
Hello. I'm quite new to max. I'd like to store midi sequences, that I can retrieve according to some parameter. My idea is to have a variable file's name, so I can retrieve "seq1.mid", then "seq2.mid", according to the parameter.
How can I get to this? It doesn't seem to understand a variable string-like file's name!
Thank you!
Something like this perhaps [sprintf read seq%ld.mid]?
Yes! It works the way I wanted!
Thank you!