Page 1 of 1

Programmatically remove a sequence from the Cuelist?

Posted: May 19th, 2018, 7:19 pm
by DimAndDimmer
Hi All,
I'm coding a program to play FS cues and sequences.
Is there a way programmatically to remove a sequence from the Cuelist?
I could not find a 'remove sequence' command in the manual (External control for FreeStyler).

Question 2, the manual lists 'Toggle Sequence' commands. What is the difference between the 'Toggle Sequence' and 'Start Sequence' commands?

Any help is greatly appreciated.

-------------
Edit:
To describe the problem I am trying to solve.
If I load CueA that has 3 sequences into the Cuelist and play it. Then I load CueB that has 2 sequences, then sequence #3 from CueA remains in the Cuelist. So I need a way to clear it out of the Cuelist.

Re: Programmatically remove a sequence from the Cuelist?

Posted: May 19th, 2018, 11:20 pm
by Partyman
Load Cuelist, right click sequence, remove sequence, save cuelist

Toggle is 1 press on and 1 press off (should be the same as start and stop

Re: Programmatically remove a sequence from the Cuelist?

Posted: May 20th, 2018, 10:47 am
by DimAndDimmer
@Partyman,
Thanks for the reply. Much appreciated.

Ok that makes sense on Toggle vs Start.

Re: Remove sequence. Yes I understand how to do it by clicking menu items in the UI. But I was really looking for a way to do it from program code using the commands detailed in the "External Control for FreeStyler" document found in this folder (C:\FreeStyler\Documentation\Sendmessage and TCPIP.pdf)