Page 1 of 1
Posted: 10 Jul 2008, 17:01
by lalo
Hi senso an you all guys...
i'd like to have a custom default value for every gui object (sliders, knobs, switches etc...)
and the feature to get to that value via a midi learn controller
lalo
Posted: 10 Jul 2008, 19:36
by senso
I understand the idea of default value (which is 0 normally). You can reset the value bu ctrl + click.
But I'm not sure I understand what you mean by 'resest via midil earn'?
Posted: 10 Jul 2008, 20:48
by lalo
hi senso,
i'd like to have a defualt value of (say) 0.45 or 52 or..instead of 0 and be able to get
that default value not only by ctrl+click but even with a midi or osc message
thanx
lalo
Posted: 10 Jul 2008, 22:10
by senso
It's very hard to add generalize this case to all the faders:
- it will increase a lot the size of remote panel: for each fader add a new midi learn possibility.
So it's wit the actual structure of Usine very hard to implement.
I'm personally often confronted to this problem, but it's only is special case where I need a reset in real time.
For that I use few objects :
- a button (with the midi learn)
- a pass event flow connected to the fader value.
Only 2 Modules. and it rocks!!
So I think it's the best way.