You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this line of code seems redundant since bar_pos is already < self.max_bar_len by the line above.
Also I am a little bit confused about the default value of beat_len=32 and max_bar_len=1024. beat_len=4 makes more sense in my opinion since the value will loop every quarter note. Could you please give me more details?
The text was updated successfully, but these errors were encountered:
Hello @chaonan99@bearpelican, I am wondering the same thing. Did you ever come to a conclusion for the beat_len=32 and the max_bar_len=1024 values?
Thank you
Hi, this line of code seems redundant since
bar_pos
is already< self.max_bar_len
by the line above.Also I am a little bit confused about the default value of
beat_len=32
andmax_bar_len=1024
.beat_len=4
makes more sense in my opinion since the value will loop every quarter note. Could you please give me more details?The text was updated successfully, but these errors were encountered: