libzzub 0.2
void zzub_pattern_destroy ( zzub_pattern_t pattern)

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.