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

2023-09-26 Thread Henrik Frisk
Hi Julius,

I was using the precompiled version from github, but downloaded Faust and
compiled it on my system. Now -osc worsk as intended. I have yet not
managed to get qt working, but good to know it's posssible. I will try with
ports.

Thanks,
/Henrik

Den tis 26 sep. 2023 kl 10:13 skrev Julius 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 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 system.
> >
> > This is on 2.68.1 installed with brew on MacOS 13.5.2
> >
> > (BTW after upgrading to Ventura I can't compile to caqt anymore).
> >
> > Tried the online compiler but the resulting .app would not load at all.
> On faustlive osc does appear to be working 2.54.9.
> >
> > Henrik
> > ___
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
>
> --
> "Anything that can be automated should optionally be"
>
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


[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 system.

This is on 2.68.1 installed with brew on MacOS 13.5.2

(BTW after upgrading to Ventura I can't compile to caqt anymore).

Tried the online compiler but the resulting .app would not load at all. On
faustlive osc does appear to be working 2.54.9.

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


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 haven't been able to track it down.

>
> > Does anyone have any suggestions for building audio plugins on the
> current MacOS using the web IDE export options? (Hoping to find a web IDE
> solution since this is in a lab where students do not have admin
> privileges.)
>

I started working on moving to VST3 but the process is quite cumbersome and
involves manual tweeking and uses Juce, so this is not for you I guess.


> For Reaper, you can possibly use the JSFX backend recently added in the
> Faust compiler, and available in the Export section in the Faust IDE
>

I had missed this, I will definitely try this!

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


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 preparing Faust binary release here:
> https://github.com/DBraun/faust/actions/runs/4680432549
>
> faust-2.58.18-x64.dmg is supposed to work starting on 10.15, we would be
> happy if someone still on 10.15 could try?
>
> Same for faustgen-1.64-x64.dmg ?
>
> Thanks.
>
> Stéphane
>
>
>
> ___
> 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] Problems with faust2caqt

2023-03-26 Thread Henrik Frisk
Yes, I have gtk+3 and gtkmm3 installed. It's not entirely clear to me how I
add these paths to say faust2jack (again, partly because I'm not totally
comfartable with macos). Adding the path on my system to the missing file
as such:

faust2jack -I opt/homebrew//Cellar/gtkmm3/3.24.7/include/gtkmm-3.0/
faust.dsp

Doesn't appear to be picked up by the script.

This isn't a big problem for me right now though, I have what I need
working, just curious.

/Henrik

Den lör 25 mars 2023 kl 18:47 skrev David Braun :

> The updates on that branch assume you've installed these:
>
> brew install 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:
>
>>
>>
>> Den tors 23 mars 2023 kl 21:58 skrev David Braun <
>> br...@ccrma.stanford.edu>:
>>
>>> 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 sometime soon so that the main Faust repo can automatically
>>> release faust executables and libfaust on all platforms, and faustgen on
>>> macos/windows.
>>>
>>
>> Thanks, should have found that! That appears to work, though not with
>> ncurses from Homebrew, oddly, but installing ncurses from ports works. You
>> do have to set that path to qmake though which is
>> /opt/local/libexec/qt5/bin on my system. As for gtk (such as faust2cagtk),
>> no matter how I try I cannot get the script to find the header
>> gdk/gdkkeysyms.h which is on the system. Adding the -I path to the script
>> doesn't help. The error is:
>>
>> fatal error: 'gdk/gdkkeysyms.h' file not found
>> #include 
>>
>> This is similar for faust2jack. Though the headers live in
>> /opt/local/include they are not found.
>>
>> Thanks!
>> /Henrik
>>
>>
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


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 sometime soon so that the main Faust repo can automatically
> release faust executables and libfaust on all platforms, and faustgen on
> macos/windows.
>

Thanks, should have found that! That appears to work, though not with
ncurses from Homebrew, oddly, but installing ncurses from ports works. You
do have to set that path to qmake though which is
/opt/local/libexec/qt5/bin on my system. As for gtk (such as faust2cagtk),
no matter how I try I cannot get the script to find the header
gdk/gdkkeysyms.h which is on the system. Adding the -I path to the script
doesn't help. The error is:

fatal error: 'gdk/gdkkeysyms.h' file not found
#include 

This is similar for faust2jack. Though the headers live in
/opt/local/include they are not found.

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


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 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: '/opt/local/lib/libncurses.6.dylib'
>> >
>> > ncurses is installed and the particular library is in
>> /opt/homebrew/opt/ncurses/lib/ (installed via brew). Regardless how I try I
>> can't get the scrript to find it. I have tried
>> >
>> >  export PATH="/opt/homebrew/opt/ncurses/bin:$PATH"'
>> >   export LDFLAGS="-L/opt/homebrew/opt/ncurses/lib"
>> >   export CPPFLAGS="-I/opt/homebrew/opt/ncurses/include"
>> >   export PKG_CONFIG_PATH="/opt/homebrew/opt/ncurses/lib/pkgconfig"
>> >
>> > I have also tried to reinstall ncurses.
>>
>> Hi Henrik,
>>
>> Yes, this is a known problem: compiled binaries are not correctly
>> self-contained. David Braun is working on improving the situation using
>> GitHub actions. You can possibly test the precompiled 2.58.11 version here:
>> https://github.com/DBraun/faust/actions/runs/4458934421
>
>
> Ok, will try later!
>

On a first try it didn't help unfortunately, but I realize now that I just
cloned Braun's repository and compiled it. I'm not familiar with github
actions and can't quite figure out how to get a precompiled version?

/Henrik

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


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. 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: '/opt/local/lib/libncurses.6.dylib'
> >
> > ncurses is installed and the particular library is in
> /opt/homebrew/opt/ncurses/lib/ (installed via brew). Regardless how I try I
> can't get the scrript to find it. I have tried
> >
> >  export PATH="/opt/homebrew/opt/ncurses/bin:$PATH"'
> >   export LDFLAGS="-L/opt/homebrew/opt/ncurses/lib"
> >   export CPPFLAGS="-I/opt/homebrew/opt/ncurses/include"
> >   export PKG_CONFIG_PATH="/opt/homebrew/opt/ncurses/lib/pkgconfig"
> >
> > I have also tried to reinstall ncurses.
>
> Hi Henrik,
>
> Yes, this is a known problem: compiled binaries are not correctly
> self-contained. David Braun is working on improving the situation using
> GitHub actions. You can possibly test the precompiled 2.58.11 version here:
> https://github.com/DBraun/faust/actions/runs/4458934421


Ok, will try later!

>
> > Installing Faust through homebrew gets rid of the above problem but
> instead, for faust2caqt, it gives the error
> >
> > /opt/homebrew/Cellar/qt@5/5.15.8_2/mkspecs/features/mac/default_post.prf:284:
> Variable QMAKE_XCODE_DEVELOPER_PATH is not defined
> >
> > I suspect this all has to do with my limited knowledge about how macos
> deals ith dependencies, but any help would be appreciated!
> >
> > /Henrik
> >
>
> QT is currently not working on my machine ((-; . Hoping others (like
> Julius maybe?) can help here.
>

I'm hoping for Julius too!

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


[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: '/opt/local/lib/libncurses.6.dylib'

ncurses is installed and the particular library is in
/opt/homebrew/opt/ncurses/lib/ (installed via brew). Regardless how I try I
can't get the scrript to find it. I have tried

 export PATH="/opt/homebrew/opt/ncurses/bin:$PATH"'
  export LDFLAGS="-L/opt/homebrew/opt/ncurses/lib"
  export CPPFLAGS="-I/opt/homebrew/opt/ncurses/include"
  export PKG_CONFIG_PATH="/opt/homebrew/opt/ncurses/lib/pkgconfig"

I have also tried to reinstall ncurses.

Installing Faust through homebrew gets rid of the above problem but
instead, for faust2caqt, it gives the error

/opt/homebrew/Cellar/qt@5/5.15.8_2/mkspecs/features/mac/default_post.prf:284:
Variable QMAKE_XCODE_DEVELOPER_PATH is not defined

I suspect this all has to do with my limited knowledge about how macos
deals ith dependencies, but any help would be appreciated!

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


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) : _, (_ <: _, _), _ : *, *;
>
This was beautiful! Thanks

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


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 the Open Science Award
> for Open Source Research Software (documentation category) awarded at the
> Open Science European Conference (OSEC).
>
>
> https://www.ouvrirlascience.fr/remise-des-prix-science-ouverte-du-logiciel-libre-de-la-recherche/
>
> D. Fober, S. Letz, R. Michon, Y. Orlarey
>
>
> *Yann Orlarey*
> Directeur scientifique/Scientific director
>
>
> orla...@grame.fr  T : +33 (0) 4 72 07 37 00
> GRAME - Centre national de création musicale
> 11 cours de Verdun Gensoul | 69002 Lyon
> www.grame.fr | facebook  | instagram
>  | twitter
> 
> ___
> 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] 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
result.

Is there a better way to achieve a smotth accelerando of pulses?

imp = ba.beat(en.ar(20,10,1) * 2000);
env = en.ar(0.1, 0.05, imp);
snare = no.multinoise(8) : par(i, 8, _ * env * 0.1);
process = snare;

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


[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 beats are skipped at some occasions (mote often at slow speeds it
seems).

This is consistent in both linux and MacOS. Thinking that is was an issue
with GTK I compiled and ran it in SuperCollider and I notice the same
skipping. I have tried using ba.pulse as well and also tried to add
smoothing to the impulse.

I am probably missing something obvious here, but any help is appreciated.

/Henrik

import("stdfaust.lib");
// Impulse for snare hits
imp = ba.beat(hslider("tempo", 100, 1, 2000, 1));
// GUI
snaregroup(x) = vgroup("snare", x);
// Main envelope
env = en.ar(attack, rel, imp) * amp
with {
  attack = snaregroup(hslider("attack", 0.0001, 0, 0.1, 0.1) :
si.smooth(0.1));
  rel = snaregroup(hslider("rel", 0.1, 0.001, 0.5, 0.001) :
si.smooth(0.2));
  amp = snaregroup(hslider("vol", 0.5, 0, 1, 0.0001));
};
// Noise generation and filter
snare(n) = no.multinoise(8) : par(i, 8, _ * env * 0.1);
filt = fi.resonbp(frq, q, gain)
with {
  frq = snaregroup(hslider("freq", 200, 50, 5000, 0.1));
  q = snaregroup(hslider("q", 1, 0.01, 10, 0.01));
  gain = snaregroup(hslider("gain", 0, 0, 2, 0.1));
};

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


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

2019-11-17 Thread Henrik Frisk
Ah, great, thank Aaron!

/Henrik

Den ons 13 nov. 2019 18:43Aaron Heller  skrev:

> I've removed the now-conflicting definition of "route" from the ADT
> decoder and pushed it to the ADT repo.
> https://bitbucket.org/ambidecodertoolbox/adt/src/master/
> As Henrik 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!
>>
>> The point is that  « route »  is now a language primitive, so any code
>> that was defining the symbol will possibly break. If the code was initially
>> generated by « Ambisonic Decoder Toolkit », then ADT will need to be
>> updated.
>>
>> >
>> > I will consider upgrading to Master dev. Are there any things that are
>> not funktional in dev?
>> >
>> > Henrik
>> >
>>
>> Nothing I am aware of  ((-;
>>
>> Stéphane
>>
>> ___
>> 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] Compile error message with ADT

2019-10-28 Thread Henrik Frisk
Thank you Stéphane for the swift response!

I will consider upgrading to Master dev. Are there any things that are not
funktional in dev?

Henrik

Den mån 28 okt. 2019 08:52Stéphane Letz  skrev:

> « route » is a new language primitive. What version of Faust are you using?
>
> We plan 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 28 oct. 2019 à 08:41, Henrik Frisk  a écrit :
> >
> > 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) = m.bus(n_inputs)
> >  <: par(i,n_outputs,(0,gate_bus(i,outs)):>_)
> >: m.bus(n_outputs);
> >
> > This code appears to not be used so removing it solves the problem.
> However, I know I have not had this problem before: Is route a function
> that has been removed from faust?
> >
> > Best,
> > Henrik
> > ___
> > 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] 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) = m.bus(n_inputs)
 <: par(i,n_outputs,(0,gate_bus(i,outs)):>_)
   : m.bus(n_outputs);

This code appears to not be used so removing it solves the problem.
However, I know I have not had this problem before: Is route a function
that has been removed from faust?

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


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 to the local function
> 'convert_svgdirs2pdf' with the argument svg-* which points to the directory
> with the svg files in it. However, Im wondering if this sould not rather be
> 'svg/svg-*".
>
> Making that change takes care of the errors. Either way, though,
> process.pdf fails to generate. Hence:
>
> 2. the reference in the TeX file to ../svg/svg-0/process fails.
>
> Using svg2pdf instead of inkscape i.e. uncomment line 39 and comment line
38 in the script and line 63/64 did the trick.

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


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, faust2max6). You’ll have to use the -soundfile
> parameter so that sound files are copied in the produced binary (so
> something like: faust2caqt -soundfile foo.dsp). faustgen~ supports it also,
> FaustLive dev branch can now use it.
>

Hi,

Nice, I'm looking forward to testing this!

/Henrik
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


[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
update?

Thanks for any hint!
/Henrik
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


[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
grouped together.

Best,
Henrik
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] OSC

2018-03-25 Thread Henrik Frisk
Ah... great, thanks!

/Henrik

On Sun, Mar 25, 2018 at 6:06 PM, Stéphane Letz <l...@grame.fr> wrote:

> Read de documentation  here http://faust.grame.fr/images/
> faust-quick-reference.pdf, chapter 6 OSC support
>
> Command lines options to be used when stating the application, 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:
> > 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 osc.
> Have I missed some dependency? I have liblo installed with brew.
> >
> > After som more testing I can now receive OSC on my faust program
> compiled either with faust2jack or faust2jaqt, but it still doesn't send.
> I'm monitoring with oscdump which receives the parameter space as expected
> from sending a "get" message, but moving the knobs in the program doesn't
> yield any output.
> >
> > Thanks for great software!
> > /Henrik
> >
> > 
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot__
> _
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


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 but the resulting binary doesn't respond nor
> send osc. The same code loaded in FaustLive works as expected with osc.
> Have I missed some dependency? I have liblo installed with brew.
>
> After som more testing I can now receive OSC on my faust program compiled
either with faust2jack or faust2jaqt, but it still doesn't send. I'm
monitoring with oscdump which receives the parameter space as expected from
sending a "get" message, but moving the knobs in the program doesn't yield
any output.

Thanks for great software!
/Henrik
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


[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 osc.
Have I missed some dependency? I have liblo installed with brew.

Thanks,
Henrik
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Java backend?

2018-02-08 Thread Henrik Frisk
I could certainly look into it, I would be curious to see how it plays out.
Right now I was looking into using it for a specific project but I will use
another backend for now.

I managed to compile a simple test and run it not using the faust2javaswing
script, but as you noted in the thread above, the latency is terrible.

/Henrik


On Thu, Feb 8, 2018 at 9:58 AM, Stéphane Letz <l...@grame.fr> wrote:

> Since the JAVA backend is not used by many people, it has not been really
> maintained. But the backend code is still there, and faust2javaswing is
> still in tools/faust2appls/ 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 :
> >
> > 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
> > 
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot__
> _
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


[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
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users