gpt4 book ai didi

Clojure 泛音(按命令)

转载 作者:行者123 更新时间:2023-12-02 10:05:51 25 4
gpt4 key购买 nike

at 在 clojure 中实际上做了什么?我在互联网上看到这个例子,制作了一个泛音循环,但无法理解 at 的含义:

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

最佳答案

at 命令是泛音的一部分,而不是 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/

关于Clojure 泛音(按命令),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30990087/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com