Load audition synth on demand
[ardour.git] / libs / ardour / lv2_evbuf.h
index 3700be8e0288c3224001f056de892f6611e7ce91..000fb9c25f6425f7a91d4466616cfbb3d89fde72 100644 (file)
@@ -142,7 +142,7 @@ lv2_evbuf_next(LV2_Evbuf_Iterator iter);
 */
 bool
 lv2_evbuf_get(LV2_Evbuf_Iterator iter,
-              uint32_t*          frames,
+              uint32_t*          samples,
               uint32_t*          subframes,
               uint32_t*          type,
               uint32_t*          size,
@@ -157,7 +157,7 @@ lv2_evbuf_get(LV2_Evbuf_Iterator iter,
 */
 bool
 lv2_evbuf_write(LV2_Evbuf_Iterator* iter,
-                uint32_t            frames,
+                uint32_t            samples,
                 uint32_t            subframes,
                 uint32_t            type,
                 uint32_t            size,