Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
rack_controller.h
1/*
2 * audio/rack_controller.h - Rack controller
3 *
4 * Copyright (C) 2018 Alexandros Theodotou
5 *
6 * This file is part of Zrythm
7 *
8 * Zrythm is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU Affero General Public License as published by
10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version.
12 *
13 * Zrythm is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU Affero General Public License for more details.
17 *
18 * You should have received a copy of the GNU Affero General Public License
19 * along with Zrythm. If not, see <https://www.gnu.org/licenses/>.
20 */
21
22#ifndef __AUDIO_RACK_CONTROLLER_H__
23#define __AUDIO_RACK_CONTROLLER_H__
24
25typedef struct Plugin Plugin;
26
27typedef struct RackController
28{
29 int id;
33
34#endif
The base plugin Inheriting plugins must have this as a child.
Definition plugin.h:71
int plugin_id
the plugin doing the work
int id
position in the rack
Plugin * plugin
cache