Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ def write_song():
|
|
20 |
def write_song2():
|
21 |
|
22 |
current_daw = daw(3)
|
23 |
-
current_daw.load(0, )
|
24 |
-
current_daw.load(1, 'Arachno.sf2')
|
25 |
|
26 |
bass1 = chord('A1') % (1,) * 4
|
27 |
bass2 = (chord('A1, A2') % (1/16, 1/8) * 4 |
|
|
|
20 |
def write_song2():
|
21 |
|
22 |
current_daw = daw(3)
|
23 |
+
current_daw.load(0, 'SpanishClassicalGuitar-20190618.sf2')
|
24 |
+
#current_daw.load(1, 'Arachno.sf2')
|
25 |
|
26 |
bass1 = chord('A1') % (1,) * 4
|
27 |
bass2 = (chord('A1, A2') % (1/16, 1/8) * 4 |
|