I'm quite new to the SuperCollider programming environment. I'm making an application for audio playback and I'm considering to create and show an EQ in Processing. I have the audio file in SuperCollider but I haven't managed to successfully send/receive OSCmessages via UDP to Processing. I've installed the oscP5 libraries in Processing to support communication with SC. I know that there are control and audio buses, so intuitively I guess that control buses are used to send, for example, variables (and not audio files/samples,etc. which corresponds to an audio bus). Therefore, I would like to know if I can send a single variable via UDP from SC with a control bus. I don't know if this is the correct way to do it, but your help will be greatly appreciated. Thanks in advance and I'm looking forward to your replies. Cheers, Elias