1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

Solved Snap Value Array not Reading Idx[0]. Help?

Discussion in 'REAKTOR' started by R(i*3)o, Nov 1, 2017.

  1. R(i*3)o

    R(i*3)o New Member

    Messages:
    18
    Hello! Thank you for your time!

    I have a problem, when receiving from OSC array 16 boolean commands through a snap value array module, I cannot get the first of the array (idx[0]) to display it's value.

    When bypassing snap value array, idx[0] displays it's value without issue.

    Any ideas?

    Kind Regards
     
  2. salamanderanagram

    salamanderanagram NI Product Owner

    Messages:
    3,454
    snap value arrays have a 1-based index (instead of the normal 0-based indices that computer programming typically uses). why? because it was poorly designed years ago and they decided to leave it that way for backwards compatibility.
     
  3. R(i*3)o

    R(i*3)o New Member

    Messages:
    18
    Thank you for your reply!

    What a nightmare, hopefully there is a way I can work around it.

    Thanks.
    Great Website btw! I'll try out the trial period.
     
  4. salamanderanagram

    salamanderanagram NI Product Owner

    Messages:
    3,454
    • Like Like x 3
  5. R(i*3)o

    R(i*3)o New Member

    Messages:
    18
    Legend. Spot on assistance.