diff options
Diffstat (limited to 'src/port.h')
-rw-r--r-- | src/port.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |