active_notes   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/instruments/instrument_params.xtm

Implementation

(bind-func active_notes
  (lambda (inst:i8*)
    (let ((val (cref (cast inst [void]*) numactive i64)))
      (convert val i32))))


Back to Index

Similar Entries