[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] SynthDefs, synthDefDir




1 juni 2021 kl. 22:05 skrev samarugalucas@xxxxxxxxx:

El sáb, 29 may 2021 a las 5:47, <clfest@xxxxxxxxxx> escribió:
I am having problems understanding how the SynthDescLibs gets loaded when
SCLang is booted

This doesn't happen, at least for me, the content of Platform.userAppSupportDir +/+ "synthdefs"
doesn't get automatically loaded when sclang boots.

did you perhaps change this path...?
SynthDef.synthDefDir;

or set this flag to false...?
s.options.loadDefs;

they both can invalidate loading synthdefs from that particular directory.
maybe you have something in your startup file or some class that messes with these settings?

just a wild guess,
_f

  #|
  |#