Itoo Software Forum

Author Topic: Sequence node suggestions  (Read 5243 times)

harumscarum

  • Full Member
  • ***
  • Posts: 113
    • harumscarum's portfolio
Sequence node suggestions
« on: December 26, 2013, 10:17:46 PM »
1 - Export for Counter parameter
need to set same value for multiple Sequence nodes, but didnt find Export for Counter parameter. Is it possible to add?

2 - Number of Sequences
set number of how much times will Sequence repeat. honestly in most cases i need only one sequence
« Last Edit: December 26, 2013, 11:52:36 PM by harumscarum »

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4394
    • iToo Software
Re: Sequence node suggestions
« Reply #1 on: December 27, 2013, 05:57:18 PM »
1 - I will take a look to it, but this feature is problematic because Counter parameters are created dinamically, depending of the attached nodes.

2 - It would be done, although is not clear what should be the segment returned by the node, once stopped the sequence (the first node ?)
Carlos Quintero
iToo Software

harumscarum

  • Full Member
  • ***
  • Posts: 113
    • harumscarum's portfolio
Re: Sequence node suggestions
« Reply #2 on: December 28, 2013, 03:40:50 PM »
yes, there is one more isuue because Counter parameter is dynamic - if i disconnect any node in Sequence and connect another I need to set its position in and counts again.
would be great if Counter will create when node is connected , but not dissappear when node is disconnected and keep its position and counts in Sequence.

2 - if 1,2,3 segments attached to Sequence and number of cycles is 1 - so Sequence will return 1-2-3, if number of cycles is 2 - Sequens will be 1-2-3-1-2-3
« Last Edit: December 28, 2013, 07:16:08 PM by harumscarum »

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4394
    • iToo Software
Re: Sequence node suggestions
« Reply #3 on: December 29, 2013, 09:08:27 AM »
2- Yes, i mean what should be the result once completed the counter. So, if number of cycles is 2, the result would be: 1-2-3-1-2-3-1-1-1-1... The Sequence node always must return some value.
Carlos Quintero
iToo Software

harumscarum

  • Full Member
  • ***
  • Posts: 113
    • harumscarum's portfolio
Re: Sequence node suggestions
« Reply #4 on: December 29, 2013, 07:28:29 PM »
i see. in that case better it last counter will go after cycle complete - 1-2-3-1-2-3-3-3-3-3-3-3. this will help to "end" sequence by empty node "3"