Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Stéphane Letz
Best then would be to discuss with « magnetophon » on Faust Slack channel. Stéphane > Le 29 avr. 2020 à 18:29, Klaus Scheuermann a écrit : > > But they are not ;) (misunderstanding) > For instance this is one .dps file from the git repo: > > declare author "Bart Brouns"; > declare name "FBFFco

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Klaus Scheuermann
But they are not ;) (misunderstanding) For instance this is one .dps file from the git repo: /declare author "Bart Brouns";// //declare name "FBFFcompressor";// //declare version "1.2";// //declare license "GPLv3";// // //import("compressors.lib");// // //process =// //FBFFcompressor_N_chan(stren

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Stéphane Letz
If the libraries are part of the standard ones, you don’t need to import them, just do import(« stdfaust.lib »); and try to use the compressors you want. Stéphane > Le 29 avr. 2020 à 18:23, Klaus Scheuermann a écrit : > > Well then I would have to import compressors.lib and slidingReduce.lib >

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Klaus Scheuermann
Well then I would have to import compressors.lib and slidingReduce.lib from https://github.com/magnetophon/faustCompressors, no? A compressors.lib seems to exist in the standard libraries, too. Could that cause a naming problem? I just renamed it, but it is still not loaded when droping it on the

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Stéphane Letz
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

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Klaus Scheuermann
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 tryi

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Stéphane Letz
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 a écrit : > > Hello, > > is it possible to include an external .lib file into the faust web editor? > > Than

[Faudiostream-users] external .lib in web editor

2020-04-29 Thread Klaus Scheuermann
Hello, is it possible to include an external .lib file into the faust web editor? Thanks, Klaus ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users