Update README.md
Browse files
README.md
CHANGED
@@ -94,8 +94,16 @@ dump_wav('cm_music_piece.wav', audio, sample_rate=44100, use_int16=True)
|
|
94 |
|
95 |
**Our model produces symbolic music(ABC notation) well in the following prompts.** Here are some musical tasks.
|
96 |
|
97 |
-
### Function:
|
|
|
|
|
|
|
|
|
98 |
|
|
|
|
|
|
|
|
|
99 |
```
|
100 |
Using ABC notation, recreate the given text as a musical score.
|
101 |
Meter C
|
@@ -105,9 +113,6 @@ Key D
|
|
105 |
Note Length 1/8
|
106 |
Rhythm reel
|
107 |
```
|
108 |
-
```
|
109 |
-
Develop a tune influenced by Bach's compositions.
|
110 |
-
```
|
111 |
|
112 |
### Function: Melody Harmonization
|
113 |
|
@@ -127,11 +132,6 @@ cBA ^GAB |1 A2 A A2 E :|2 A2 A GAB || c3 cdc | Bgg g2 ^g | aed cBA |
|
|
127 |
^GAB E^F^G | A^GA BAB | cde fed | cBA ^GAB |1 A2 A GAB :|2 \n A3 A2 ||
|
128 |
```
|
129 |
|
130 |
-
### Function: Chord Conditioned Music Generation
|
131 |
-
```
|
132 |
-
Develop a musical piece using the given chord progression. 'Dm', 'C', 'Dm', 'Dm', 'C', 'Dm', 'C', 'Dm'
|
133 |
-
```
|
134 |
-
|
135 |
### Function: Musical Form Conditioned Music Generation
|
136 |
|
137 |
```
|
|
|
94 |
|
95 |
**Our model produces symbolic music(ABC notation) well in the following prompts.** Here are some musical tasks.
|
96 |
|
97 |
+
### Function: Chord Conditioned Music Generation
|
98 |
+
```
|
99 |
+
Develop a musical piece using the given chord progression.
|
100 |
+
'Dm', 'C', 'Dm', 'Dm', 'C', 'Dm', 'C', 'Dm'
|
101 |
+
```
|
102 |
|
103 |
+
### Function: Text2music
|
104 |
+
```
|
105 |
+
Develop a tune influenced by Bach's compositions.
|
106 |
+
```
|
107 |
```
|
108 |
Using ABC notation, recreate the given text as a musical score.
|
109 |
Meter C
|
|
|
113 |
Note Length 1/8
|
114 |
Rhythm reel
|
115 |
```
|
|
|
|
|
|
|
116 |
|
117 |
### Function: Melody Harmonization
|
118 |
|
|
|
132 |
^GAB E^F^G | A^GA BAB | cde fed | cBA ^GAB |1 A2 A GAB :|2 \n A3 A2 ||
|
133 |
```
|
134 |
|
|
|
|
|
|
|
|
|
|
|
135 |
### Function: Musical Form Conditioned Music Generation
|
136 |
|
137 |
```
|