Default Loading of SynthDefs

Hello SC Experts -

If I’d like to auto-load a set of SynthDefs upon opening SuperCollider, is there a way to do that?

I’d appreciate it!

Literally just posted this morning: Synthdefs folder inaccessible - #11 by jamshark70

I would:

  • Write a file containing the SynthDef code.
  • In startup.scd (see File menu → Open startup file), add:
"~/the/path/to/my/file/synthdefs.scd".load;

hjh

1 Like