fix: add missing GRID_ROWS and GRID_COLS defines to dispatcher.h

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-03 10:40:09 +00:00
parent adcc5e14cf
commit ce1c7a249f

View File

@@ -15,6 +15,8 @@
#define MAX_SCENES 8 #define MAX_SCENES 8
#define MAX_CHANNELS 8 #define MAX_CHANNELS 8
#define MAX_CLIPS 512 // 8 grids * 8 scenes * 8 channels #define MAX_CLIPS 512 // 8 grids * 8 scenes * 8 channels
#define GRID_ROWS MAX_SCENES
#define GRID_COLS MAX_CHANNELS
#define MAX_BUFFER_SIZE 441000 // 10 seconds at 44.1kHz #define MAX_BUFFER_SIZE 441000 // 10 seconds at 44.1kHz
#define MAX_UNDO_HISTORY 256 #define MAX_UNDO_HISTORY 256