Offline pattern methods These functions are meant to help editing
patterns. Note you cannot retreive a direct zzub_pattern_t object for a
"live pattern". You can however, use zzub_plugin_get_pattern to
retreive copies of live patterns, and then call
zzub_plugin_update_pattern to write the changed pattern back to the
engine. Alternately,
zzub_plugin_get_pattern_value/zzub_plugin_set_pattern_value can also be
used to edit single values in live patterns.
|
__init__(self,
handle)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_value(self,
row,
group,
track,
column,
value) |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|