asigalov61 commited on
Commit
c5ea46a
1 Parent(s): 96122eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -148,6 +148,7 @@ def GenerateMIDI(progress=gr.Progress()):
148
  for event in opus[itrack]:
149
  if event[0] == 'note':
150
  output1.append(o)
 
151
 
152
  audio = synthesis(output1, 'SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2')
153
 
 
148
  for event in opus[itrack]:
149
  if event[0] == 'note':
150
  output1.append(o)
151
+ itrack += 1
152
 
153
  audio = synthesis(output1, 'SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2')
154