button.channel

Channel Button

Classes

ChannelButton

Channel indicator button with synth-specific styling

Module Contents

class button.channel.ChannelButton(parent: PySide6.QtWidgets.QWidget = None)[source]

Bases: PySide6.QtWidgets.QPushButton

Channel indicator button with synth-specific styling

CHANNEL_STYLES[source]
current_channel = 0[source]
set_channel(channel: int) None[source]

Set channel and update appearance

Parameters:

channel – int

_update_style() None[source]

Update button appearance based on channel

Returns:

None