Re: SynthDefs, synthDefDir

clfest-f/[email protected] Sun, 30 May 2021 01:58:35 -0700
Newsgroups gmane.comp.audio.supercollider.user
Message-ID <[email protected]>

On 5/29/21 6:28 PM, [email protected] wrote:
> On Sat, May 29, 2021 at 4:48 PM <clfest-f/[email protected]> wrote:
>> I am having problems understanding how the SynthDescLibs gets loaded when SCLang is booted
> The SynthDesc class includes code to read binary .scsyndef files and
> extract relevant information from them -- most importantly the list of
> control names and default values, but it also tries to build a list of
> UGens (though this is not quite complete -- there's currently no way
> to go from a binary SynthDef on disk to a fully functioning SynthDef
> object). At startup, it does this automatically for all scsyndef files
> in the default synthdef directory.
>
There seems to be some piece that I don't understand. When I copy, for 
example in
Linux in the synthDefDir:

cp -a fmgen_a_0.scsyndef 1111.scsyndef

and reboot SCLang, when I browse:

SynthDescLib.global.browse;

1111 does not show up although fmgen_a_0 does. Why not?


                     Thank You For Your Attention

> _______________________________________________
> sc-users mailing list
>
> info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

-- 
Time is an imaginary number. Entropy always wins.


_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/