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

Class zzub_recorder_t

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   zzub_recorder_t

Memory and file streams - load/save from/to file/clipboard Create file or memory data streams for use by e.g zzub_wavetable_load_sample() and zzub_player_load_bmx()/zzub_player_save_bmx().

In-memory streams are implemented via the zzub_archive_t object and destroyed via zzub_archive_destroy(). File-streams are created with zzub_input_open_file and zzub_output_create_file() and closed/destroyed with zzub_input_destroy() and zzub_output_destroy().

Nested Classes [hide private]
  _wrapper_
Memory and file streams - load/save from/to file/clipboard Create file or memory data streams for use by e.g zzub_wavetable_load_sample() and zzub_player_load_bmx()/zzub_player_save_bmx().
Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

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

Class Variables [hide private]
  _fields_ = []
  _anonymous_ = []
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__