replaceBusses(_:)
Replaces the current bus array with a copy of the supplied bus array.
Declaration
func replaceBusses(_ busArray: [AUAudioUnitBus])Parameters
- busArray:
The new bus array.
Discussion
The base class issues KVO notifications.
Replaces the current bus array with a copy of the supplied bus array.
func replaceBusses(_ busArray: [AUAudioUnitBus])The new bus array.
The base class issues KVO notifications.