fix-fader-level-example: Correct fader level method in mixer connection README #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task/fix-fader-level-example"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Assigned idea
The mixer connection README shows
conn.master.setFaderLavel(0.5);, while the nearby feedback stream uses `faderLevel## Assigned idea. Update the documentation example so the fader setter spelling is consistent and discoverable for users copying the initialization sample.
Approach: Inspect the public API for the master fader setter, then update
packages/mixer-connection/README.mdto use the correct method name in the example. If the misspelled method is also present in code, keep this change scoped to documentation unless a compatibility-safe alias is already part of the package conventions.Verification: Run
grep -n "setFaderLavel\|setFaderLevel" packages/mixer-connection/README.mdto confirm the README uses the corrected spelling, then run the repository documentation or package checks available from the root package scripts, such asnpm testornpm run lintif present.Risk: Low risk because this is a documentation-focused correction. The main risk is choosing a method name that does not match the actual exported API, so the implementation should verify the source or type definitions before editing the README.
Agent context
Task slug: fix-fader-level-example
Branch: task/fix-fader-level-example
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.