iteration multidisplay

gentleclockdivider
gentleclockdivider Member Posts: 283 Advisor

Simple iteration going into multisdisplay
Length of multidisplay 8
I shoul get 8 evenly spaced bars , but I don't
First ouptut of order goes index , second output into x1 , and last output ( added 0.5 ) into x2
What's wrong ?
I only get one bar ( proably are bars are stacked )
I really hate for reaktor to NOT have a console-debug window

image.png

Answers

  • gentleclockdivider
    gentleclockdivider Member Posts: 283 Advisor

    No one ?
    I am at loss here
    Multitsiplay is set to x-range 8 ,

    The iterator spits out 1 — > 8
    The first out of order = 1 , which selects the index
    Second out of order = 1 +0 = which selects x1
    Third out of order = 1 + 0.5 = 1.5 whic selects x2
    Repeat until iterator is finished , so all indexes shoul have recieved their x1-x2 parameter , it should show all the boxes but it doesn't

    image.png
  • gentleclockdivider
    gentleclockdivider Member Posts: 283 Advisor

    It's not even working with a simple counter ( idex selection that is )

    image.png
  • gentleclockdivider
    gentleclockdivider Member Posts: 283 Advisor

    O.K all Good
    apparently the y-values has to be set by the iteration to
    I was pretty sure that a single values off 0 ( for y1 ) and 1 ( y2 ) would apply to all indexes , apparently not

  • gentleclockdivider
    gentleclockdivider Member Posts: 283 Advisor
    edited June 6

    Nevermind , all good

Back To Top