Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
midi_channel_selection_dropdown.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: © 2023 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
8
#ifndef __GUI_WIDGETS_MIDI_CHANNEL_SELECTION_DROPDOWN_H__
9
#define __GUI_WIDGETS_MIDI_CHANNEL_SELECTION_DROPDOWN_H__
10
11
#include "
utils/types.h
"
12
13
#include "gtk_wrapper.h"
14
15
TYPEDEF_STRUCT (
Track
);
16
26
void
27
midi_channel_selection_dropdown_widget_refresh
(
28
GtkDropDown * self,
29
Track
* track);
30
35
#endif
midi_channel_selection_dropdown_widget_refresh
void midi_channel_selection_dropdown_widget_refresh(GtkDropDown *self, Track *track)
Recreates the internal model(s) on the given dropdown.
Track
Track to be inserted into the Project's Tracklist.
Definition
track.h:177
types.h
Custom types.
gui
widgets
midi_channel_selection_dropdown.h
Generated by
1.11.0