Re: [Faudiostream-users] faust2cagtk fails on -osc

2023-09-26 Thread Henrik Frisk
Smith : > Hi Henrik, > > I'm on Mac OS Ventura Version 13.5.2 and faust2caqt works fine for me. > My qt5 was installed by MacPorts. > > Julius > > On Thu, Sep 21, 2023 at 5:35 AM Henrik Frisk wrote: > > > > Hi, > > > > I can't seem to get

[Faudiostream-users] faust2cagtk fails on -osc

2023-09-21 Thread Henrik Frisk
Hi, I can't seem to get faust to compile with -osc enabled. I'm getting the following response: ld: library 'OSCFaust' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) Reading this thread I have looked for and removed all other libOSCfaust files on my

Re: [Faudiostream-users] Web IDE VST output on Mac (codesign issues)

2023-07-16 Thread Henrik Frisk
On Sat, Jul 15, 2023, 11:20 PM Stéphane Letz wrote: > > > > > > > Following this, I opened Reaper and re-scanned, resulting in a crash of > the vst host, plugin still not showing up. > > Do you have a crash log? > I've experienced this too recently (M1) with reaper and Faust VST plugins, but

Re: [Faudiostream-users] Testing next Faust binary Intel release ?

2023-04-13 Thread Henrik Frisk
Hi, I may be able to do it. Not sure what version I have on the machines I'm thinking of but I can check tomorrow. Else I have a another computer that may have 10.15. I'll have access to that on Monday. Henrik On Wed, Apr 12, 2023, 8:34 PM Stéphane Letz wrote: > Hi, > > David Braun is

Re: [Faudiostream-users] Problems with faust2caqt

2023-03-26 Thread Henrik Frisk
all gtk+3 gtkmm3 > > Then the output of this command might help you finish the compiling: > > pkg-config --cflags --libs gtk+-3.0 gtkmm-3.0 > > But I will keep trying this weekend to finish up the github action! > > On Sat, Mar 25, 2023 at 5:34 AM Henrik Frisk wrote: > >

Re: [Faudiostream-users] Problems with faust2caqt

2023-03-25 Thread Henrik Frisk
Den tors 23 mars 2023 kl 21:58 skrev David Braun : > On this page: https://github.com/DBraun/faust/actions/runs/4458934421 there's > an "artifacts" section at the bottom. It may be possible to use some of > the libfaust or faust files there, or in more recent runs. I'm hoping to > finish this

Re: [Faudiostream-users] Problems with faust2caqt

2023-03-23 Thread Henrik Frisk
On Tue, Mar 21, 2023, 3:37 PM Henrik Frisk wrote: > > > Den tis 21 mars 2023 kl 15:09 skrev Stéphane Letz : > >> >> >> > Le 21 mars 2023 à 14:57, Henrik Frisk a écrit : >> > >> > Hi, >> > >> > I have recently changed compu

Re: [Faudiostream-users] Problems with faust2caqt

2023-03-21 Thread Henrik Frisk
Den tis 21 mars 2023 kl 15:09 skrev Stéphane Letz : > > > > Le 21 mars 2023 à 14:57, Henrik Frisk a écrit : > > > > Hi, > > > > I have recently changed computer from Linux (where faust have always run > like a charm) to macos and I've run into some problems

[Faudiostream-users] Problems with faust2caqt

2023-03-21 Thread Henrik Frisk
Hi, I have recently changed computer from Linux (where faust have always run like a charm) to macos and I've run into some problems. Having downloaded the latest 2.54.9 as a dmg and installed it. Having tested several fasut2* (fasut2caqt for example) yields: dyld[38924]: Library not loaded:

Re: [Faudiostream-users] multiply two signals with a third

2022-02-27 Thread Henrik Frisk
Den sön 27 feb. 2022 13:21Jean-Louis Paquelin skrev: > Is this the weekend game? > > process = _, _, _ : _, (_ <: _, _), _ : *, *; > > The common multiplier is the middle _. If you prefer having it in the > third position, you can route it: > > process = _, _, _ : _, route(2,2,1,2,2,1) : _, (_

Re: [Faudiostream-users] Open Science Award for Open Source Research Software for Faust

2022-02-05 Thread Henrik Frisk
Congratulations! Very well deserved. /Henrik Den lör 5 feb. 2022 17:44Yann Orlarey skrev: > Great birthday present for the 20th anniversary of the FAUST language! > Developed by Grame since 2002, supported by a whole community of users and > contributors, FAUST is one of the four winners of

[Faudiostream-users] Irregular stream

2021-06-22 Thread Henrik Frisk
Hi, When I run the snippet below it's as if there are hickups in the stream of pulses. These come at random but most commonly in the beginning of the envelope. I have tried it compiled to SC code and to jack stand alone code on both Linux and OSX as well as in the online compiler with the same

[Faudiostream-users] Skipping when changing parameter

2021-01-31 Thread Henrik Frisk
Hi, I have noticed that when I have an impulse generator that plays some kind of synth I get skips in the outputput when I change the speed of the impulse. This is examplified with the example below. Run the example (compiled with faust2jack) and move the tempo slider up and down you notice that

Re: [Faudiostream-users] Compile error message with ADT

2019-11-17 Thread Henrik Frisk
noted, it was not used in the implementation, so an easy fix! > > Thanks... Aaron > > On Mon, Oct 28, 2019 at 8:05 AM Stéphane Letz wrote: > >> >> > Le 28 oct. 2019 à 15:40, Henrik Frisk a écrit : >> > >> > Thank you Stéphane for the swift response! >&g

Re: [Faudiostream-users] Compile error message with ADT

2019-10-28 Thread Henrik Frisk
n to make a release quite soon. In the meantime : > > - you may have to use the latest GitHub master-dev branch: > https://github.com/grame-cncm/faust > > - or the online compiler server that you can access from: > https://faust.grame.fr/ide/ > > Stéphane > > > Le 2

[Faudiostream-users] Compile error message with ADT

2019-10-28 Thread Henrik Frisk
Hi, Trying to compile a dsp source generated by ambisonic decoder toolkit I'm getting the following error with all the targets I have tried (2jack, 2vst, and a few more): kmh.dsp : 506 : ERROR : syntax error, unexpected ROUTE In the dsp there is a line: route(n_inputs,n_outputs,outs) =

Re: [Faudiostream-users] faust2mathdoc questions

2018-10-01 Thread Henrik Frisk
On Sun, Sep 9, 2018 at 4:54 PM Henrik Frisk wrote: > Hi, > > I have been trying out the faust2mathdoc script lately and have a few > questions. > > 1. I was getting errors from running it concerning the svg2pdf call. At > line 121 in the script the call is made

Re: [Faudiostream-users] Soundfile support in progress

2018-07-04 Thread Henrik Frisk
Den mån 2 juli 2018 12:19Stéphane Letz skrev: > Hi, > > The new « soundfile » primitive is progressively implemented in the > different backends. Work has been done in the C/C++ and LLVM backends. > Several faust2xx tools supports it (faust2caqt, faust2jack, faustjaqt, > faust2ios, faust2msp,

[Faudiostream-users] Compilation warning

2018-06-20 Thread Henrik Frisk
Hi, When running for example faust2caqt I get the following warnings ld: warning: object file (/usr/local/lib/libOSCFaust.a(NetworkingUtils.cpp.o)) was built for newer OSX version (10.13) than being linked (10.9) for all libOSCFaust.a objects. I fail to understand which package I need to

[Faudiostream-users] Polyphony and groups

2018-05-29 Thread Henrik Frisk
Hi, how do I compile using, for example faust2caqt a dsp with polyphony so that voices are not grouped together, but indivudually accessible via midi or osc? It works like a charm in FaustLive by using the interface. I can add a declare nvoices statement which works fine, but then voices are

Re: [Faudiostream-users] OSC

2018-03-25 Thread Henrik Frisk
p72 : > > -xmit 0|1|2 turn transmission OFF, ALL or ALIAS(defaultOFF) > > Stéphane > > > Le 25 mars 2018 à 16:10, Henrik Frisk <fris...@gmail.com> a écrit : > > > > On Sun, Mar 25, 2018 at 9:22 AM, Henrik Frisk <fris...@gmail.com> wrote: > >

Re: [Faudiostream-users] OSC

2018-03-25 Thread Henrik Frisk
On Sun, Mar 25, 2018 at 9:22 AM, Henrik Frisk <fris...@gmail.com> wrote: > HI, > > Relatively new to Faust so apologies if I am overseeing something obvious. > > I can't get my compiled faust code to send nor receive osc. Compiling with > 'faust2jaqt -osc ' works fine

[Faudiostream-users] OSC

2018-03-25 Thread Henrik Frisk
HI, Relatively new to Faust so apologies if I am overseeing something obvious. I can't get my compiled faust code to send nor receive osc. Compiling with 'faust2jaqt -osc ' works fine but the resulting binary doesn't respond nor send osc. The same code loaded in FaustLive works as expected with

Re: [Faudiostream-users] Java backend?

2018-02-08 Thread Henrik Frisk
t2appls/ folder, but not installed by default. > > What is you use case? Do you have any to possibilities to update the JACK > backend and/or the faust2javaswing tool? > > Stéphane > > > > Le 8 févr. 2018 à 09:34, Henrik Frisk <fris...@gmail.com> a écrit : > > &

[Faudiostream-users] Java backend?

2018-02-08 Thread Henrik Frisk
Hi, Is the java backend not a part of faust anymore? I was playing around with the Makefile.javacompile in the examples folder and read this post: https://sourceforge.net/p/faudiostream/mailman/message/30370161/ but faust2javaswing is not included in my installation of faust. Best, Henrik