issues
search
54 results
for musicpy
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
Rainbow-Dreamer/musicpy
#4
Can someone compare this project to SonicPi?
abbychau
updated
3 years ago
2
Rainbow-Dreamer/musicpy
#18
chord类的setvolume方法,当ind参数设为'all'的时候,为什么要对self.notes进行note的类型…
如题,在structures.py的1204行里有这样的语句: ```python available_notes = [i for i in self.notes if type(i) == note] ``` 根据上下文来看,这里的意思是,当`ind`参数设置为`all`以后,需要对`self.notes`里的每个内容进行类型检查,只有那些类型为`note`的对象才会被修改音量…
DiamondI
updated
3 years ago
3
Rainbow-Dreamer/musicpy
#2
【提议】建议将当前原有的Readme内容整理到Wiki中。
可以将当前 Readme 的内容整理到 Wiki 作为项目的 **Quick Start** 文档供他人查阅,Readme 可以讲述项目的安装、使用和贡献项目的方法。 合理编写 Readme 将有助于其他人使用,甚至是贡献项目!**:D**
LamGC
updated
4 years ago
4
Rainbow-Dreamer/musicpy
#3
play 时,sh: temp.mid: command not found 报错
作者您好,我按照b站教程,运行如下代码 ```python from musicpy import * a=note('A',5,duration=3) b=chd("C5","maj7",duration=1,intervals=1) play(a) # print(b) ``` play这句报错:**sh: temp.mid: command not found** …
rovesoul
updated
4 years ago
2
上一页
1
...
1
2
3
4
5
6
...
6
下一页