### Tested versions Reproducible in: v4.3.stable ### System information Godot v4.3.stable - Windows 10.0.19045 ### Issue description When duplicating an audio bus, the effects on the duplicated bus are not made unique. ### Steps to reproduce 1. Navigate to the Audio bottom panel 2. Add an AudioEffect to the Master bus 3. Duplicate the Master bus 4. Change any property of the AudioEffect of either bus - The property of the effect on the other bus will also be changed, showing that the effect was not made unique. ### Minimal reproduction project (MRP) N/A