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

Nodes with many trigger pins construct in a random order #41

Open
kellermcdivitt opened this issue Feb 6, 2024 · 4 comments
Open

Nodes with many trigger pins construct in a random order #41

kellermcdivitt opened this issue Feb 6, 2024 · 4 comments
Assignees

Comments

@kellermcdivitt
Copy link

If a Metasound node contains many trigger outputs they will construct in a seemingly random order.

image

@jinpavg jinpavg self-assigned this Feb 6, 2024
@jinpavg
Copy link
Contributor

jinpavg commented Feb 6, 2024

Hi @kellermcdivitt thank you for reaching out here, I'm taking a look -- just to confirm, are you using the main or develop branch of this repo?

@kellermcdivitt
Copy link
Author

main

@kellermcdivitt
Copy link
Author

This:

image

Becomes this:

image

@jinpavg
Copy link
Contributor

jinpavg commented Feb 7, 2024

Thank you for this! So, essentially we've got two issues:

  • pins from inlets/outlets don't sort based on the index of the inlet or outlet
  • we don't have any sort of sorting for pins from inport/outport. we could explore having something users put in meta, lexically sort, or etc.

@jinpavg jinpavg assigned x37v and unassigned jinpavg Feb 7, 2024
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

3 participants