ULib:
Filter:
Unit-Lib/Classes (extension) | UnitLib

ULib
ExtensionExtension

Unit Library startup and other convenience methods

Description

For starting up the library:

In order to not to load the all the default synthdefs on every language recompile, the synthefs should be then loaded once with :

and the then use false in the startup method so that they are not loaded at every startup:

Class Methods

.waitForServersToBoot

block a routine until all servers have booted.

.startup

(describe method here)

Arguments:

sendDefsOnInit

A boolean. If true will send all the default synthdefs to the server.

.serversWindow

Open the server window.

.writeDefaultSynthDefs

Write all the default synthdefs to disk.