From 3fee4251ce87f277395e34530f263584204a3998 Mon Sep 17 00:00:00 2001 From: Bruno Czekay Date: Mon, 30 Mar 2020 20:21:59 +0200 Subject: [PATCH] Set MAX_BPI to 128, to allow 32 bars long loops Many jazz standards are 32 bars long. While it's possible to change this settings from the Ninjam console, it would be nice to be able to get this value from the config file (and block the console changes). --- ninjam/server/usercon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ninjam/server/usercon.h b/ninjam/server/usercon.h index d26e5831..a58d8a80 100644 --- a/ninjam/server/usercon.h +++ b/ninjam/server/usercon.h @@ -54,7 +54,7 @@ #define PRIV_VOTE 128 #define MAX_BPM 400 -#define MAX_BPI 64 +#define MAX_BPI 128 #define MIN_BPM 40 #define MIN_BPI 2