Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
export_midi_file_dialog.h
1// SPDX-FileCopyrightText: © 2019, 2021-2022 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4#ifndef __GUI_WIDGETS_EXPORT_MIDI_FILE_DIALOG_H__
5#define __GUI_WIDGETS_EXPORT_MIDI_FILE_DIALOG_H__
6
7#include "gui/backend/gtk_widgets/gtk_wrapper.h"
8
9class Region;
10
16void
17export_midi_file_dialog_widget_run (
18 GtkWindow * parent,
19 const TimelineSelections * sel);
20
21#endif