Commit 46469a73e78d5dcea63bbc601802918feb0b24de

Thomas de Grivel 2020-02-03T21:21:48

reduce number of notes

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/rtbuf_music.h b/rtbuf_music.h
index ab4732c..1858b0b 100644
--- a/rtbuf_music.h
+++ b/rtbuf_music.h
@@ -67,7 +67,7 @@ enum {
 #define RTBUF_MUSIC_NOTE_IN_STOP(notes, i) \
   (notes + 1 + RTBUF_MUSIC_NOTE_INS * i + RTBUF_MUSIC_NOTE_IN_STOP)
 
-#define RTBUF_MUSIC_NOTE_MAX 128
+#define RTBUF_MUSIC_NOTE_MAX 32
 
 #pragma pack(push,1)
 typedef struct rtbuf_music_notes {