diff options
Diffstat (limited to 'lv2/event/event.h')
-rw-r--r-- | lv2/event/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/event/event.h b/lv2/event/event.h index 30d73a6..aa67390 100644 --- a/lv2/event/event.h +++ b/lv2/event/event.h @@ -81,7 +81,7 @@ typedef struct { The frames portion of timestamp. The units used here can optionally be set for a port (with the lv2ev:timeUnits property), otherwise this is audio frames, corresponding to the sample_count parameter of the LV2 run - method (e.g. frame 0 is the first frame for that call to run). + method (frame 0 is the first frame for that call to run). */ uint32_t frames; |