Successfully reported this slideshow.
Your SlideShare is downloading. ×

Geekcamp ID 2015: Programmable Music

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Upcoming SlideShare
earthquake.gem
earthquake.gem
Loading in …3
×

Check these out next

1 of 13 Ad

Geekcamp ID 2015: Programmable Music

Download to read offline

My talk about music programming using Clojure and Overtone. Check my demo source code at https://github.com/bepitulaz/programmable-music.

My talk about music programming using Clojure and Overtone. Check my demo source code at https://github.com/bepitulaz/programmable-music.

Advertisement
Advertisement

More Related Content

Similar to Geekcamp ID 2015: Programmable Music (20)

Advertisement

Recently uploaded (20)

Geekcamp ID 2015: Programmable Music

  1. 1. (Programmable-Music) By Asep Bagja Priandana/@bepitulaz
  2. 2. Who Am I? CTO at Organizer at Also a farmer wannabe at my private greenhouse and seasonal bedroom musician.
  3. 3. The Usual Way To Play Music
  4. 4. The Programmer’s Way
  5. 5. A Lisp implementation on top of Java Virtual Machine
  6. 6. How is It Looks Like? (function-name argument another-argument and-whatever-argument) ‘a-symbol :a-keyword “a-string” [a vector] {:a map} @atom ;; a comment
  7. 7. Clojure’s Sample Code ;; Function definition (defn simple-func [a b] (let [result (+ a b)] (if (> result 10) true false))) ;; Calling a function (simple-func 5 8) ;; The result is true
  8. 8. Open source audio environment using Super Collider engine for Clojure programming language.
  9. 9. LET’S MAKE SOME ((( NOISES! ))) Hello World!
  10. 10. Sample 1: Frequency Modulation Synthesis
  11. 11. Sample 2: Play The Sampler
  12. 12. Sample 3: Create Sequencer
  13. 13. LET’S ((( JAM! ))) Thank you and …

×