ipytone.PanVol#
- class ipytone.PanVol(**kwargs: Any)#
Bases:
PyAudioNodePanner and Volume in one.
- __init__(pan=0, volume=0, mute=False, channel_count=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.
disposedinputmutenameA trait for unicode strings.
number_of_inputsnumber_of_outputsoutputPan control parameter.
Volume control in decibels.
Returns the wrapped audio node widget.
- property widget#
Returns the wrapped audio node widget.