Page 1 of 1
ok last question
Posted: 04 Aug 2015 23:45
by digitalson
now in my transport i have switches to make the pads do different functions....and it works great ,but before they work i have to press atleast 1 switch for any function to work,,,and that is for all tabs in the project,,is there a way to initialize them as the project opens?
Re: ok last question
Posted: 07 Aug 2015 04:30
by digitalson
ok so heres the transport ,so i thought this would work,,,see pics
Re: ok last question
Posted: 07 Aug 2015 06:06
by ndivuyo
ctlout() is a command, so you would use it on its own and not as an attribute.
Open the user manual and it will have a section describing the ctlout() and other commands.
If you want to know the available attributes of an object, you can look them up in the manual too or type the value in a monitor object: getattributelist(getobject());
Re: ok last question
Posted: 07 Aug 2015 18:28
by digitalson
and that will initialize the pads with the switches? and i have do that for all of them in each container?