Confusing multislider thing
Hi Guys,
I'd like to control a multislider with flonums and vica-versa, code attached.
The problem is that it seems that with set $1 message the pak object doesn't input any changes in my list...
The goal would be if I could change the multislider with the flonum boxes and control the flonum with the multislider.
Any ideas?
Hi
a solution with listfunnel->spray
see the helps
Wohoo, thanks, looks OK :D
Mizu, another question.
If I replace the flonum objects with live.numboxes, I can't automate them in M4L...why?
Ok, it seems, that if you change any of the numbers, you change the whole multislider and you change all of the numbers.
Could it be true that Live can't handle this?
Is there a better solution to automate a multislider in Live?
Should work. Could you share your code?
What about using [live.slider] ?
It works for me with live.numboxes.
Oh, sorry, I'm not a native english guy.
So, yes, it works with live.numboxes, but I can't automate them. As soon as I try to automate the the second numbox, Live disable the automation for all the numboxes in the device...weird.
multislider requires "set 1 value" instead of "set value"
Yeah, it should, but it does not.
Here is the code.
The problem is that that if you try to automate more than 1 numboxes at the same time, Live disables the automation for the entire thing.
(The output of the third multislider controls a multiband filter)
[prepend setlist] ????
I dont have live so can't test if that solves your issue, but [prepend setlist] saves on using all those individual set message boxes.
Thank you Back, this worked, kind of.
I slowly started to realize, that a multislider can't be automated in Live, so I'll give up.
'prepend list' works, but if you automate, numboxes are not "triggering" the multislider to send out the list. If you trigger the multislider then Live will disable the automation for the device :S
ok i have used live in the past and the reason live is disabling the automations is that you have changed them. a way to get round the (numboxes are not "triggering" the multislider to send out the list) as you stated is to send the values to the multiband filter from the [pak] that your [live.num] are attached to, avoiding the 'set' message. are you wanting to be able to change the value of say one slider on the [multislider] but allowing the rest to continue being automated? let me have a bit of a think about this one for you
Ok, I think I have found a way around your problem. I have attached some [change 0.] before the [live.num] so that only the slider that is getting changed is being reported to the [live.num] it correlates to. will this just allow for the automation of that [live.num] to be disabled or does it apply to the entire .mxf?
As I said before, if this works as far as not disabling all of the [live.num] automations. Attach the [pak] that goes into the [prepend setlist] to the multiband and not the [multislider]
Back. I have to tell you, that you're a genius.
That solution actually works.
It is freakin' amazing to see those bands popping up and down via automation.
Can I contact you somehow in a private channel?
Ha Ha Ha, Genius is such a filthy word. Im really glad that it worked as a solution though.