gui/widgets/channel_slot.h file

Channel slot.

Contents

Functions

auto channel_slot_widget_new_instrument(void) -> ChannelSlotWidget*
Creates a new ChannelSlot widget whose track and plugin can change.
auto channel_slot_widget_new(int slot_index, Track* track, PluginSlotType type, bool open_plugin_inspector_on_click) -> ChannelSlotWidget*
Creates a new ChannelSlot widget and binds it to the given value.
void channel_slot_widget_set_state_flags(ChannelSlotWidget* self, GtkStateFlags flags, bool set)
Sets or unsets state flags and redraws the widget.