Skip to content

[SatieConfiguration] add listeningFormat setter method

Patrick Dupuis requested to merge topic/setListener into develop

This MR adds an overridden setter method for listeningFormat. This allows the listening format to be changed after the instance of SatieConfiguration is created. The listening format was settable, but setting it had no effect unless manually calling handleSpatFormat afterwards.

b = SatieConfiguration(s)
s.options.numOutputBusChannels -> 2
b.listeningFormat = [\domeVBAP]
s.options.numOutputBusChannels -> 31

Merge request reports