ok last question
-
- Regular
- Posts: 143
- Joined: 21 Mar 2015 02:26
ok last question
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?
-
- Regular
- Posts: 143
- Joined: 21 Mar 2015 02:26
Re: ok last question
ok so heres the transport ,so i thought this would work,,,see pics
- Attachments
-
- script.jpg (21.18 KiB) Viewed 1286 times
-
- pad.jpg (21.97 KiB) Viewed 1286 times
-
- trans.jpg (68.96 KiB) Viewed 1286 times
Re: ok last question
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());
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());
-
- Regular
- Posts: 143
- Joined: 21 Mar 2015 02:26
Re: ok last question
and that will initialize the pads with the switches? and i have do that for all of them in each container?