csound-expression-0.3.1: Csound combinator library

CsoundExpr.Opcodes.OSCNetwork.Network

Description

Network

Synopsis

Documentation

sockrecv :: Irate -> Irate -> ArateSource

  • opcode : sockrecv
  • syntax :
   asig sockrecv iport, ilength
   asigl, asigr sockrecvs iport, ilength
   asig strecv Sipaddr, iport
  • description :

Receives directly using the UDP (sockrecv and sockrecvs) or TCP (strecv) protocol onto a network. The data is not subject to any encoding or special routing. The sockrecvs opcode receives a stereo signal interleaved.

socksend :: Arate -> String -> Irate -> Irate -> SignalOutSource

  • opcode : socksend
  • syntax :
   socksend asig, Sipaddr, iport, ilength
   socksends asigl, asigr, Sipaddr, iport, ilength
   stsend asig, Sipaddr, iport
  • description :

Transmits data directly using the UDP (socksend and socksends) or TCP (stsend) protocol onto a network. The data is not subject to any encoding or special routing. The socksends opcode send a stereo signal interleaved.