Skip to content

Commit

Permalink
add comment to Python for ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesa08 committed Aug 28, 2024
1 parent 80e8105 commit e1d2c70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIDIAnimator/data_structures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def _calculateOffsets(self):
"""

for noteOnCurve in self.noteOnCurves:

# This doesn't handle note off curves
curveStart, curveEnd = noteOnCurve.range()
if self.startFrame is None or curveStart < self.startFrame:
self.startFrame = curveStart
Expand Down

0 comments on commit e1d2c70

Please sign in to comment.