ipytone.PanVol#

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

Bases: PyAudioNode

Panner 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_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.

disposed

input

mute

name

A trait for unicode strings.

number_of_inputs

number_of_outputs

output

pan

Pan control parameter.

volume

Volume control in decibels.

widget

Returns the wrapped audio node widget.

property pan: Param#

Pan control parameter.

value = -1 -> hard left value = 1 -> hard right

property volume: Param#

Volume control in decibels.

property widget#

Returns the wrapped audio node widget.