Posted: 30 Jun 2009, 05:15
hi guys
pb of today:
on my square add on i had one array of 512 values for the 32 pages, pb is if i make preset manager it will change the 512 values.
think it would be better to have local per page storing system, so im good to repach all with a different solution.arf
idlike to have a visual "window"array of 16 values that i could set , that would be dispached to one of 16 other arrays relating to a select nb, but i dlike that when i change the select nb, the array i use to set udpates from the last status of the selected array.(it recalls it),id like also that each of the 16 arrays can have independant presets.
1) how would you procceed? ive found solutions with but i feel there are better ones.
2)as i felt would gain cpu dinamically wiring, wanted to test this via usine messages, i well managed to create/delete links but even if i ask in order "send the feedback from array 5 to array set, send out array set to array 5 in" it seems it doesn't work as i would have espected, every time i change the select nb, the array set overide the taget without geting it's values first, didn't understood where the pb comes from. I felt it was because there isn't enough time between the creation of the two wires, or is it it's not event driven?, is there something to make some waits maybe? it seems vey powerful, id like to test this.
edit found workaround, works if delay a second message. must say it's really impressive, must be a good way to optimize cpu..
got 0,30 percent cpu for what i was after,using a classical dispacher/selector for feedback was around 1percent with all values. a big long to set up but very happy.
if someone is interested in the pach let me know.
pb of today:
on my square add on i had one array of 512 values for the 32 pages, pb is if i make preset manager it will change the 512 values.
think it would be better to have local per page storing system, so im good to repach all with a different solution.arf
idlike to have a visual "window"array of 16 values that i could set , that would be dispached to one of 16 other arrays relating to a select nb, but i dlike that when i change the select nb, the array i use to set udpates from the last status of the selected array.(it recalls it),id like also that each of the 16 arrays can have independant presets.
1) how would you procceed? ive found solutions with but i feel there are better ones.
2)as i felt would gain cpu dinamically wiring, wanted to test this via usine messages, i well managed to create/delete links but even if i ask in order "send the feedback from array 5 to array set, send out array set to array 5 in" it seems it doesn't work as i would have espected, every time i change the select nb, the array set overide the taget without geting it's values first, didn't understood where the pb comes from. I felt it was because there isn't enough time between the creation of the two wires, or is it it's not event driven?, is there something to make some waits maybe? it seems vey powerful, id like to test this.
edit found workaround, works if delay a second message. must say it's really impressive, must be a good way to optimize cpu..
got 0,30 percent cpu for what i was after,using a classical dispacher/selector for feedback was around 1percent with all values. a big long to set up but very happy.
if someone is interested in the pach let me know.