ipytone.LowpassCombFilter#
- class ipytone.LowpassCombFilter(**kwargs: Any)#
Bases:
PyAudioNodeFeedback comb + lowpass filter.
- __init__(delay_time=0.1, resonance=0.5, dampening=3000, **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.
Dampening control of the feedback.
Amount of delay of the comb filter.
disposedinputnameA trait for unicode strings.
number_of_inputsnumber_of_outputsoutputAmount of feedback of the delayed signal.
Returns the wrapped audio node widget.
- property dampening#
Dampening control of the feedback.
- property widget#
Returns the wrapped audio node widget.