check the addons and tell me if it's what you're looking for.
I've checked and the only difference with equal module is that you can get amount of matches in one go. might be useful as well, just didn't think of use case yet. for instance, if just 1 match it's a regular step trigger, if 2 matches, then make it accent step, if more then add fx or something. in that regard can be useful to cut down on 1 extra module per voice.
I think I didn't get what you were after in the first place !
Statistics: Posted by oli_lab — 19 Dec 2018, 15:07
check the addons and tell me if it's what you're looking for.
I've checked and the only difference with equal module is that you can get amount of matches in one go. might be useful as well, just didn't think of use case yet. for instance, if just 1 match it's a regular step trigger, if 2 matches, then make it accent step, if more then add fx or something. in that regard can be useful to cut down on 1 extra module per voice.
]]>2018-12-16T20:36:10+02:002018-12-16T20:36:10+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40563#p40563Statistics: Posted by oli_lab — 16 Dec 2018, 19:36
]]>2018-12-16T14:07:55+02:002018-12-16T14:07:55+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40551#p40551 or wait till I make a " find index of value in array"
Statistics: Posted by oli_lab — 16 Dec 2018, 13:07
]]>2018-12-16T08:26:07+02:002018-12-16T08:26:07+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40546#p40546Statistics: Posted by 23fx23 — 16 Dec 2018, 07:26
]]>2018-12-16T05:44:34+02:002018-12-16T05:44:34+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40545#p40545Thanks, 23fx23!
]]>2018-12-16T05:40:05+02:002018-12-16T05:40:05+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40544#p40544Statistics: Posted by x.iso — 16 Dec 2018, 04:40
]]>2018-12-16T04:37:24+02:002018-12-16T04:37:24+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40543#p40543ie if input is 7 it will return you an array of 0,1,0,0,0 in ex case. then can use a sum array module out of that. if sum > 0 then that means it matched at least one of the requested numbers
]]>2018-12-16T01:19:28+02:002018-12-16T01:19:28+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40542#p40542But now I'm thinking of polytrigger, which would add steps to current one (depending on max polytrigger value) or just activate random other triggers beside current step, all that would wrap around current number of steps in sequencer.
So that means I no longer can simply match one value to current voice and be done with it. Can't come up with efficient solution to that. I need a way to match more than one specific number to current voice and return 1 if any of the numbers match, 0 if none match. Maybe a script would do the job, but the numbers will change rapidly, don't know if it's suited for that. Also I'm not competent at coding.
check the addons and tell me if it's what you're looking for.
I've checked and the only difference with equal module is that you can get amount of matches in one go. might be useful as well, just didn't think of use case yet. for instance, if just 1 match it's a regular step trigger, if 2 matches, then make it accent step, if more then add fx or something. in that regard can be useful to cut down on 1 extra module per voice.
I think I didn't get what you were after in the first place !
Statistics: Posted by oli_lab — 19 Dec 2018, 15:07
check the addons and tell me if it's what you're looking for.
I've checked and the only difference with equal module is that you can get amount of matches in one go. might be useful as well, just didn't think of use case yet. for instance, if just 1 match it's a regular step trigger, if 2 matches, then make it accent step, if more then add fx or something. in that regard can be useful to cut down on 1 extra module per voice.
]]>2018-12-16T20:36:10+02:002018-12-16T20:36:10+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40563#p40563Statistics: Posted by oli_lab — 16 Dec 2018, 19:36
]]>2018-12-16T19:47:13+02:002018-12-16T19:47:13+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40560#p40560
find index of value in array
that's a bit different, but that would have it's own use.
I'm making a patch inspired by Intellijel Rainmaker. going to be an addon! here's how it looked before solving this problem:
]]>2018-12-16T14:07:55+02:002018-12-16T14:07:55+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40551#p40551 or wait till I make a " find index of value in array"
Statistics: Posted by oli_lab — 16 Dec 2018, 13:07
]]>2018-12-16T08:26:07+02:002018-12-16T08:26:07+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40546#p40546Statistics: Posted by 23fx23 — 16 Dec 2018, 07:26
]]>2018-12-16T05:44:34+02:002018-12-16T05:44:34+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40545#p40545Thanks, 23fx23!
]]>2018-12-16T05:40:05+02:002018-12-16T05:40:05+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40544#p40544Statistics: Posted by x.iso — 16 Dec 2018, 04:40
]]>2018-12-16T04:37:24+02:002018-12-16T04:37:24+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40543#p40543ie if input is 7 it will return you an array of 0,1,0,0,0 in ex case. then can use a sum array module out of that. if sum > 0 then that means it matched at least one of the requested numbers
]]>2018-12-16T01:19:28+02:002018-12-16T01:19:28+02:00https://brainmodular.com/forums/viewtopic.php?t=6348&p=40542#p40542But now I'm thinking of polytrigger, which would add steps to current one (depending on max polytrigger value) or just activate random other triggers beside current step, all that would wrap around current number of steps in sequencer.
So that means I no longer can simply match one value to current voice and be done with it. Can't come up with efficient solution to that. I need a way to match more than one specific number to current voice and return 1 if any of the numbers match, 0 if none match. Maybe a script would do the job, but the numbers will change rapidly, don't know if it's suited for that. Also I'm not competent at coding.