Skip to content

Commit

Permalink
Added phantom fundamental back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctford committed Nov 16, 2012
1 parent 3f8f026 commit 2541de3
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/goldberg/variations/canone_alla_quarta.clj
Expand Up @@ -67,6 +67,27 @@
(beep 300)
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Psycho-acoustics ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(comment
(bell 600 10.0)
(bell 500 10.0 0.0)
(bell 400 10.0 0.0 0.0)
)













;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Equal temperament ;;
Expand Down Expand Up @@ -324,7 +345,7 @@
(sketch
:title "Time vs pitch"
:target :perm-frame
:setup (fn [] (smooth) (frame-rate 20) (background 200))
:setup (fn [] (smooth) (frame-rate 20) (background 200))
:draw (fn []
(let [colours
(fnil {:leader [190 90 90]
Expand Down

0 comments on commit 2541de3

Please sign in to comment.