Skip to content

Fix missing server argument in some VBAP plugins

Patrick Dupuis requested to merge topic/fix-missing-server-arg into 1.3.0

This MR adds a missing server argument to the ~setup functions of a few plugins. When not specifying a server in loadToBuffer, SuperCollider will end up choosing Server.default. Most of the time, this did not cause any errors. In our UnitTests, however, we would encounter an occasional errors.

Merge request reports

Loading