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

Remove the PROXIMITY_LIMIT constant in favour of an adjustable GUI slider under the "Master" panel #182

Open
mitchmindtree opened this issue Jul 2, 2018 · 1 comment
Assignees
Labels

Comments

@mitchmindtree
Copy link
Member

This value can be useful for tuning the range of speakers that a sound channel position may reach as this can significantly affect CPU performance in larger exhibitions with 100+ speakers & 100+ sounds.

@mitchmindtree mitchmindtree changed the title Remove the PROXIMITY_LIMIT in favour of an adjustable GUI slider under the "Master" panel Remove the PROXIMITY_LIMIT constant in favour of an adjustable GUI slider under the "Master" panel Jul 2, 2018
@freesig freesig self-assigned this Jul 23, 2018
@mitchmindtree
Copy link
Member Author

To implement:

  • store a copy of the proximity_limit in the project's config struct. This will allow it to be automatically loaded from the project's config.toml file at startup and saved on close.
  • add slider widget to master panel for updating this value
  • also add proximity_limit field to audio output model
  • send proximity_limit update to audio output model on slider update

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

No branches or pull requests

2 participants