From 4466b8525cd97f5fde392a42f2c730ab46ccb18a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Nov 2024 09:01:46 -0500 Subject: Move control port buffers to a separate array --- src/port.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/port.h') diff --git a/src/port.h b/src/port.h index 6b5e522..89185b1 100644 --- a/src/port.h +++ b/src/port.h @@ -24,7 +24,6 @@ typedef struct { void* widget; ///< Control widget, if applicable size_t buf_size; ///< Custom buffer size, or 0 uint32_t index; ///< Port index - float control; ///< For control ports, otherwise 0.0f bool reports_latency; ///< For control port outputs bool is_primary; ///< True for main control/reponse channel } JalvPort; -- cgit v1.2.1