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.
Programmatically remove a sequence from the Cuelist?
Forum rules
Please do NOT post bugs here! If you spot a potential Bug please report it HERE first then you can chat about it with other users in the appropriate section.
Please do NOT post bugs here! If you spot a potential Bug please report it HERE first then you can chat about it with other users in the appropriate section.
-
- Knows how to turn Lights ON
- Posts: 9
- Joined: 26 Apr 2018, 18:59
Programmatically remove a sequence from the Cuelist?
Last edited by DimAndDimmer on 20 May 2018, 10:50, edited 1 time in total.
-
- FS is my life
- Posts: 788
- Joined: 11 Jul 2007, 20:39
- FreeStyler Version: 4.01
- I Use FreeStyler for: Nightclub Lighting
- Twitter: twitter.com/
- Contact:
Re: Programmatically remove a sequence from the Cuelist?
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
Toggle is 1 press on and 1 press off (should be the same as start and stop
-
- Knows how to turn Lights ON
- Posts: 9
- Joined: 26 Apr 2018, 18:59
Re: Programmatically remove a sequence from the Cuelist?
@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)
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)