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:
@@ -15,6 +15,8 @@
|
||||
#define MAX_SCENES 8
|
||||
#define MAX_CHANNELS 8
|
||||
#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_UNDO_HISTORY 256
|
||||
|
||||
|
||||
Reference in New Issue
Block a user