Skip to content

eerne/pdsocket

Repository files navigation

PdSocket

Python class for opening Puredata and connecting on a socket with [netreceive].

Read more about Puredata aka Pd on crca.ucsd.edu/~msp/software.html

How to use

cd pdsocket/
python test.py

Messages

The networking protocol sent to Pd is FUDI and messages need to end with ;\n

pd.send('Hello Pd!;\n')
pd.send('some more...;\n...messages at once;\n')

Todo

  • test on win
  • close method for Pd-Socket
  • Pd-0.43 compatibility
  • write test
  • build as package
  • properly parse ;\n on receiving messages from Pd

Author(s)

  • Enrique Erne

Related Projects

About

Python socket connection for Pure Data

Resources

License

Stars

Watchers

Forks

Packages

No packages published