Fix loading of master & aux output params#33357
Conversation
📝 WalkthroughWalkthroughThis PR changes several mixer-related APIs and call sites to stop consuming temporaries: MixerChannelItem::subscribeOnAudioSignalChanges now takes AudioSignalChanges& (lvalue reference) and MixerPanelModel::loadOutputParams now takes const AudioOutputParams&. Corresponding std::move() calls were removed across setupConnections and channel builder callbacks. addBlankSlots now passes params by value into buildOutputResourceItem. The muse submodule pointer and the file copyright year were updated. 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
af5854e to
4a914e5
Compare
4a914e5 to
b43326e
Compare
Depends on: musescore/muse_framework#20
Resolves: #33371