Browse Source

just a comment

master
Nils 2 years ago
parent
commit
306ba914fe
  1. 2
      engine/main.py

2
engine/main.py

@ -239,7 +239,7 @@ class Data(template.engine.sequencer.Score):
def trackUp(self):
if self.trackIndex > 0:
#there is still a track above. At least index 0.
#there is still a track above. At least index 0 is there.
nowInTicks = self.currentTrack().state.tickindex
self.trackIndex -= 1
self.currentTrack().goToTickindex(nowInTicks)

Loading…
Cancel
Save