The object "config" takes as arguments the specification of platform and device. Generally like this:
config platform deviceIn its current version "config" contains platform dependent abstractions, which can be found within the same path:
The configuration is done by sending messages to the inlet of "config" to set the parameters followed by the message "config" to execute the device configuration. The essential configuration parameters are common to all platforms. In addition each version of "config" takes platform dependent messages to set specific parameters. The patch help-config.pat in .../lib/help shows the accepted commands for the currently supported platforms.
Based on the "config" abstraction the patcher "ispw_panel" is created for FTS on the ISPW to replace the old "Settings" panel in Max 0.26 under NEXTSTEP. Using this patch the dynamic configuration of FTS can be done by using the graphical user interface elements of Max. The patcher has one inlet to receive the same messages like the object "config ispw smith". All messages sent to the inlet set the control elements of the panel. There is a help-patch available in .../lib/help.
You may also want to tale a look to the help patch for the ucs object.