Skip to content

Commit 18faaf3

Browse files
AI chart builder comming soon!
1 parent 5c073b4 commit 18faaf3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ai_chart_builder.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1+
'''
2+
This file makes ai charts given a music!
3+
4+
1. Music file given to music21 module
5+
2. Get script
6+
3. Translate script to chart pattern
7+
8+
I made a code which does part 3.
9+
'''
10+
11+
from music21 import *
12+
13+
14+
115

216

0 commit comments

Comments
 (0)