Search found 3 matches
- 26 Nov 2012 21:05
- Forum: Troubleshooting
- Topic: Menu programming for dummies
- Replies: 6
- Views: 3590
Re: Menu programming for dummies
@Softcore @Macciza Thank you very much for the detailed tipps. :mrgreen: Now my template is running. I had several bugs in template and script. 1. problem: selection was mapped to midi target not to "none". 2. problem: script has expression on "x" not on "selection". 3. problem: ctlout has not the ...
- 22 Nov 2012 21:35
- Forum: Troubleshooting
- Topic: Menu programming for dummies
- Replies: 6
- Views: 3590
Re: Menu programming for dummies
Thanks for the hint. my script for the menu has "execution: on expression X" if(x==0) { ctlout (0,7,10,1); } if(x==1) { ctlout (0,7,20,1); } Then I tried it on my ipad. I monitored the recieved messages on the mac. time source message ch data 22:20:19.146 From Alesis iO Dock Control 1 $07 $01 22:20 ...
- 21 Nov 2012 21:08
- Forum: Troubleshooting
- Topic: Menu programming for dummies
- Replies: 6
- Views: 3590
Menu programming for dummies
Hi, I'm new in the big lemur world. I've a problem with a menu item and asking for some help. Maybe the solution is easy but I don't understand it with my newbee skills. Problem: I've a template with knobs, button, sliders and one menu. All is fine but the menu item doesn't work. I've mapped the ...