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

Intoduced a new class GOMidiObjectContext #2131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oleg68
Copy link
Contributor

@oleg68 oleg68 commented Feb 27, 2025

This is a next PR related to #1199 and #1740.

Earlier was a flat set of midi objects that often has the same names.

This PR introduces a context hierarchy.

Each context has

  • name - not translated
  • title - translated
  • pointer to a parent context (if exists).

Each midi objects may belong to some context.

This feature is not used yet. I'm planning to create the following context hierarchy

  • manuals
    • 000
      • stops
      • couplers
      • divisionals
      • banked-divisionals
    • 001
  • setter
    • generals
    • banked-generals
    • sequencer

No GO behavior should be changed now.

@oleg68
Copy link
Contributor Author

oleg68 commented Mar 11, 2025

@larspalo @rousseldenis could you approve this PR?

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

Successfully merging this pull request may close these issues.

1 participant