The Faust Web ID automatically includes all *standard* libraries (the one described here: https://faustlibraries.grame.fr). To used them just add:
import(« stdfaust.lib ») ; line in your DSP file. What I was describing in the previous mail was the case where you want to add your additional (so non-standard…) libraries. AFAICS https://github.com/magnetophon/faustCompressors libraires are no part of the standard libraries (see: https://github.com/grame-cncm/faustlibraries/blob/master/compressors.lib) Stéphane > Le 29 avr. 2020 à 18:08, Klaus Scheuermann <[email protected]> a écrit : > > Thanks Stéphane for your quick reply. > > Unfortunately it does not here. (ubuntu studio, firefox and chromium tested) > > I can open a .lib file and it displays, but it does not seem to be > imported, when I simply drag and drop. > > I am very new to faust, so sorry for the newbee questions. > > > Waht I am trying to do is check out these compressors: > https://github.com/magnetophon/faustCompressors > > So I should import both compressors.lib and slidingReduce.lib by > drag&drop and open any of the .dsp examples, right? (also the other way > round does not work) > > Merci, > Klaus > > > On 29.04.20 17:34, Stéphane Letz wrote: >> Yes, you can drag a foo.lib file in the editor, then refer to it with >> import(« foo.lib »); in your DSP file, and it should work. >> >> Stéphane >> >>> Le 29 avr. 2020 à 17:31, Klaus Scheuermann <[email protected]> a écrit : >>> >>> Hello, >>> >>> is it possible to include an external .lib file into the faust web editor? >>> >>> Thanks, >>> >>> Klaus >>> >>> >>> >>> >>> _______________________________________________ >>> Faudiostream-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users > _______________________________________________ Faudiostream-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
