rsc3/doc/examples/server-command/_scm/d-load.help.scm

10 lines
363 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /d_load Load synth definition
; string - pathname of file. Can be a pattern like "synthdefs/perc-*"
; bytes - an OSC message to execute upon completion. (optional)
; Loads a file of synth definitions. Resident definitions with the same
; names are overwritten.
; Asynchronous. Replies to sender with /done when complete.