Initial revision
This commit is contained in:
13
src/const.h
Normal file
13
src/const.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// SPDX-FileCopyrightText: 2022 Geoffrey D. Bennett <g@b4.vu>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
// maximum number of mix outputs
|
||||
#define MAX_MIX_OUT 12
|
||||
|
||||
// maximum number of mux inputs
|
||||
#define MAX_MUX_IN 25
|
||||
|
||||
// maximum number of meters
|
||||
#define MAX_METERS 65
|
||||
Reference in New Issue
Block a user