lilv_activate   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/contrib/lilv.xtm

Implementation

;; activate plugin
(bind-func lilv_activate
  (lambda (instance:LilvInstance*)
    (let ((descriptor (tref instance 0))
          (handle (tref instance 1))
          (activate_fptr (tref descriptor 3)))
      (fptrcall activate_fptr handle)
      void)))


Back to Index

Similar Entries