johann22 commited on
Commit
e9630a9
·
verified ·
1 Parent(s): 3250685

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(3)
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