Where is the location of the class?

Hi, I’ve got some sound files from github, It consist with two files .sc, and .scd
I think .sc is the clas file so I would like to locate the class, but I don’t know the exact location.

It seems → /User/Supercollider/SCClassLibrary/External

is that correct? but after putting the.sc in that directory, It can’t load the class on .scd file

Max has externals; SuperCollider has extensions :wink:

In SC-IDE, you could open the .sc file from any location and then File → Save as Extension. This should fill in the right location automatically.

hjh

It works perfectly, thank you!
If I put it in a defined class, should I compile it after putting in the locations right?!