diff options
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 01d4c86..f550f35 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -71,7 +71,6 @@ struct JalvImpl { LV2_URID_Unmap unmap; ///< Int => URI map SerdEnv* env; ///< Environment for RDF printing Sratom* sratom; ///< Atom serialiser - Sratom* ui_sratom; ///< Atom serialiser for UI thread Symap* symap; ///< URI map ZixSem symap_lock; ///< Lock for URI map JalvBackend* backend; ///< Audio system backend @@ -102,7 +101,7 @@ struct JalvImpl { uint32_t block_length; ///< Audio buffer size (block length) size_t midi_buf_size; ///< Size of MIDI port buffers uint32_t control_in; ///< Index of control input port - uint32_t num_ports; ///< Size of the two following arrays: + uint32_t num_ports; ///< Total number of ports on the plugin uint32_t plugin_latency; ///< Latency reported by plugin (if any) float ui_update_hz; ///< Frequency of UI updates float ui_scale_factor; ///< UI scale factor |