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