Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ def write_song():
|
|
15 |
C('AbM7', 2, 1/4, 1/8)^2 |
|
16 |
C('G7sus', 2, 1/4, 1/8)^2) * 2
|
17 |
|
18 |
-
write(guitar, name="tmp.
|
19 |
-
return "tmp.
|
20 |
def write_song2():
|
21 |
|
22 |
#current_daw = daw(3)
|
|
|
15 |
C('AbM7', 2, 1/4, 1/8)^2 |
|
16 |
C('G7sus', 2, 1/4, 1/8)^2) * 2
|
17 |
|
18 |
+
write(guitar, name="tmp.mid", bpm=100, instrument=25)
|
19 |
+
return "tmp.mid","tmp.mid"
|
20 |
def write_song2():
|
21 |
|
22 |
#current_daw = daw(3)
|