From 99d7cfbb08067370661ba5d3dcc628a107ad63d7 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 28 Feb 2022 15:47:48 -0500 Subject: Ensure default bank player gain is 1.0 --- include/xas/bank.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/xas/bank.h b/include/xas/bank.h index 982302f..aed01ab 100644 --- a/include/xas/bank.h +++ b/include/xas/bank.h @@ -6,6 +6,8 @@ #include #include +#define XAS_BANK_PLAYER_DEFAULT_GAIN 1.0f + enum xas_bank_player_status { XAS_BANK_PLAYER_STOPPED, XAS_BANK_PLAYER_PLAYING, -- cgit v1.2.3