diff options
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index df07cb2..093ead9 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -92,7 +92,10 @@ typedef struct { typedef struct { LV2_URID atom_Float; + LV2_URID atom_Int; LV2_URID atom_eventTransfer; + LV2_URID bufsz_maxBlockLength; + LV2_URID bufsz_minBlockLength; LV2_URID log_Trace; LV2_URID midi_MidiEvent; LV2_URID param_sampleRate; |