Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ import gradio as gr
|
|
7 |
def write_song():
|
8 |
|
9 |
current_daw = daw(3)
|
10 |
-
current_daw.load(0, 'EMU II ACOUSTIC GUITAR.sf2')
|
11 |
-
current_daw.load(1, 'Arachno.sf2')
|
12 |
|
13 |
bass1 = chord('A1') % (1,) * 4
|
14 |
bass2 = (chord('A1, A2') % (1/16, 1/8) * 4 |
|
|
|
7 |
def write_song():
|
8 |
|
9 |
current_daw = daw(3)
|
10 |
+
#current_daw.load(0, 'EMU II ACOUSTIC GUITAR.sf2')
|
11 |
+
#current_daw.load(1, 'Arachno.sf2')
|
12 |
|
13 |
bass1 = chord('A1') % (1,) * 4
|
14 |
bass2 = (chord('A1, A2') % (1/16, 1/8) * 4 |
|