Search found 5 matches
- 16 Jul 2012 19:00
- Forum: Troubleshooting
- Topic: Variable not sent via OSC
- Replies: 8
- Views: 4631
Re: Variable not sent via OSC
Indeed, variables whose values are changed by assigning in a script do not send out their new values by default. You could send the OSC message within your script with oscout() YES! This works for my interface, thanks for pointing to such a great function! A workaround would be to set another ...
- 16 Jul 2012 18:57
- Forum: Troubleshooting
- Topic: Variable not sent via OSC
- Replies: 8
- Views: 4631
Re: Variable not sent via OSC
Hi Was just trying to point out that the OSC-route was not going to work because the address needs to be the full message. Anyway will have to check but possibly because it is undefined it is not evaluated, or because in the order of execution it has not been set yet - just a few thoughts of the ...
- 14 Jul 2012 07:33
- Forum: Troubleshooting
- Topic: Variable not sent via OSC
- Replies: 8
- Views: 4631
Re: Variable not sent via OSC
Hi Easy way to debug in Max is to drop a message box in and wire to the right input . . . The message should be being sent as /Container5/Quant_switch/b which is what you need to route. Or use the custom address to make it whatever you want. Cheers MM I know debugging in Max, that's how I know this ...
- 14 Jul 2012 06:41
- Forum: Troubleshooting
- Topic: Variable not sent via OSC
- Replies: 8
- Views: 4631
Re: Variable not sent via OSC
I have Max receiving all OSC messages: http://s10.postimage.org/5ifans3o9/Screen_shot_2012_07_14_at_09_38_38.png "print udp" shows all incoming messages on 8000 port except this "b" variable I have tried to send variable to OSC1 and made one more port, but still the same - all other variables go ...
- 13 Jul 2012 18:16
- Forum: Troubleshooting
- Topic: Variable not sent via OSC
- Replies: 8
- Views: 4631
Variable not sent via OSC
Hi guys! Having a trouble here: Lemur is not sending variable defined inside the script through OSC to Ableton Live. I've defined "b" variable in "Quant_switch" Object: http://s9.postimage.org/asz6wtvv3/Screen_shot_2012_07_13_at_9_06_29_PM.png And I have a "Quant" script which defines the position ...