pc:distance-of-chord   scheme


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

Implementation

(define pc:distance-of-chord
   (lambda (chd pc)
      (apply + (map (lambda (p)
                       (pc:distance p pc))
                    chd))))


Back to Index