aiff_validate   xtlang


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

Implementation

(bind-func aiff_validate
  (lambda (fileptr)
    (and (= (strncmp fileptr "FORM" 4) 0)
         (= (strncmp (pref-ptr fileptr 8) "AIFF" 4) 0))))


Back to Index

Similar Entries