clojure泛音(命令)

时间:2015-06-22 21:25:40

标签: clojure overtone

at实际上在clojure中做了什么?我在互联网上看到了这个例子,为泛音做了一个循环而无法得到at

的含义
(defn looper [nome sound]
  (let [beat (nome)]
     (at (nome beat) (sound))
      (apply-at (nome (inc beat)) looper nome sound [])))`

1 个答案:

答案 0 :(得分:5)

except requests.ANYERROR as e: print e 命令是泛音的一部分,而不是Clojure。

泛音备忘单显示它是一个计时功能:

https://github.com/overtone/overtone/raw/master/docs/cheatsheet/overtone-cheat-sheet.pdf

你也可以看看github和wiki:

https://github.com/overtone/overtone https://github.com/overtone/overtone/wiki http://overtone.github.io/