4-implement-scene-switching-engine #4

Merged
boomjacky merged 16 commits from 4-implement-scene-switching-engine into master 2026-05-13 12:51:04 -04:00
Showing only changes of commit 74db4ed46c - Show all commits

View File

@@ -61,6 +61,7 @@ static int ensure_capacity(jack_client_t *client, int idx) {
static void apply_command(command_t cmd) { static void apply_command(command_t cmd) {
int cap = atomic_load(&channel_capacity); int cap = atomic_load(&channel_capacity);
struct channel_t *cur = get_channels_array();
switch (cmd.type) { switch (cmd.type) {
case CMD_CYCLE: case CMD_CYCLE: