fix: add missing QUEUED_TRIGGER_POOL_SIZE define to engine.h

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-01 23:03:08 +00:00
parent ab65a2aa61
commit 2c547b3486

View File

@@ -42,6 +42,12 @@ typedef struct {
// Maximum number of queued commands from frontend to audio thread // Maximum number of queued commands from frontend to audio thread
#define MAX_QUEUED_COMMANDS 64 #define MAX_QUEUED_COMMANDS 64
// Size of the pre-allocated trigger pool (must match engine.c)
#define QUEUED_TRIGGER_POOL_SIZE 64
// Size of the pre-allocated trigger pool (must match engine.c)
#define QUEUED_TRIGGER_POOL_SIZE 64
typedef enum { typedef enum {
CMD_TRIGGER_CLIP, CMD_TRIGGER_CLIP,
CMD_TRIGGER_SCENE, CMD_TRIGGER_SCENE,