Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def write_song():
|
|
19 |
return "tmp.mid","tmp.mid"
|
20 |
def write_song2():
|
21 |
|
22 |
-
current_daw = daw(
|
23 |
current_daw.load(0, 'SpanishClassicalGuitar-20190618.sf2')
|
24 |
#current_daw.load(1, 'Arachno.sf2')
|
25 |
|
|
|
19 |
return "tmp.mid","tmp.mid"
|
20 |
def write_song2():
|
21 |
|
22 |
+
current_daw = daw(1)
|
23 |
current_daw.load(0, 'SpanishClassicalGuitar-20190618.sf2')
|
24 |
#current_daw.load(1, 'Arachno.sf2')
|
25 |
|