I am hoping for a simple way to filter out, or "block" any variable single value from a seq switch step position while allowing all other values to continue to pass. I'm gonna feel silly if this is too easy..
value filter
-
gurulogic
- Member
- Posts: 1019
thanks but that's not it. I am only blocking one value at a a time and that one value is any one number ranging from 0-63. all other values from 0-63 except for the blocked value should pass. I'm thinking that as always, this must be a job for a script. Either that or some really fancy array manipulation. Seems like it should be easier than this...
-
gurulogic
- Member
- Posts: 1019
Ok, here is a way of doing it by splitting the values apart and blocking them individually. The fader selects which value to block.
I was hoping for a way to do it that does not involve so much wiring/module use, ie: only one wire and the filtering done within one or several modules. (note that 0 is not properly blocked in my example). Essentially I am looking to sequence presets while being able to dynamically stop specific presets from recalling, but on a much larger scale than this example)
At this point I am thinking script, or something similar to my example is the only option. For me needing to do something by script in Usine is like discovering that the world is flat and I have gone as far as I can unless I learn how to build a spaceship..

I was hoping for a way to do it that does not involve so much wiring/module use, ie: only one wire and the filtering done within one or several modules. (note that 0 is not properly blocked in my example). Essentially I am looking to sequence presets while being able to dynamically stop specific presets from recalling, but on a much larger scale than this example)
At this point I am thinking script, or something similar to my example is the only option. For me needing to do something by script in Usine is like discovering that the world is flat and I have gone as far as I can unless I learn how to build a spaceship..
-
23fx23
- Member
- Posts: 2545
mmm that looks toomuch complex, im sure there is something simpler, i first thought you meant
blocking a value from a flow, in wich case soundming pic2 was the way to go.
so you want recall presets via step positions, but bloc certain preset, then the simple stop shoud do the job, no?
do you really need the array for specific reasons?
normally if the sequence has 8 steps, and out of the trunc module you connect the A=B stop wiring with a b value of 6,
all other datas will pass but 6, what's wrong with it?

blocking a value from a flow, in wich case soundming pic2 was the way to go.
so you want recall presets via step positions, but bloc certain preset, then the simple stop shoud do the job, no?
do you really need the array for specific reasons?
normally if the sequence has 8 steps, and out of the trunc module you connect the A=B stop wiring with a b value of 6,
all other datas will pass but 6, what's wrong with it?




