summaryrefslogtreecommitdiff
path: root/share/scripts/mixer_settings_recall.lua
AgeCommit message (Collapse)Author
2020-04-16Fix Mixer Recall scriptNikolaus Gullotta
Add new Mixbus internal processors to well_known list, and ensure that proc is not nil before invalidation
2020-04-15Fix Mixer Store/RecallNikolaus Gullotta
Two main problems are addressed by this commit. First, storage of parameters was broken because the index for values was set by the parameter count, not the control port count which set_processor_param() expects. Second, the value was not clamped to pd.upper and pd.lower causing some parameters to fail when set. This invalidates previous mixer store files.
2020-02-23Also move Lua scripts to share subfolderRobin Gareus