We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75022b7 commit 19d22c4Copy full SHA for 19d22c4
1 file changed
isobar/timelines/timeline.py
@@ -901,7 +901,7 @@ def configure_metronome(self,
901
midi_velocity_major (int): specifies the MIDI velocity to use for the major beat.
902
midi_velocity_minor (int): specifies the MIDI velocity to use for the minor beat.
903
midi_note_duration (float): specifies the duration, in seconds, of the MIDI note for each beat.
904
- isobar/timelines/timeline.py"""
+ """
905
if bar_length is not None:
906
self.metronome_config.bar_length = bar_length
907
if interval is not None:
0 commit comments