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

mix params workflow #838

Closed
tehn opened this issue Jun 10, 2019 · 2 comments
Closed

mix params workflow #838

tehn opened this issue Jun 10, 2019 · 2 comments
Labels

Comments

@tehn
Copy link
Member

@tehn tehn commented Jun 10, 2019

right now the way to update audio levels is to call ie

audio.level_cut(x)

but the menu level page uses the mix class which is a paramset. clearly updating audio.level_cut directly is not going to update the mix pset.


solution might be to have the audio.level_cut do a set on the mix pset (not calling the action, that is, avoiding a loop)

@tehn tehn added bug lua labels Jun 10, 2019
@markwheeler
Copy link
Collaborator

@markwheeler markwheeler commented Jun 11, 2019

could the params just be available everywhere and scripts call mix_params:set("level_cut", x) ?

@tehn
Copy link
Member Author

@tehn tehn commented Jun 23, 2019

this will be addressed in the menu system rework, where all the SYSTEM > AUDIO bits will be rolled into the params screen/system... and likely a breaking change

@tehn tehn closed this Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants