Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Edwards committed Feb 19, 2024
1 parent 12d1937 commit c9b75b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/examples/tempus-perfectum-change-pitches.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
;;;
;;; Creation date: February 19th 2024
;;;
;;; $$ Last modified: 13:49:52 Mon Feb 19 2024 CET
;;; $$ Last modified: 13:51:27 Mon Feb 19 2024 CET
;;;
;;; ****
;;; Licence: Copyright (c) 2010 Michael Edwards
Expand Down Expand Up @@ -57,12 +57,12 @@
;; change. Change 'em all by default, just to prove
;; it works.
(change-chance-env '(0 100 100 100)))
(let* ((all-events (get-events-sorted-by-time sc))
(chance 0.0)
(do-it nil)
(main-player-note nil)
(event-count 0)
(changed-count 0))
(let ((all-events (get-events-sorted-by-time sc))
(chance 0.0)
(do-it nil)
(main-player-note nil)
(event-count 0)
(changed-count 0))
;; we've used an x-axis from 0-100 (or whatever), but need to stretch this
;; over all the notes in the whole piece (including, for simplicity's sake
;; the main-player)
Expand Down

0 comments on commit c9b75b2

Please sign in to comment.