Skip to content

Make Satie.config not settable

Patrick Dupuis requested to merge topic/satie-default-new into 1.3.1

This MR removes the setter on Satie.config as changing this attribute after Satie has booted could lead to unforseen failures. This doesn't appear to have any negative consequences on current behaviour. It's still possible to configure Satie like so:

a = Satie(SatieConfiguration(s));
a.config.server.options.numOutputBusChannels = 5;
a.boot;
a.quit

Merge request reports

Loading