Package zzub :: Class Envelope
[hide private]
[frames] | no frames]

Class Envelope

source code

object --+
         |
        Envelope

Envelopes

Instance Methods [hide private]
 
__init__(self, handle)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__hash__(self)
hash(x)
source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
get_attack(self) source code
 
get_decay(self) source code
 
get_sustain(self) source code
 
get_release(self) source code
 
set_attack(self, attack) source code
 
set_decay(self, decay) source code
 
set_sustain(self, sustain) source code
 
set_release(self, release) source code
 
get_subdivision(self) source code
 
set_subdivision(self, subdiv) source code
 
get_flags(self) source code
 
set_flags(self, flags) source code
 
is_enabled(self) source code
 
enable(self, enable) source code
 
get_point_count(self) source code
 
get_point(self, index) source code
 
get_point_list(self) source code
 
set_point(self, index, x, y, flags) source code
 
insert_point(self, index) source code
 
delete_point(self, index) source code

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]
 
_new_from_handle(cls, handle) source code
Class Variables [hide private]
  _as_parameter_ = None
  _hash = 0
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, handle)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)