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
If you try the following the first inversion and second inversion won't play all the notes of the chord at the same time.
using (var player = new Player())
{
Pattern pattern = new ChordProgression("I I^ I^^").AllChordsAs("$0 $0 $0 $0i Ri $1 $1 $1 $1 $2 $2 $2 $2").GetPattern();
player.Play(pattern);
}
Interestingly, this happens (to a much more noticeable extent) in the original JFugue 5.0.9. I tried this port with the hope that it wouldn't happen...
Also I don't mind trying to fix it. I just need help figuring out where to look. Thanks!
The text was updated successfully, but these errors were encountered:
If you try the following the first inversion and second inversion won't play all the notes of the chord at the same time.
Interestingly, this happens (to a much more noticeable extent) in the original JFugue 5.0.9. I tried this port with the hope that it wouldn't happen...
Also I don't mind trying to fix it. I just need help figuring out where to look. Thanks!
The text was updated successfully, but these errors were encountered: