From cebeaf23baa346201e76658139caa68d7d33d42f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Feb 2015 01:52:08 +0000 Subject: Report Jack latency (Patch from Robin Gareus). git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5557 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jalv_internal.h') diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 31eb69b..9700f1f 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -134,6 +134,7 @@ typedef struct { LilvNode* lv2_connectionOptional; LilvNode* lv2_control; LilvNode* lv2_name; + LilvNode* lv2_reportsLatency; LilvNode* midi_MidiEvent; LilvNode* pg_group; LilvNode* pset_Preset; @@ -196,6 +197,7 @@ typedef struct { uint32_t control_in; ///< Index of control input port uint32_t num_ports; ///< Size of the two following arrays: uint32_t longest_sym; ///< Longest port symbol + uint32_t plugin_latency; ///< Latency reported by plugin (if any) float ui_update_hz; ///< Frequency of UI updates jack_nframes_t sample_rate; ///< Sample rate jack_nframes_t event_delta_t; ///< Frames since last update sent to UI -- cgit v1.2.1