diff options
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index fee0451..ef421ca 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -91,9 +91,11 @@ typedef struct { } JalvOptions; typedef struct { + LV2_URID atom_Float; LV2_URID atom_eventTransfer; LV2_URID log_Trace; LV2_URID midi_MidiEvent; + LV2_URID param_sampleRate; LV2_URID time_Position; LV2_URID time_bar; LV2_URID time_barBeat; |