johann22 commited on
Commit
7fb76b1
1 Parent(s): 97d13f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.wav", save_as_file=True, bpm=100, instrument=25)
19
- return "tmp.wav","tmp.wav"
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)