Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
midi_channel_selection_dropdown.h
1// SPDX-FileCopyrightText: © 2023-2024 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4#ifndef __GUI_WIDGETS_MIDI_CHANNEL_SELECTION_DROPDOWN_H__
5#define __GUI_WIDGETS_MIDI_CHANNEL_SELECTION_DROPDOWN_H__
6
7#include "common/utils/types.h"
8#include "gui/backend/gtk_widgets/gtk_wrapper.h"
9
10class ChannelTrack;
11
17
21void
23 GtkDropDown * self,
24 ChannelTrack * track);
25
29
30#endif
void midi_channel_selection_dropdown_widget_refresh(GtkDropDown *self, ChannelTrack *track)
Recreates the internal model(s) on the given dropdown.