[Faudiostream-users] Is there a way to load a component with faustide?

2021-11-15 Thread Alik Rustamoff
Hi!
I installed faustide locally on my computer and it generally looks working
nicely through chrome.
But when I load a .dsp file with something like:
somedspcode = component("/absolute/path/to/file.dsp");

faustide complains that it cannot find it, though the component file is  on
the same local filesystem.

Is there a way to load a component with faustide?
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Is there a way to load a component with faustide?

2021-11-15 Thread Stéphane Letz
You can simply drag/drop a given file.dsp on the Faust IDE file zone (on the 
left), then use:

somedspcode = component("file.dsp »);

Stéphane 


> Le 15 nov. 2021 à 13:10, Alik Rustamoff  a écrit :
> 
> Hi!
> I installed faustide locally on my computer and it generally looks working 
> nicely through chrome.
> But when I load a .dsp file with something like:
> somedspcode = component("/absolute/path/to/file.dsp");
> 
> faustide complains that it cannot find it, though the component file is  on 
> the same local filesystem.
> 
> Is there a way to load a component with faustide?
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users



___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


[Faudiostream-users] Faust IDE questions

2021-11-15 Thread James Mckernon
Hi all,

I have generally been a user of FaustLive but have just been looking
at the faust IDE, as I got it running locally for the first time. (I
had always thought of it primarily as a remote/web service up until
now.) I would like to use it as I can see that it's pretty nice;
however, I'm not sure whether it will work for my use case. I have
some questions:

1. Can it monitor a file which is being edited by another program, and
pick up the changes when it's saved, like FaustLive? I like to use
vim.

2. Where does compilation happen? The 'Builder URL' option (pointing
to an external url) makes me wonder if code is sent to a remote
location for compilation, but on the other hand I couldn't see any
network traffic, so I'm not sure. I would prefer to compile locally if
possible.

3. I would like to get audio output running through JACK on linux. I
think this is probably more of a browser issue than specifically a
faust, so I'll try to find information on this elsewhere, but if
anyone has some tips or can comment on whether this is possible in
firefox or chrome, I would appreciate it.

Many thanks,
James


___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faust IDE questions

2021-11-15 Thread Stéphane Letz


> Le 15 nov. 2021 à 19:10, James Mckernon  a écrit :
> 
> Hi all,
> 
> I have generally been a user of FaustLive but have just been looking
> at the faust IDE, as I got it running locally for the first time.

You mean as a PWA (https://fr.wikipedia.org/wiki/Progressive_web_app) or 
compiling/deploying the Git version ?

> (I
> had always thought of it primarily as a remote/web service up until
> now.) I would like to use it as I can see that it's pretty nice;
> however, I'm not sure whether it will work for my use case. I have
> some questions:
> 
> 1. Can it monitor a file which is being edited by another program, and
> pick up the changes when it's saved, like FaustLive? I like to use
> vim.

No sure this can be done, Shihong any idea? 

> 
> 2. Where does compilation happen? The 'Builder URL' option (pointing
> to an external url) makes me wonder if code is sent to a remote
> location for compilation, but on the other hand I couldn't see any
> network traffic, so I'm not sure. I would prefer to compile locally if
> possible.

The compiler is embedded in the page, and runs on the client side. Compilation 
happens each time your change something in the DSP code. 
> 
> 3. I would like to get audio output running through JACK on linux. I
> think this is probably more of a browser issue than specifically a
> faust, so I'll try to find information on this elsewhere, but if
> anyone has some tips or can comment on whether this is possible in
> firefox or chrome, I would appreciate it.
> 
> Many thanks,
> James

Are you able to start Chrome or Firefox with a JACK backend ?

Stéphane 

___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faust IDE questions

2021-11-15 Thread James Mckernon
On 11/15/21, Stéphane Letz  wrote:
> You mean as a PWA (https://fr.wikipedia.org/wiki/Progressive_web_app) or
> compiling/deploying the Git version ?

I mean deploying the Git version.

> Are you able to start Chrome or Firefox with a JACK backend ?
I haven't really tried yet, but yes, this is what I will look at.

Thanks,
James


___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faust IDE questions

2021-11-15 Thread Kjetil Matheussen
On Mon, Nov 15, 2021 at 7:20 PM James Mckernon  wrote:
>
> Hi all,
>
> I have generally been a user of FaustLive but have just been looking
> at the faust IDE, as I got it running locally for the first time. (I
> had always thought of it primarily as a remote/web service up until
> now.) I would like to use it as I can see that it's pretty nice;
> however, I'm not sure whether it will work for my use case. I have
> some questions:
>
> 1. Can it monitor a file which is being edited by another program, and
> pick up the changes when it's saved, like FaustLive? I like to use
> vim.
>
> 2. Where does compilation happen? The 'Builder URL' option (pointing
> to an external url) makes me wonder if code is sent to a remote
> location for compilation, but on the other hand I couldn't see any
> network traffic, so I'm not sure. I would prefer to compile locally if
> possible.
>
> 3. I would like to get audio output running through JACK on linux. I
> think this is probably more of a browser issue than specifically a
> faust, so I'll try to find information on this elsewhere, but if
> anyone has some tips or can comment on whether this is possible in
> firefox or chrome, I would appreciate it.
>

Hm, you might want to consider using Radium as a Faust IDE. Radium
doesn't monitor faust files though to make it convenient to use an
external editor. I should probably add that feature to Radium.


___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faust IDE questions

2021-11-15 Thread James Mckernon
On 11/15/21, Kjetil Matheussen  wrote:
> Hm, you might want to consider using Radium as a Faust IDE. Radium
> doesn't monitor faust files though to make it convenient to use an
> external editor. I should probably add that feature to Radium.

Hi Kjetil,

Thanks, I may look into that. In any case, I have thought for many
years now that Radium looks like a fascinating piece of software :)


___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Questions about Faust/Juce

2021-11-15 Thread Stéphane Letz
Are ou on macOS  Could it be a security issue ? ? Do other JUCE base components 
work ?

Stéphane 

> Le 15 nov. 2021 à 20:06, Hanzhi Zhang  a écrit :
> 
> Dear Faust users,
> 
> Hi! I made a small plugin by Faust and exported it into Juce. I then built 
> the .component file and moved it to the folder 
> /Library/Audio/Plug-Ins/Components. However, my Logic Pro X kept reporting 
> “couldn’t be opened” in the compatibility column. Does anyone know what the 
> problem is? Thanks!
> 
> Sincerely,
> 
> Hanzhi
> 
> 
>  12.51.10 PM.jpg>
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users



___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] [EXT] Questions about Faust/Juce

2021-11-15 Thread Hanzhi Zhang
Dear Stéphane,

Yes I am on macOS, and I am afraid all JUCE based components don’t work on 
Logic. 

By the way are there any other ways to generate a .component file besides JUCE?

Hanzhi

> On Nov 15, 2021, at 2:52 PM, Stéphane Letz  wrote:
> 
> Are ou on macOS  Could it be a security issue ? ? Do other JUCE base 
> components work ?
> 
> Stéphane 
> 
>> Le 15 nov. 2021 à 20:06, Hanzhi Zhang  a écrit :
>> 
>> Dear Faust users,
>> 
>> Hi! I made a small plugin by Faust and exported it into Juce. I then built 
>> the .component file and moved it to the folder 
>> /Library/Audio/Plug-Ins/Components. However, my Logic Pro X kept reporting 
>> “couldn’t be opened” in the compatibility column. Does anyone know what the 
>> problem is? Thanks!
>> 
>> Sincerely,
>> 
>> Hanzhi
>> 
>> 
>> > 12.51.10 PM.jpg>
>> ___
>> Faudiostream-users mailing list
>> Faudiostream-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
> 



___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] [EXT] Questions about Faust/Juce

2021-11-15 Thread Stéphane Letz


> Le 15 nov. 2021 à 20:54, Hanzhi Zhang  a écrit :
> 
> Dear Stéphane,
> 
> Yes I am on macOS, and I am afraid all JUCE based components don’t work on 
> Logic. 

Have you asked on JUCE forum? Or Discord channel ?

> 
> By the way are there any other ways to generate a .component file besides 
> JUCE?
> 
> Hanzhi

No that I can see

Stéphane 

___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] [EXT] Questions about Faust/Juce

2021-11-15 Thread Hanzhi Zhang
Dear Stéphane,

Thanks that could be a good idea! I made a post on JUCE forum just now and will 
wait for the reply.

Sincerely,

Hanzhi

> On Nov 15, 2021, at 2:57 PM, Stéphane Letz  wrote:
> 
> 
> 
>> Le 15 nov. 2021 à 20:54, Hanzhi Zhang  a écrit :
>> 
>> Dear Stéphane,
>> 
>> Yes I am on macOS, and I am afraid all JUCE based components don’t work on 
>> Logic. 
> 
> Have you asked on JUCE forum? Or Discord channel ?
> 
>> 
>> By the way are there any other ways to generate a .component file besides 
>> JUCE?
>> 
>> Hanzhi
> 
> No that I can see
> 
> Stéphane



___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users