ipytone.MultibandCompressor#
- class ipytone.MultibandCompressor(**kwargs: Any)#
Bases:
PyAudioNodeThree-band (low/mid/high) compressor.
- __init__(low=None, mid=None, high=None, low_frequency=250, high_frequency=2000, **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.
disposedHigh band compressor.
Mid/high cross-over frequency.
inputLow band compressor.
Low/mid cross-over frequency.
Mid band compressor.
nameA trait for unicode strings.
number_of_inputsnumber_of_outputsoutputReturns the wrapped audio node widget.
- property high: Compressor#
High band compressor.
- property low: Compressor#
Low band compressor.
- property mid: Compressor#
Mid band compressor.
- property widget#
Returns the wrapped audio node widget.