diff options
author | David Robillard <d@drobilla.net> | 2024-11-17 09:01:46 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 19:04:31 -0500 |
commit | 4466b8525cd97f5fde392a42f2c730ab46ccb18a (patch) | |
tree | 0e019e8ad7e721ee3a29a9efdd0f921d97ba7d86 /src/port.h | |
parent | 57b544a5b036e671a516192dd2b4c2b84c37a3df (diff) | |
download | jalv-4466b8525cd97f5fde392a42f2c730ab46ccb18a.tar.gz jalv-4466b8525cd97f5fde392a42f2c730ab46ccb18a.tar.bz2 jalv-4466b8525cd97f5fde392a42f2c730ab46ccb18a.zip |
Move control port buffers to a separate array
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; |