automatic sending values to Kyma

Discuss problems and solutions.
KaaKaa
Newbie
Posts:2
Joined:22 Feb 2016 14:17
automatic sending values to Kyma

Post by KaaKaa » 23 Feb 2016 14:35

I've built a Template for a Kyma Sound which can be controlled over OSC. Furthermore for two way communication between the Lemur and the Kyma I've written a small script (oscout(0,'/osc/respond_to',{8000});) which will be send on load. It works fine. But If I change a Preset in Kyma only a few values will be send to Lemur. One aspect to be aware of is that the Kyma System does not send update messages until the corresponding message is received from Lemur at least once. So part of my template initialization needs to be sending all of the OSC commands assigned to the sound.
How can I realize that?
Thank you much!

Post Reply