-
Hey @Rainbow-Dreamer !!!
Its been a while since we have talked so I figured I would pop in and say hi! :)
First of all, I wanted to thank you for all the work you did on musicpy. Its very nice n…
-
# 用musicpy制作音符画 | LNN的博客!
用musicpy制作音符画 musicpy是国人写的一个不错的库,操作音符挺方便的,运算符重载很到位,只是IDE太寒碜了(×)(建议开发VSCode插件( 今天呢就用它解决了困扰了我一段时间的问题——按几何图形绘制音符画。之前尝试拿鼠标手动画每个音符,到最后就发现画得一
[https://dgck81lnn.github.io/blog/po…
-
```
a = mp.chord('A4, E4, G4, B4') % (1/16, 1/16)
b = mp.chord('B4, E4, G4, B4') % (1/4, 1/4)
c = mp.chord('C4, E4, G4, B4') % (1/2, 1/2)
t1 = mp.track(a*8, instrument='Clarinet')
t2 = mp.trac…
-
Salut,
Voici le résultat de ma réflexion de ces dernières 48h.
# Une modélisation informatique de la musique
## Conventions dans le document
Certains mots sont en **français et en gras**,…
-
Hi , first of all kudos to work done by you . I am not sure if you are aware of hook pad theory ? basically it is sketching notes and chords with tones of options . It helps in understanding theory in…
-
**Describe the bug**
In Pyglet 2.0.13 and 2.0.14, it seems there is an issue with width in shapes.Line. Consider the following:
```
import pyglet
from pyglet import shapes
# Setup the windo…
-
**environment**
google colab
**code**
same like on your git and pypi
```
pip install -U musicpy
from musicpy import *
guitar = (C('CM7', 3, 1/4, 1/8)^2 |
C('G7sus', 2, 1/4, 1/8)…
-
![image](https://github.com/helge17/tuxguitar/assets/2418295/622a600a-93b1-4d9e-b01f-afe4da379229)
**background**
the midi is about to learn C Ionian Scale or C Major Scale
that consist the note …
-
运行测试demo,无法产生音效,只有‘dep’的声音
-
现在使用和弦语法构成和弦似乎默认是以升号表示半音。以三和弦为例,一般认为三和弦是1 3 5的变化,比如
C 大三和弦:1 3 5
Cm 小三和弦 :1 b3 5
Caug 增三和弦:1 3 #5
Cdim 减三和弦 :1 b3 b5
当使用musicpy.C('Cdim')构建和弦,和弦的构成音为[C4, D#4, F#4],能否修改为默认显示[C4, Eb4, Gb4]?这样对…