Search found 1 match

by riri
Sun Mar 09, 2014 4:46 pm
Forum: Coding Questions
Topic: OSC (OpenSoundControl) and PB
Replies: 22
Views: 6477

Re: OSC (OpenSoundControl) and PB

hi there,
try this code
the probleme is just to send a ascii code


EnableExplicit

Macro CALC_ALIGNMENT(x)
(x+4) & $fffc
EndMacro



If InitNetwork() = 0
MessageRequester("Error", "Can't initialize the network !", 0)
End
EndIf


Declare.i BuildMessage(*message, adr.s, typeTag.s, val.f ...