johann22 commited on
Commit
1cb5212
1 Parent(s): c09e284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def write_song():
46
  start_times=[0, 0, 4, 8],
47
  bpm=165)
48
  #current_daw.play(result)
49
- current_daw.export(current_song, filename='song.wav') # export the piece type current_song to
50
  # a wav file named "my first song.wav"
51
  return 'song.wav'
52
 
 
46
  start_times=[0, 0, 4, 8],
47
  bpm=165)
48
  #current_daw.play(result)
49
+ current_daw.export(result, filename='song.wav') # export the piece type current_song to
50
  # a wav file named "my first song.wav"
51
  return 'song.wav'
52