Skip to content

Commit bb63541

Browse files
committed
Use 10 monitor ports for pablito
Signed-off-by: falkTX <[email protected]>
1 parent c74f24c commit bb63541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monitor/monitor-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ int jack_initialize(jack_client_t* client, const char* load_init)
438438
#elif defined(_MOD_DEVICE_DUOX)
439439
const uint32_t numports = mon->extra_active ? 4 : 2;
440440
#elif defined(_DARKGLASS_DEVICE_PABLITO)
441-
const uint32_t numports = 8;
441+
const uint32_t numports = 10;
442442
#else
443443
uint32_t numports = 0;
444444

0 commit comments

Comments
 (0)