@shimoda: I'll look into the monitors and thanks again!
Search found 4 matches
- 06 Aug 2012 21:52
- Forum: General Discussion
- Topic: Using radio buttons...
- Replies: 8
- Views: 2030
- 06 Aug 2012 20:44
- Forum: General Discussion
- Topic: Using radio buttons...
- Replies: 8
- Views: 2030
Re: Using radio buttons...
wow, it works like a charm! I had to set the target of the radio button switch to "none" and multiply the fader value by 95+4 as shimoda indicated. The script is now: decl RadioVal; RadioVal = firstof(OSC1wave.x); if (RadioVal==4) ctlout(0, 22, OSC1pulse.x*95+4, 1); else ctlout(0, 22, RadioVal, 1 ...
- 06 Aug 2012 20:17
- Forum: General Discussion
- Topic: Using radio buttons...
- Replies: 8
- Views: 2030
Re: Using radio buttons...
Thanks a lot guys! I do understand your posts, but I'm still fighting a bit with the Lemor editor ... I do have a solid background in programming and software development but this environment is new for me. The editor says my syntax is OK, but at this moment my iPad is not sending any midi message ...
- 03 Aug 2012 12:33
- Forum: General Discussion
- Topic: Using radio buttons...
- Replies: 8
- Views: 2030
Using radio buttons...
I'm new to Lemur and struggling a bit with radio buttons. I'm trying to control my DSI Mopho with Lemur. Controls like oscillator frequency, glide, cut-off frequency etc. work like a charm. However, I can't get a set of radio buttons to control the wave shape of the oscillators... To control the ...