change_freq   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/audio_101.xtm

Implementation

;; write accessor function for modification
;; of closure slots freq1 and freq2
(bind-func change_freq
  (lambda (freq1 freq2)
    (dsp.freq1:SAMPLE freq1)
    (dsp.freq2:SAMPLE freq2)))


Back to Index

Similar Entries