Skip to content

Commit 19d22c4

Browse files
committed
Add Metronome (MIDI only for now)
1 parent 75022b7 commit 19d22c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

isobar/timelines/timeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ def configure_metronome(self,
901901
midi_velocity_major (int): specifies the MIDI velocity to use for the major beat.
902902
midi_velocity_minor (int): specifies the MIDI velocity to use for the minor beat.
903903
midi_note_duration (float): specifies the duration, in seconds, of the MIDI note for each beat.
904-
isobar/timelines/timeline.py"""
904+
"""
905905
if bar_length is not None:
906906
self.metronome_config.bar_length = bar_length
907907
if interval is not None:

0 commit comments

Comments
 (0)