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

#17906: Chord input from MIDI works again #166

Merged
merged 2 commits into from
Jan 21, 2013
Merged

#17906: Chord input from MIDI works again #166

merged 2 commits into from
Jan 21, 2013

Commits on Jan 9, 2013

  1. safeguard GUI against addPitch() returning 0

    muelleki committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    3e11d32 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2013

  1. #17906 (Using MIDI input to input chords causes crash): Reworked mov…

    …eToNextInput() logic in addPitch(). moveToNextInput() is called before actually inserting a new node, except if adding to a chord or if it is the first note inserted. A new flag InputState::moveBeforeAdding has been added just for this purpuse.
    muelleki committed Jan 10, 2013
    Configuration menu
    Copy the full SHA
    e8159e1 View commit details
    Browse the repository at this point in the history