ipytone.Channel#
- class ipytone.Channel(**kwargs: Any)#
Bases:
PyAudioNodeAn audio node that provides a channel strip interface with volume, pan, solo and mute controls.
This node may also be used to create channel buses that may receive audio from one or more other channels.
- __init__(pan=0, volume=0, solo=False, mute=False, channel_count=1, **kwargs)#
Methods
chain(*destinations)connect(destination[, output_number, ...])disconnect(destination[, output_number, ...])dispose()fan(*destinations)receive(name)Receive audio from a bus channel referenced by
name.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.
disposedinputmuteIf the current instance is muted, i.e., another instance is soloed
nameA trait for unicode strings.
number_of_inputsnumber_of_outputsoutputpansolovolumeReturns the wrapped audio node widget.
- receive(name)#
Receive audio from a bus channel referenced by
name.
- property widget#
Returns the wrapped audio node widget.