Page 1 of 1

Preview...

Posted: Sat Nov 19, 2005 6:42 pm
by zava
hi yves

i try to create a new module with inside 4 botton...they control the preview and i can attach this 4 at the midi controlll...

but ctrl_ui_previewWindowMode doesnt respond,.,.,.


why???

Posted: Sun Nov 20, 2005 2:26 am
by boris
Do you use a python script or a 'Keyword Connect' ?

If you use a 'Keyword Connect' this keyword does not support a float value !
So, you need to add an expression.
Change : 'value=value' to 'value=int(value)'
And it works !

If you use a python script can you send me a copy of your code ?

Posted: Sun Nov 20, 2005 5:02 pm
by zava
tx boris,.,..,

its working

:)