Table of Contents

Class: Port ./ladspa.py

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.

Base Classes   
_AttributeForwarder
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 )


Table of Contents

This document was automatically generated on Sun Apr 14 04:00:09 2002 by HappyDoc version 2.0