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

Class Wavelevel

source code

object --+
         |
        Wavelevel

Wavelevel

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_wave(self) source code
 
clear(self) source code
 
get_sample_count(self) source code
 
set_sample_count(self, count) source code
 
get_root_note(self) source code
 
set_root_note(self, note) source code
 
get_samples_per_second(self) source code
 
set_samples_per_second(self, sps) source code
 
get_loop_start(self) source code
 
set_loop_start(self, pos) source code
 
get_loop_end(self) source code
 
set_loop_end(self, pos) source code
 
get_format(self) source code
 
remove_sample_range(self, start, end) source code
 
get_samples_digest(self, channel, start, end, digestsize) 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)