ipytone.MultibandSplit#
- class ipytone.MultibandSplit(**kwargs: Any)#
Bases:
PyAudioNodeSplit the incoming signal into three bands (low, mid, high), with cross-over frequency controls.
- __init__(low_frequency=400, high_frequency=2500, q=1, **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.
disposedreturns the high band filter.
Mid/high cross-over frequency.
inputreturns the low band filter.
Low/mid cross-over frequency.
returns the mid band filter.
nameA trait for unicode strings.
number_of_inputsnumber_of_outputsoutputFilter Q factor.
Returns the wrapped audio node widget.
- property widget#
Returns the wrapped audio node widget.