A Port belongs to a particular Handle. It contains audio buffers or control data, which can change in realtime.
This class represents a specific port belonging to a Handle instance.
It should not be instantiated directly. Instances are found in the
Ports , as well as other attributes of Handle instances.
Methods
|
|
__init__
_connect
_get_connection
_get_control
_update
|
|
__init__
|
__init__ (
self,
handle,
portdesc,
)
This private constructor is not intended for use outside of this module.
|
|
_connect
|
_connect ( self, buf )
|
|
_get_connection
|
_get_connection ( self )
|
|
_get_control
|
_get_control ( self )
|
|
_update
|
_update ( self, value )
|
|