ipytone.LowpassCombFilter#

class ipytone.LowpassCombFilter(**kwargs: Any)#

Bases: PyAudioNode

Feedback 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_count

An int trait.

channel_count_mode

An enum whose value must be in a given sequence.

channel_interpretation

An enum whose value must be in a given sequence.

dampening

Dampening control of the feedback.

delay_time

Amount of delay of the comb filter.

disposed

input

name

A trait for unicode strings.

number_of_inputs

number_of_outputs

output

resonance

Amount of feedback of the delayed signal.

widget

Returns the wrapped audio node widget.

property dampening#

Dampening control of the feedback.

property delay_time: Param#

Amount of delay of the comb filter.

property resonance: Param#

Amount of feedback of the delayed signal.

property widget#

Returns the wrapped audio node widget.