Uses of Interface
net.paulhertz.pixelaudio.example.PANetworkClientINF
Packages that use PANetworkClientINF
Package
Description
Example Processing sketches and demonstrations of PixelAudio library functionality.
-
Uses of PANetworkClientINF in net.paulhertz.pixelaudio.example
Classes in net.paulhertz.pixelaudio.example that implement PANetworkClientINFModifier and TypeClassDescriptionclassExperimental real time performance application, with an editing GUI, presets, and JSON-format files for persistent brushstroke and audio configuration data.classAdds networking with UDP to the previous Drawing tutorial.Fields in net.paulhertz.pixelaudio.example declared as PANetworkClientINFModifier and TypeFieldDescriptionprivate PANetworkClientINFBagatelle.NetworkDelegate.appprivate PANetworkClientINFTutorialOne_04_Network.NetworkDelegate.appConstructors in net.paulhertz.pixelaudio.example with parameters of type PANetworkClientINFModifierConstructorDescriptionNetworkDelegate(PANetworkClientINF app, String remoteFromAddr, String remoteToAddr) NetworkDelegate(PANetworkClientINF app, String remoteFromAddr, String remoteToAddr, int inPort, int outPort) NetworkDelegate(PANetworkClientINF app, String remoteFromAddr, String remoteToAddr) NetworkDelegate(PANetworkClientINF app, String remoteFromAddr, String remoteToAddr, int inPort, int outPort)