Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
audio_group_track.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2019-2020 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
10#ifndef __AUDIO_AUDIO_GROUP_TRACK_H__
11#define __AUDIO_AUDIO_GROUP_TRACK_H__
12
13typedef struct Track Track;
14
15void
16audio_group_track_init (Track * track);
17
18void
19audio_group_track_setup (Track * self);
20
21#endif // __AUDIO_AUDIO_BUS_TRACK_H__
Track to be inserted into the Project's Tracklist.
Definition track.h:177