classPdComm.html
PdComm Class Reference
The Pd communications class. More...
#include <PdComm.h>
Signals | |
| int | dataEvent (int) |
| The signal to inform a GUI element of a data change. | |
Public Member Functions | |
| PdComm () | |
| Default Constructor. | |
| ~PdComm () | |
| Default Destructor. | |
| int | loadPatch (XmlRpc::XmlRpcValue *) |
| The patch loader. | |
| int | setValue (const char *, XmlRpc::XmlRpcValue *) |
| Set a value of a certain Pd symbol (integer). | |
| int | getValue (const char *, XmlRpc::XmlRpcValue *) |
| Get a value of a certain Pd symbol. | |
| int | bindSymbol (const char *) |
| Bind a symbol for polling. | |
| int | unbindSymbol (const char *) |
| Unbind the symbol. | |
| bool | isConnected () |
| Check whether Pd is connected. | |
Detailed Description
The Pd communications class.This class provides static methods for exchanging information with the running Pd programme. It implements the XML-RPC interface defined in the SRS.
Constructor & Destructor Documentation
|
|
Default Constructor. Default Constructor checks for environment variables to get the host/port defaults to localhost:8888 |
|
|
Default Destructor. Default Destructor |
Member Function Documentation
|
|
Bind a symbol for polling. Bind a symbol for polling
|
|
||||||||||||
|
Get a value of a certain Pd symbol. Get a value of a certain Pd symbol
|
|
|
Check whether Pd is connected. Check whether Pd is reachable over XmlRpc and which methods are available |
|
|
The patch loader. The patch loader method.
|
|
||||||||||||
|
Set a value of a certain Pd symbol (integer). Set a value of a certain Pd symbol
|
|
|
Unbind the symbol. Unbind the symbol
|
The documentation for this class was generated from the following files:
- PdComm.h
- PdComm.cpp
Generated on Thu Nov 25 15:57:07 2004 for iARS(internetAudioRenderingSystem) by

