Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +1 -0
constants.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
SAMPLE_RATE = 44100
|
2 |
|
|
|
3 |
|
4 |
GM_INSTRUMENTS = [
|
5 |
"Acoustic Grand Piano",
|
|
|
1 |
SAMPLE_RATE = 44100
|
2 |
|
3 |
+
#Currently unused, but would specify an instrument list for playing back the generated midi
|
4 |
|
5 |
GM_INSTRUMENTS = [
|
6 |
"Acoustic Grand Piano",
|