SkillAgentSearch skills...

Pdsocket

Python socket connection for Pure Data

Install / Use

/learn @eerne/Pdsocket
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated4y ago
Forks1

Languages

Python

Security Score

70/100

Audited on Aug 18, 2021

No findings