ipytone.Follower#
- class ipytone.Follower(**kwargs: Any)#
Bases:
PyAudioNodeSimple envelope follower that consists of a lowpass filter applied to the absolute value of an incoming audio signal.
- __init__(smoothing=0.05, **kwargs)#
Methods
chain(*destinations)connect(destination[, output_number, ...])disconnect(destination[, output_number, ...])dispose()fan(*destinations)to_destination()Attributes
channel_countAn int trait.
channel_count_modeAn enum whose value must be in a given sequence.
channel_interpretationAn enum whose value must be in a given sequence.
disposedinputnameA trait for unicode strings.
number_of_inputsnumber_of_outputsoutputEnvelope follower smoothing, in seconds.
Returns the wrapped audio node widget.
- property smoothing#
Envelope follower smoothing, in seconds.
- property widget#
Returns the wrapped audio node widget.