Skip to content

Commit

Permalink
Commit for change from last night that didn't get saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Sep 19, 2024
1 parent 1b1cddd commit de26386
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/um/note.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,15 @@ C-1 0
C 0
))

;; The initial division of the range 0-127 into the ppp to fff dynamic ranges
;; (of which there are eight) was done in the following manner:
;;
;; lfe> (list-comp ((<- x (lutil-lists:chunks (lists:seq 10 120)
;; 8 ; <-- number of parts
;; #(by-parts))))
;; (lists:nth 7 x))
;; Which gave:
;; (16 30 44 58 72 86 100 114)
(defun dynamics ()
`#m(
ffff 127
Expand Down

0 comments on commit de26386

Please sign in to comment.