def __init__( self, pv_chain=None, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, )
def __init__( self, pv_chain=None, freeze=0, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, freeze=freeze, )
def __init__( self, pv_chain=None, wipe=0, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, wipe=wipe, )
def __init__( self, bins=0, pv_chain=None, ): PV_ChainUGen.__init__( self, bins=bins, pv_chain=pv_chain, )
def __init__( self, pv_chain=None, trigger=0, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, trigger=trigger, )
def __init__( self, pv_chain=None, threshold=0, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, threshold=threshold, )
def __init__( self, pv_chain_a=None, pv_chain_b=None, ): PV_ChainUGen.__init__( self, pv_chain_a=pv_chain_a, pv_chain_b=pv_chain_b, )
def __init__( self, pv_chain_a=None, pv_chain_b=None, zeroed=0.0001, ): PV_ChainUGen.__init__( self, pv_chain_a=pv_chain_a, pv_chain_b=pv_chain_b, zeroed=zeroed, )
def __init__( self, pv_chain=None, shift=0, stretch=1, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, shift=shift, stretch=stretch, )
def __init__( self, aimag=0, areal=0, pv_chain=None, ): PV_ChainUGen.__init__( self, aimag=aimag, areal=areal, pv_chain=pv_chain, )
def __init__( self, pv_chain=None, integrate=0, shift=None, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, integrate=integrate, shift=shift, )
def __init__( self, pv_chain_a=None, pv_chain_b=None, trigger=0, wipe=0, ): PV_ChainUGen.__init__( self, pv_chain_a=pv_chain_a, pv_chain_b=pv_chain_b, trigger=trigger, wipe=wipe, )
def __init__( self, calculation_rate=None, buffer_id=None, hop=0.5, polar=0, ): PV_ChainUGen.__init__( self, calculation_rate=calculation_rate, buffer_id=buffer_id, hop=hop, polar=polar, )
def __init__( self, pv_chain=None, trigger=0, width=0.2, wipe=0, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, trigger=trigger, width=width, wipe=wipe, )
def __init__( self, pv_chain=None, num_teeth=0, phase=0, width=0.5, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, num_teeth=num_teeth, phase=phase, width=width, )
def __init__( self, pv_chain=None, propf=0, proph=0, threshold=1, waittime=0.04, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, propf=propf, proph=proph, threshold=threshold, waittime=waittime, )
def __init__( self, pv_chain=None, prophfc=0.25, prophfe=0.25, propsc=0.25, propsf=0.25, threshold=1, waittime=0.04, ): PV_ChainUGen.__init__( self, pv_chain=pv_chain, prophfc=prophfc, prophfe=prophfe, propsc=propsc, propsf=propsf, threshold=threshold, waittime=waittime, )
def __init__( self, calculation_rate=None, bufsize=None, chain=None, frombin=0, magsphases=None, tobin=None, zeroothers=0, ): PV_ChainUGen.__init__( self, calculation_rate=calculation_rate, bufsize=bufsize, chain=chain, frombin=frombin, magsphases=magsphases, tobin=tobin, zeroothers=zeroothers, )
def __init__( self, buffer_id=None, source=None, active=1, hop=0.5, window_size=0, window_type=0, ): import supriya.ugens if buffer_id is None: buffer_size = window_size or 2048 buffer_id = supriya.ugens.LocalBuf(buffer_size) PV_ChainUGen.__init__( self, active=active, buffer_id=buffer_id, hop=hop, source=source, window_size=window_size, window_type=window_type, )