Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chord Inversions Not Playing as Single Chord #12

Open
kurena-777 opened this issue Aug 11, 2020 · 0 comments
Open

Chord Inversions Not Playing as Single Chord #12

kurena-777 opened this issue Aug 11, 2020 · 0 comments

Comments

@kurena-777
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant