Jump to content

Featured Replies

Posted
(defun permute-by-rule (n rule row)
  (append (list row)
          (loop repeat n
            collect (setf row (position-filter rule row)))))

;; row => a row (or a list)
;; n => number of generations
;; rule => new position/order in every generation - keep attention it's 0-based!!! => for 12 pitches use 0 to 11

(permute-by-rule 20 '(2 0 1 5 11 3 8 6 4 9 10 7) (make-scale 'c4 12))

 

Bildschirmfoto 2022-05-18 um 21.00.47.png

  • Author

an idea (permutationsfaktor) used by HELMUT LACHENMANN for many of his pieces - to organize/build his strukturnetz.

from an article by PIETRO CAVALLOTTI ("Die Funktion des Strukturnetzes am Beispiel von Mouvement (- vor der Erstarrung)")

 

foto.thumb.png.bbf29d8e49222cc6fa584f6f7c30dbc9.png

Create an account or sign in to comment


Copyright © 2014-2025 Opusmodus™ Ltd. All rights reserved.
Product features, specifications, system requirements and availability are subject to change without notice.
Opusmodus, the Opusmodus logo, and other Opusmodus trademarks are either registered trademarks or trademarks of Opusmodus Ltd.
All other trademarks contained herein are the property of their respective owners.

Powered by Invision Community

Important Information

Terms of Use Privacy Policy