Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
utils.h
1// SPDX-FileCopyrightText: © 2024-2026 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4#pragma once
5
6#include "./audio.h"
7#include "./audio_file.h"
8#include "./concurrency.h"
9#include "./exceptions.h"
10#include "./file_path_list.h"
11#include "./icloneable.h"
12#include "./math_utils.h"
13#include "./midi.h"
14#include "./monotonic_time_provider.h"
15#include "./note_type.h"
16#include "./qt.h"
17#include "./rt_thread_id.h"
18#include "./serialization.h"
19#include "./utf8_string.h"
20#include "./uuid_identifiable_object.h"
21#include "./variant_helpers.h"
MIDI utils.