Hello,
I have been looking for a way to export the play list from a project. I can export the whole project, but not just the seq play list. Is there some place special I should be looking? Are the seq lists stored in a file?
Hello Vince,
The “sequence list” is “only” a text file
it contains the sequences name and some commands (“if then”, “for next”, “do while” etc)
when you play it in RIOS it reads this text file and execute the sequences and commands, but all data about sequences themselves are stored in the RIOS database.
If you need to export only a part of a project, maybe you should “duplicate” it (Project form then "duplicate button) then delete the sequences you don’t need.
Thanks,
it is the play list with the if then, for next, do while etc that I am looking for. I am not concerned with the sequences them selves (I can view them directly in the data base).
What is the file name where the play list is stored? I will fish around in the ROIS folder for it.