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

Class Wave

source code

object --+
         |
        Wave

Wave table

Instance Methods [hide private]
 
__init__(self, handle)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__hash__(self)
hash(x)
source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
get_index(self) source code
 
load_sample(self, level, offset, clear, path, datastream) source code
 
save_sample(self, level, datastream) source code
 
save_sample_range(self, level, datastream, start, end) source code
 
clear(self) source code
 
get_name(self) source code
 
set_name(self, name) source code
 
get_path(self) source code
 
set_path(self, path) source code
 
get_flags(self) source code
 
set_flags(self, flags) source code
 
get_volume(self) source code
 
set_volume(self, volume) source code
 
get_envelope_count(self) source code
 
set_envelope_count(self, count) source code
 
get_envelope(self, index) source code
 
set_envelope(self, index, env) source code
 
get_level_count(self) source code
 
get_level(self, index) source code
 
get_level_list(self) source code

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

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 help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)