Re: [Faudiostream-users] faustgen~in Max6.1.2 on Mac Os Lion

2013-04-23 Thread Stéphane Letz
Le 23 avr. 2013 à 16:57, Olivier Baudry olivierbaudry@hotmail.fr a écrit : import(math.lib); import(maxmsp.lib); import(music.lib); import(oscillator.lib); import(reduce.lib); import(filter.lib); import(effect.lib); myFreq = vslider(freq, 440., -2000., 2000., 1.);

Re: [Faudiostream-users] Regalia-Mitra filter bank in FAUST

2013-05-10 Thread Stéphane Letz
Merged on faust2 and pushed. Stéphane Le 9 mai 2013 à 22:47, Orlarey Yann orla...@grame.fr a écrit : Hi, I pushed some modifications (master branch only for the moment) that speeds up the propagation phase. Now it is negligible, For example for rmfbd_syn.dsp we now have :

Re: [Faudiostream-users] Regalia-Mitra filter bank in FAUST

2013-05-11 Thread Stéphane Letz
Then we know that the resulting C/C++ code can be quite large and sometimes push the C compilers to their limits… It some sense the Faust compiler does produce completely inlined code that can be quite huge. There is still a lot of work to do in the quality of this code, so that for

Re: [Faudiostream-users] Feedback request: FAUSTPy, a Python FAUST wrapper

2013-05-23 Thread Stéphane Letz
Marc Joliet Please send me the DSP source file : dattorro_notch_cut_regalia.dsp (and possibly others which crash also if this is the case) Stéphane Sure, you can download it here: https://raw.github.com/marcecj/faust_python/master/dattorro_notch_cut_regalia.dsp Thanks for your

Re: [Faudiostream-users] Feedback request: FAUSTPy, a Python FAUST wrapper

2013-05-27 Thread Stéphane Letz
Le 27 mai 2013 à 00:19, Marc Joliet mar...@gmx.de a écrit : Am Sun, 26 May 2013 21:39:55 +0200 schrieb Stéphane Letz l...@grame.fr: dsp code - libfaust - LLVM IR - CFFI (??) - Python object [...] Hmmm... I'll have to research how best to do that, especially since I have no clue

Re: [Faudiostream-users] Feedback request: FAUSTPy, a Python FAUST wrapper

2013-05-27 Thread Stéphane Letz
: Am Mon, 27 May 2013 10:26:11 +0200 schrieb Stéphane Letz l...@grame.fr: Le 27 mai 2013 à 00:19, Marc Joliet mar...@gmx.de a écrit : Am Sun, 26 May 2013 21:39:55 +0200 schrieb Stéphane Letz l...@grame.fr: dsp code - libfaust - LLVM IR - CFFI (??) - Python object [...] Hmmm

Re: [Faudiostream-users] Feedback request: FAUSTPy, a Python FAUST wrapper

2013-05-27 Thread Stéphane Letz
Le 27 mai 2013 à 18:35, Marc Joliet mar...@gmx.de a écrit : Am Mon, 27 May 2013 13:00:10 +0200 schrieb Stéphane Letz l...@grame.fr: Too fast…. The code is not finished… Hold on… Right, I see you added the implementation, too :) . So far I had to add a few patches (see attachments

Re: [Faudiostream-users] compiling faust externals for libPd

2013-05-29 Thread Stéphane Letz
Hello Yann, Thanks a lot for the reply. I did go through the faust2android script, but as per my understanding it compiles the Faust objects to be used in the Android NDK natively. My existing sound engine is designed completely in libPd for Android, and hence I was looking for a

Re: [Faudiostream-users] linear horizontal bargraphs are broken in the Qt architecture

2013-10-11 Thread Stéphane Letz
Can you send us a screenshot of the problem? Thanks. Stéphane Le 11 oct. 2013 à 09:27, Marc Joliet mar...@gmx.de a écrit : Hi all, I recently wanted to add a (linear) hbargraph to a UI, and it looks like the result is incorrect when using a Qt based architecture: the resulting widget

Re: [Faudiostream-users] linear horizontal bargraphs are broken in the Qt architecture

2013-10-11 Thread Stéphane Letz
Problem should be solved on both master and faust2 branch (thanks Sarah !) Stéphane Le 11 oct. 2013 à 09:27, Marc Joliet mar...@gmx.de a écrit : Hi all, I recently wanted to add a (linear) hbargraph to a UI, and it looks like the result is incorrect when using a Qt based architecture: the

Re: [Faudiostream-users] Soundfile processing

2014-04-09 Thread Stéphane Letz
Le 9 avr. 2014 à 15:36, Daniele Ghisi danielegh...@gmail.com a écrit : Hi Stéphane, sorry to bother: I have both JACK and gtk2 installed (via macports). (I didn't understand if I have to do something with homebrew). 1) Do not install JACK with macports, it is an old version. Better use

Re: [Faudiostream-users] Soundfile processing

2014-04-09 Thread Stéphane Letz
We are working on a new application called FaustLive, woking on Linux, OSX, Windows that will embed the Faust compiler and simplify all this stuff... Stay tuned! Stéphane Le 9 avr. 2014 à 16:42, Daniele Ghisi danielegh...@gmail.com a écrit : Hi Harry, I've tried with both gtk2 and gtk1.

Re: [Faudiostream-users] Soundfile processing

2014-04-09 Thread Stéphane Letz
Nope… Stéphane Le 9 avr. 2014 à 16:48, Daniele Ghisi danielegh...@gmail.com a écrit : Great news, thanks!! Do you already have a release date? d 2014-04-09 16:52 GMT+02:00 Stéphane Letz l...@grame.fr: We are working on a new application called FaustLive, woking on Linux, OSX

Re: [Faudiostream-users] Errors executing faust2.... commands

2014-04-23 Thread Stéphane Letz
Are you on OSX? Linux ? Depending on that, you possibly need to add those lines in your .profile file (OSX) or bashXXX (don't remember the name…) on Linux C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/local/include Stéphane Le 22 avr. 2014 à

Re: [Faudiostream-users] faustlive binaries?

2014-05-02 Thread Stéphane Letz
For which OS? Stéphane Le 2 mai 2014 à 17:19, Victor Lazzarini victor.lazzar...@nuim.ie a écrit : From the description, it sounds similar to the Faust opcodes in Csound, a good idea. Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini

[Faudiostream-users] Two new items to read on Faust site

2014-05-26 Thread Stéphane Letz
Home FAUST 0.9.67 released : http://faust.grame.fr/index.php/component/content/article/7-news/80-faust0967 and Faust and the Web Audio API revisited : http://faust.grame.fr/index.php/component/content/article/7-news/79-faust-web-audio Stéphane

Re: [Faudiostream-users] [Faudiostream-devel] FaustLive is released !

2014-06-03 Thread Stéphane Letz
Le 3 juin 2014 à 12:04, Albert Graef aggr...@gmail.com a écrit : Trying to build the Faust-related libraries needed for FaustLive from the current Faust2 git sources on Arch, I'm getting a few compile errors in the faustremote stuff, mostly due to missing -I's and -L's, and a missing

[Faudiostream-users] Situation for Faust DSP external MIDI control

2014-06-03 Thread Stéphane Letz
Hi all, We are now in the situation where Faust DSP can be controlled by regular User Interfaces, MIDI, OSC, accelerometers when used on phones or tablets… Concerning MIDI, the thing is that no real specification have been established, and we think time is now to collect what has already been

Re: [Faudiostream-users] createDSPFactoryFromString()

2014-06-18 Thread Stéphane Letz
Can you report precise crash logs of the problem you've seen? Thanks. Stéphane Le 18 juin 2014 à 15:27, Victor Lazzarini victor.lazzar...@nuim.ie a écrit : Just a note to say that createDSPFactoryFromString() does not appear to be thread-safe. It might be worthing saying this in the

Re: [Faudiostream-users] createDSPFactoryFromString()

2014-06-18 Thread Stéphane Letz
Maynooth, Ireland victor dot lazzarini at nuim dot ie On 18 Jun 2014, at 15:48, Stéphane Letz l...@grame.fr wrote: Can you report precise crash logs of the problem you've seen? Thanks. Stéphane Le 18 juin 2014 à 15:27, Victor Lazzarini victor.lazzar...@nuim.ie a écrit : Just

Re: [Faudiostream-users] OS X and bug Foreign functions cannot be used

2014-07-14 Thread Stéphane Letz
Jack from macport is an old version that we do not recommend. Stéphane Le 14 juil. 2014 à 08:40, Jerry lancebo...@qwest.net a écrit : That's great to hear, and thanks, Yann. I'm eager to try Faust but it won't be for at least a few days. BTW, if I write a foreign function it will be in

Re: [Faudiostream-users] Broken Serial Composition Operator?

2014-08-26 Thread Stéphane LETZ
From Faust quick reference p19 Sequential Composition The sequential composition A:B (figure 3.3) expects: outputs(A) = inputs(B) (3.1) It connects each output of A to the corresponding input of B : A[i ] → [i ]B Stéphane Le 26 août 2014 à 04:48, Dolittle seedpr...@gmail.com a écrit :

Re: [Faudiostream-users] Broken Serial Composition Operator?

2014-08-26 Thread Stéphane LETZ
, Stéphane LETZ l...@grame.fr wrote: From Faust quick reference p19 Sequential Composition The sequential composition A:B (figure 3.3) expects: outputs(A) = inputs(B) (3.1) It connects each output of A to the corresponding input of B : A[i ] → [i ]B Stéphane Le 26 août 2014 à 04:48

Re: [Faudiostream-users] Trouble's compiling .dsp's

2014-09-19 Thread Stéphane Letz
GIT version ? (master branch), so that we can fix them it they still exist ? Stéphane Le 19 sept. 2014 à 18:04, Bart Brouns b...@magnetophon.nl a écrit : Hi Stéphane, I fixed the name collision. Please try again. Thanks, Bart. On Fri, 2014-09-19 at 17:37 +0300, Stéphane Letz wrote

Re: [Faudiostream-users] faustgen~ as a vst/au plugin?

2014-11-07 Thread Stéphane Letz
No plan yet… but would be a good idea for sure… Contribution welcome... Stéphane Le 7 nov. 2014 à 13:18, Oliver Larkin olilar...@googlemail.com a écrit : are there any plans to make an equivalent of faustgen~ that works as a plugin? a code editor could be achieved relatively easily by

Re: [Faudiostream-users] How to interact with the the controls of a Faust processor compiled to Javascript ?

2015-04-08 Thread Stéphane Letz
You can use : - getPathTableXXX or getJSONXXX (like getPathTablekarplus or getJSONkarplus) methods to see the names of the path to values - then use setValue/getValue to set/get values, so something like : setValue(dsp, /0x00/Volume, 0.5) in the case of noise.dsp Stéphane Le 8 avr. 2015 à

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Stéphane Letz
are missing. Here's the error: $ faust2webaudioasm noise.dsp Compiled with 'asm.js' backend cat: /usr/local/lib/faust/js/stylesheet.js: No such file or directory cat: /usr/local/lib/faust/js/jsscripts.js: No such file or directory -- Marc On Thu, 29 Jan 2015 12:14:34 +0100, Stéphane

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Stéphane Letz
Le 4 avr. 2015 à 14:34, Marc Lavallée m...@hacklava.net a écrit : Bonjour Stéphane. The missing files are now installed. There's a new error, only when I use the -emcc option: $ faust2webaudioasm -emcc noise.dsp Compiled with 'emcc' aborting from js compiler due to exception:

Re: [Faudiostream-users] reuse a single slider value

2015-08-26 Thread Stéphane Letz
Moving the multiplier outside of the par : gain=*(vslider([1]Gain, 0, 0, 1, 0.01)); multiplier=vslider([0]Mult, 0, 0, 1, 0.01); process=tgroup(tabs,par(i, 4,hgroup(%i,gain)*multiplier)); Stéphane Le 25 août 2015 à 19:37, Ryan Meisters r...@soniccloud.com a écrit : Hey guys, thanks for the

Re: [Faudiostream-users] syntax highlighting

2015-09-01 Thread Stéphane Letz
Thanks; committed on GIT master branch. Stéphane Le 1 sept. 2015 à 13:10, Oliver Larkin a écrit : > here is a modified version that works with .lib files > > > > oli > > On 1 Sep 2015, at 09:25, Iain Gray wrote: > >> Hello, >> >> As a new

[Faudiostream-users] WAC 2016 : call for submissions

2015-09-05 Thread Stéphane Letz
Here: http://webaudio.gatech.edu/node/22 Stéphane -- ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net

Re: [Faudiostream-users] sample bank program

2015-09-07 Thread Stéphane Letz
I would go for 2), but maybe you could describer first a bit more what you are trying to develop : - on which platform? - what would be the role of Faust processing into your application? - would you application need a complete UI or would it be only remotely controlled? (like with OSC..)

Re: [Faudiostream-users] OSC interface becomes unresponsive

2015-09-06 Thread Stéphane Letz
You may try to hack the "OSCSetup::start" method in "faust/src/osc/OSCSetup.cpp" and add a "SetPriority" call like: fOSCThread = new OscThread (mp, port, fErrCallback, fArg); fOSCThread ->SetPriority(80); fOSCThread->start(); recompile/restart and see if it helps. Stéphane Le 6 sept. 2015 à

Re: [Faudiostream-users] FaustLive segfault

2015-09-11 Thread Stéphane Letz
Program received signal SIGSEGV, Segmentation fault. 0x00418daa in JA_audioManager::connect_Audio(std::string) () So crash in JA_audioManager::connect_Audio(std::string) 1) Possibly try to remote FL resources (folder named ".FaustLive-CurrentSession-2.0" on user

Re: [Faudiostream-users] faust compilation problem

2016-01-09 Thread Stéphane Letz
Added a possible fix on GIT. Can you try again? Stéphane Le 9 janv. 2016 à 16:33, Pierre Lecomte a écrit : > Hello, > I've a little trouble to (re)install faust on my system (Linux/Ubuntu): > > What I've done: > > $ git clone git://git.code.sf.net/p/faudiostream/code

Re: [Faudiostream-users] FaustLive: stkmain error

2016-01-10 Thread Stéphane Letz
1) on which platform are you using FL ? 2) do others examples (included in the application work using the "Open Example") work? Stéphane Le 11 janv. 2016 à 01:52, Nycholas Maia a écrit : > Hi everybody, > > I am new in FaustLive and I'm trying to run a "flute.dsp"

Re: [Faudiostream-users] faust2: undefined reference to `vtable for QTGUI'

2016-06-08 Thread Stéphane Letz
Does faust2qt works yes? Is yes then you'll have to understand what faust2qt does that you don’t with the simpler line : " g++ fausttest.cpp -I ../faust2/architecture/ `pkg-config --cflags QtGui` -ljack `pkg-config --libs QtGui`" Stéphane > Le 8 juin 2016 à 11:52, Kjetil Matheussen

Re: [Faudiostream-users] [Faudiostream-devel] SR now a float

2016-06-14 Thread Stéphane Letz
Albert; look at the commit : SR definition has been changed in math.lib, it does not change any public interface and so should not break anything… Stéphane > Le 14 juin 2016 à 17:21, Albert Graef a écrit : > > Yann, maybe it would be possible to discuss such changes

Re: [Faudiostream-users] faust2 compilation error

2016-06-15 Thread Stéphane Letz
Should be fixed. > Le 15 juin 2016 à 16:24, Pierre Lecomte a écrit : > > Thanks for the fix, the compilation goes further but doesn't end yet : > > http://pastebin.com/sAirAxAS > > Pierre > >> We are moving to C++11, but the Makefile is not yet ready for that I

Re: [Faudiostream-users] FaustLive Windows MaxMSP export

2016-05-27 Thread Stéphane Letz
Nope… Stéphane > Le 27 mai 2016 à 15:07, alfonso santimone a > écrit : > > Hi guys, > FaustLive has an option for 64 bit .mxe64 export on Windows. > But the external exported is a .mxe for 32 bit Max. > Is Max 64 bit export functional on Windows? > many thanks >

Re: [Faudiostream-users] FaustLive Crash

2016-06-18 Thread Stéphane Letz
L. > I don't know now why this is the unique DSP file that FL crashes and OS X > say: "FaustLive quit unexpectedly. Click Reopen to open the application > again. Click Report to see more detailed information and send a report to > Apple." > > What I have to do now? >

Re: [Faudiostream-users] FaustLive Crash

2016-06-18 Thread Stéphane Letz
Remove FL ressources, so in your home folder do in a terminal: rm -rf .FaustLive-CurrentSession-2.0 and then restart FL Stéphane > Le 17 juin 2016 à 23:01, Nycholas Maia a écrit : > > Hi, > > I was working in FaustLive and suddenly it crashes. > The problem is that it

Re: [Faudiostream-users] osc aliases

2016-01-11 Thread Stéphane Letz
> -- Message d'origine-- > De: Stéphane Letz > Date: dim., 10/01/2016 8:56 > À: Pierre Lecomte; > Cc: faudiostream-users@lists.sourceforge.net; > Objet :Re: [Faudiostream-users] osc aliases > > Le 10 janv. 2016 à 00:34, Pierre Lecomte > a écrit : > &g

Re: [Faudiostream-users] Faust 2: Compiling error

2016-01-10 Thread Stéphane Letz
LLVM 3.8 (not officially released…) is not yet supported. Please use LLVM 3.6 or 3.7 instead. Stéphane Le 10 janv. 2016 à 23:14, Nycholas Maia a écrit : > Hi everybody, > > I'm trying to compile Faust 2 to get the support to AU plug-in plugin > architecture. > I

Re: [Faudiostream-users] Faustlive compilation error

2016-01-14 Thread Stéphane Letz
Until I merge "dev" to "master" to get a compiling "master"… but need to check something with Yann first…. Stéphane Le 14 janv. 2016 à 19:13, Pierre Lecomte a écrit : > Solved ! > Thank you :) > > Pierre >> Are you in the FaustLive "dev" branch? If not, then switch

Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-28 Thread Stéphane Letz
Written in Elm : very interesting, is the Elm source code visible somewhere? Thanks. Stéphane > Le 28 juin 2016 à 12:48, Michael Bylstra a écrit : > > Hi, > > This looks great. I've been working on something kind of similar for the web. > Well, just the editor

[Faudiostream-users] "remorked_dsp" branch to test

2016-06-17 Thread Stéphane Letz
Hi All, Since we don’t want to cause any « cardiac arrest » to anybody anymore… ((-; we have created a new « remorked_dsp » branch with some work in the base dsp class. https://sourceforge.net/p/faudiostream/code/ci/reworked_dsp/ Two different things have been done : 1) a new « virtual

Re: [Faudiostream-users] pd crashes with multiple faust objects

2016-04-07 Thread Stéphane Letz
> Le 7 avr. 2016 à 07:38, Martin Jaroszewicz a écrit : > > Hi, > This has been documented at least a year ago in the pdpatchrepo forum and I > can confirm today that multiple instances of (different) objects made with > faust crash pd. Also, signal flow is disrupted when

Re: [Faudiostream-users] flute.dsp with midi ?

2016-04-11 Thread Stéphane Letz
Use faust2jaqt -midi -poly flute.dsp Read the following: http://faust.grame.fr/news/2016/01/13/polyphonic-instruments.html Stéphane > Le 10 avr. 2016 à 23:08, Stefaan Himpe a écrit : > > Hi all, > > I took the flute.dsp from the faust-stk. I am able to make flute

Re: [Faudiostream-users] [Faudiostream-devel] Polyphonic and MIDI support in FaustLive (to test…)

2016-03-02 Thread Stéphane Letz
Thanks ! Improvements pushed in git. Stéphane Le 1 mars 2016 à 23:51, Albert Graef a écrit : > On Tue, Mar 1, 2016 at 11:36 PM, Albert Graef wrote: > Stolen voices should have their gate control zeroed before starting the new > note so that their

Re: [Faudiostream-users] [Faudiostream-devel] Polyphonic and MIDI support in FaustLive (to test…)

2016-03-02 Thread Stéphane Letz
Le 2 mars 2016 à 20:46, Albert Graef a écrit : > On Wed, Mar 2, 2016 at 2:44 PM, Vincent G. Listes > wrote: > Is there a document somewhere outside the code that explains polyphony > handling in FAUST ? > > That's easy to explain: There is no

Re: [Faudiostream-users] [Faudiostream-devel] Polyphonic and MIDI support in FaustLive (to test…)

2016-03-01 Thread Stéphane Letz
Tried a "steal voice in release mode" then "steal oldest voice" method, pushed in git. Stéphane Le 1 mars 2016 à 13:24, Albert Graef <aggr...@gmail.com> a écrit : > On Thu, Feb 25, 2016 at 3:13 PM, Stéphane Letz <l...@grame.fr> wrote: > > > I have

Re: [Faudiostream-users] newest faust version error

2016-04-01 Thread Stéphane Letz
This "jack_midi_reset_buffer" function is part of latest jack2 tree, not yet released but soon. You'll have to build the jack2 GIT version to solve the problem in the meantime. Stéphane Le 1 avr. 2016 à 19:06, Julius Peters a écrit : > Hello, > > I installed the

Re: [Faudiostream-users] FOF in faust

2016-05-23 Thread Stéphane Letz
> Le 22 mai 2016 à 16:37, Bart Brouns a écrit : > > Hi Stéphane, > > Thanks for looking in to it. > Does the -sch compile use huge amounts of RAM for you too? I have a 16 GO MacBook here, and I’m using Clang to compile, > I only have 4Gb, so probably swapping is my

Re: [Faudiostream-users] documentation for Faust MIDI support?

2016-05-24 Thread Stéphane Letz
Some preliminary MIDI documentation is available here: http://faust.grame.fr/news/2016/01/14/controlling-with-midi.html and for polyphonic/MIDI instruments here: http://faust.grame.fr/news/2016/01/13/polyphonic-instruments.html All of this can be tested in FaustLive or with some of the

Re: [Faudiostream-users] documentation for Faust MIDI support?

2016-05-24 Thread Stéphane Letz
> Le 24 mai 2016 à 14:42, Ming-Lun Lee a écrit : > > Hello Stéphane, > > Thank you for your quickly reply. It's really helpful. I just installed the > latest Faust Git version and tried to compile the midi_tester.dsp. > If I type > $ faust2caqt -midi midi_tester.dsp

[Faudiostream-users] Polyphonic instruments in Max/MSP to test

2016-04-15 Thread Stéphane Letz
Polyphonic instruments are now available in Max/MSP : static compilation (faust2msp or faust2max6) or faustgen~ faust2msp -midi -poly foo.dsp, faust2max6 -midi -poly foo.dsp Stéphane -- Find and fix application

Re: [Faudiostream-users] Faust: 10 Questions

2016-07-05 Thread Stéphane Letz
Answering some of them: > Question 7: > When Faust repo (git) is modified, these modifications are included in > FaustLive repo (MacPorts) too? Albert Greaf does that for time to time > > Question 8: > In Terminal, all applications "faust2xxx" doesn't have a --help. > How can I know the right

[Faudiostream-users] faust2juce to test

2017-02-06 Thread Stéphane Letz
Developed by Adrien Albouy over the last months, faust2juce is a new script to create JUCE projects from Faust DSP files. The command is explained here : https://github.com/grame-cncm/faust/tree/master-dev/architecture/jucer Several architecture files have been created : - JuceGUI.h is used

Re: [Faudiostream-users] FaustLive Error Messages

2017-01-23 Thread Stéphane Letz
essfully resolved the issue. Thank you very much. > > Best, > Ming > > Ming-Lun Lee > Assistant Professor > Department of Electrical and Computer Engineering > Audio and Music Engineering > University of Rochester > 510 Computer Studies Building > (585) 275-2120

Re: [Faudiostream-users] FaustLive Error Messages

2017-01-22 Thread Stéphane Letz
Old preference folder is probably the problem, open a terminal and run the exact following command: rm -rf .FaustLive-CurrentSession-2.0 the will remove the hidden FaustLive preference on your user account. Then start FL again. Stéphane > Le 22 janv. 2017 à 05:51, Ming-Lun Lee

Re: [Faudiostream-users] problems with Faust based ugens in SuperCollider

2017-02-23 Thread Stéphane Letz
A crashing issue has been fixed 2 months ago (https://github.com/grame-cncm/faust/commit/073a90e1ad5a21b32c80244e07b44e05b3fde3c7 and some other just before) and at that time I was able to test working Ugens on OS X. On which platform does it occur? I hope some other SC users here can then

Re: [Faudiostream-users] problems with Faust based ugens in SuperCollider

2017-02-24 Thread Stéphane Letz
ith SC3.7 and SC 3.8 > > Also when I use the online compiler, I have the same problem. > > Any help much appreciated, > > Best, > > Florian > > > > > > www.grond.at > > On Fri, Feb 24, 2017 at 2:33 AM, Stéphane Letz <l...@grame.fr> wrot

Re: [Faudiostream-users] Faust meets JUCE...

2017-02-23 Thread Stéphane Letz
es generated by the > online compiler. > best > a. > > www.elgallorojorecords.com > soundcloud.com/alfonsosantimone > www.facebook.com/alfonsosantimone > > On Wed, Feb 22, 2017 at 5:50 PM, Stéphane Letz <l...@grame.fr> wrote: > First official version, post he

[Faudiostream-users] Faust meets JUCE...

2017-02-22 Thread Stéphane Letz
First official version, post here : http://faust.grame.fr/news/2017/02/21/Faust-meets-JUCE.html Stéphane -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

[Faudiostream-users] faust2juce : new -plugin parameter

2017-02-11 Thread Stéphane Letz
JUCE plugins can now be generated, MIDI and OSC controlled, see: https://github.com/grame-cncm/faust/tree/master-dev/architecture/juce Test and feedback on JUCE platforms welcome ! Stéphane -- Check out the vibrant

Re: [Faudiostream-users] segfault with latest git faust2

2016-09-08 Thread Stéphane Letz
> Le 8 sept. 2016 à 12:24, victor.lazzar...@nuim.ie a écrit : > > Hi Stéphane, > > here is what I did for OSX 10.11 to get faust2 built and installed: > > 1. Got LLVM 3.7.1 sources. > 2. To build it: at the top level sources > $ mkdir build ; cd build > $ cmake -DLLVM_ENABLE_RTTI=ON .. > $

Re: [Faudiostream-users] segfault with latest git faust2

2016-09-07 Thread Stéphane Letz
86936 > Fax: 00 353 1 7086952 > >> On 7 Sep 2016, at 14:11, Stéphane Letz <l...@grame.fr> wrote: >> >> OSX ? Linux ? >> >>> Le 7 sept. 2016 à 15:06, victor.lazzar...@nuim.ie a écrit : >>> >>> Ok. Thanks. LLVM 3.8 gives me this now when

Re: [Faudiostream-users] using faust online compiler with a script

2016-10-05 Thread Stéphane Letz
Hi Pierre, The access to the online compiler is certainly something we’ll make officially public at some point, probably by published a document API to be used either from JavaScript, C/C++ library (using « libcurl » to build the appropriate URLs) or even script based usages. Stéphane >

[Faudiostream-users] Revisited DSP init model

2016-09-15 Thread Stéphane Letz
Hi all, We have revisited the generated DSP « init » code to allow a finer control of the different init phases. Up to now the Faust compiler generated the « init » method has the following shape : virtual void init(int samplingFreq) { classInit(samplingFreq);

Re: [Faudiostream-users] osc compilation issue

2016-09-20 Thread Stéphane Letz
Probably « yet another lib++/libstdc++ or c++11 » related compilation issue : which OS X version? which Xcode/clang versions? Thanks. Stéphane > Le 20 sept. 2016 à 13:10, Pierre Lecomte a écrit : > > Hello, > I've got some issues when trying to compile some code

Re: [Faudiostream-users] Errors upgrading projects to new libraries

2016-11-08 Thread Stéphane Letz
typo at line 101 : ‘de.delay' should be ‘delay'. Stéphane > Le 8 nov. 2016 à 22:11, Oliver Larkin a écrit : > > Hello, > > I was trying to upgrade my faust Tambura model, but unfortunately I had a few > problems. > > First of all I don’t seem tp be able to

Re: [Faudiostream-users] Faustlive says "Impossible to init CoreAudio Client" ?

2016-10-20 Thread Stéphane Letz
Try FaustLive-OSX-2.44.dmg from here : https://sourceforge.net/projects/faudiostream/files/ Stéphane > Le 19 oct. 2016 à 20:18, Mykle Hansen a écrit : > > Hi, > > About a year ago, it seemed that the only way to get FaustLive working on > OS X 10.11 was via macports. Is

Re: [Faudiostream-users] adaption to sample rate

2016-12-17 Thread Stéphane Letz
Assuming you are using the SR symbol (defined in math.lib library) in your code, and assuming the host actual sample rate is correctly given to the allocated DSP at runtime, it should work. For VST are you using faust2faustvast script? Stéphane > Le 17 déc. 2016 à 10:08, Lervik Olav

Re: [Faudiostream-users] adaption to sample rate

2016-12-17 Thread Stéphane Letz
phasor(f) * 6.28318530718 : sin; > > timbre(freq) = osc(freq) + 0.5 * osc(2.0*freq) + 0.25 * osc(3.0*freq); > > envelop(gate, gain) = gate * gain : smooth(0.9995) > with { smooth(c) = * (1-c) : + ~ * (c) ; } ; > > voice(gate, gain, freq) = envelop(

Re: [Faudiostream-users] Revisited DSP init model

2016-12-01 Thread Stéphane Letz
=== > Prof. Victor Lazzarini > Dean of Arts, Celtic Studies, and Philosophy, > Maynooth University, > Maynooth, Co Kildare, Ireland > Tel: 00 353 7086936 > Fax: 00 353 1 7086952 > >> On 15 Sep 2016, at 09:53, Stéphane Letz <l...@grame.fr> wrote: >> >

Re: [Faudiostream-users] WebAssembly is now officially activated in Chrome and Firefox... and in the Faust online compilers

2017-03-17 Thread Stéphane Letz
Maynooth University > Ireland > >> On 17 Mar 2017, at 12:30, Stéphane Letz <l...@grame.fr> wrote: >> >> Hi All, >> >> WebAssembly (http://webassembly.org) is now officially activated in Chrome >> and Firefox >> (https://lists.w3.org/Archives

[Faudiostream-users] WebAssembly is now officially activated in Chrome and Firefox... and in the Faust online compilers

2017-03-17 Thread Stéphane Letz
Hi All, WebAssembly (http://webassembly.org) is now officially activated in Chrome and Firefox (https://lists.w3.org/Archives/Public/public-webassembly/2017Feb/0002.html). The Faust WebAssembly backend emitted binary format has been raised to match the official 0x01 number. Statically

Re: [Faudiostream-users] debug output

2017-03-08 Thread Stéphane Letz
> Le 8 mars 2017 à 17:37, Florian Grond a écrit : > > Thanks Stéphane, > > I installed the most recent faust version: > > > Thanks for changing the paths, please if you can adjust the order: > > in fact an include should possibly be behind each of the paths listed.

Re: [Faudiostream-users] debug output

2017-03-07 Thread Stéphane Letz
You may have to hack the faust2supercollider script, see how F2SC_DEBUG flag is used, and possibly play with DNDEBUG also. Stéphane > Le 7 mars 2017 à 18:50, Florian Grond a écrit : > > Dear list, > > I am currently trying to put together SC3plugins based on Faust. >

[Faudiostream-users] 'faustbench' tool to test

2017-03-06 Thread Stéphane Letz
Hi All, For developers a new tool called ‘faustbench’ can be used to help find out the best compilation options for a given DSP program, using the C++ generated code and located in tools/benchmark folder. The faustbench script calls the Faust compiler with different compilation parameters,

Re: [Faudiostream-users] debug output

2017-03-07 Thread Stéphane Letz
CalcFunc)Faust_next ? "zero-copy" > : "copy"); > //#endif > > > > > // #if !defined(NDEBUG) > //Print("Faust: %s numControls=%d\n", name.c_str(), g_numControls); > // #endif // NDEBUG > > > > // #if !defined(NDEBUG

Re: [Faudiostream-users] How to take guitar signal as input signal

2017-04-08 Thread Stéphane Letz
You are on Windows right? Then FaustLive is supposed to access the audio inputs and outputs, what is not working there ? Stéphane > Le 8 avr. 2017 à 06:09, rajhans sarah a écrit : > > Hi there, > > I want to take my electric guitar signal as input signal in

[Faudiostream-users] Improved version of the Web dynamic Faust compiler page

2017-08-17 Thread Stéphane Letz
http://faust.grame.fr/modules/faustlive-wasm.html - with polyphonic instruments support (usable only Chrome and its support of the Web MIDI API) - nicer layout - page state and DSP control parameters state handling - bugs fixed Stéphane

Re: [Faudiostream-users] Using C++ libraries alongside Faust? How?

2017-07-10 Thread Stéphane Letz
WDL-OL could indeed be and interesting alternative. Oliver since it seems that you know this project were well… how complex would it be to develop Faust architectures files for WDL-OL ? Thanks. Stéphane > Le 10 juil. 2017 à 03:37, mviljamaa a écrit : > > Well even

Re: [Faudiostream-users] simple sequencer logic

2017-07-06 Thread Stéphane Letz
Probably due to too slow (or missing some values...) Web output display refreshing code. Stéphane > Le 6 juil. 2017 à 19:08, Beach Dispatcher a écrit : > > One more question, here is the simple code to check the pulsen style > mechanism in work > > import

[Faudiostream-users] WebAssembly dynamic Faust compiler html page to test

2017-07-21 Thread Stéphane Letz
Hi, For courageous users: http://faust.grame.fr/modules/faustlive-wasm.html Using Chrome, you can possibly test polyphonic DSP by connecting a MIDI keyboard Know problem: polyphonic mode is still buggy in some cases (hanging notes...) Stéphane

Re: [Faudiostream-users] GUI additional parameters

2017-07-27 Thread Stéphane Letz
Not yet documented… on the TODO list > Le 25 juil. 2017 à 17:11, Beach Dispatcher a écrit : > > Hi Dears! > > Could anybody please tell me where is it possible to find informaiton > for additional parameters of GUI specifying? > > for example - in tutorals I found the

Re: [Faudiostream-users] [Faudiostream-devel] WebAssembly dynamic Faust compiler html page to test

2017-07-22 Thread Stéphane Letz
2017, at 16:03, Oliver Larkin <olilar...@googlemail.com> wrote: >> >> fantastic! hadn’t seen http://faust.grame.fr/modules/ what a great collection >> >>> On 21 Jul 2017, at 15:37, Stéphane Letz <l...@grame.fr> wrote: >>> >>> Assuming URL a

[Faudiostream-users] Updated WebAssembly dynamic Faust compiler html page

2017-08-09 Thread Stéphane Letz
Here : http://faust.grame.fr/modules/faustlive-wasm.html Be sure to empty the browser cache before testing again. Stéphane -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Faudiostream-users] Updated WebAssembly dynamic Faust compiler html page

2017-08-09 Thread Stéphane Letz
e. > > So far, on my Linux box, it works only with the harpe.dsp example; I > tried clarinet.dsp (and others) without success. > > On Firefox, I got this dialog: > ERROR : unable to access URL > 'http://faust.grame.fr/modules/libraries/music.lib' > > -- > Marc >

Re: [Faudiostream-users] faust2unity parameter name length

2017-05-03 Thread Stéphane Letz
This 15 character limit is enforced in Unity Audio SDK (look at the Unity header file copied inside Faust tree architecture/faust/unity/AudioPluginInterface.h, line 243….) Nothing we can do at our level AFAICS… You should probably report the issue on some Unity developer channel. Stéphane

Re: [Faudiostream-users] Problem of compilation using FaustLive

2017-05-14 Thread Stéphane Letz
Working here if I just cut/paste the code of this mail on FL. Could it be a problem with the DSP file path ? (avoid « accented characters or spaces » in the path…) Stéphane > Le 14 mai 2017 à 21:23, bonardi a écrit : > > > import("stdfaust.lib"); > > freq =

Re: [Faudiostream-users] How do I make Simple sine oscillator as a standalone app..

2017-05-11 Thread Stéphane Letz
You are on Windows right ? Then I would advice following the Faust ==> JUCE path, see here: http://faust.grame.fr/news/2017/02/21/Faust-meets-JUCE.html Stéphane > Le 11 mai 2017 à 10:43, rajhans sarah a écrit : > > Hi there, > > I am really new for FAUST and still

Re: [Faudiostream-users] faust2juce – custom GUI?

2017-05-13 Thread Stéphane Letz
> Le 13 mai 2017 à 08:35, Till Bovermann a écrit : > > Dear list, > > I just explored faust2juce and it "just works"! Awesome! Yes sure ((-; why not !? > Now that I have the audioeffect of my dreams available on all my machines and > DAWs, I'd like to give it a more

[Faudiostream-users] faust2api extended

2017-05-22 Thread Stéphane Letz
Hi All, As explained by Romain in his LAC talk, the faust2api tool has recently be extended to support most of the audio architectures we already have . See https://ccrma.stanford.edu/~rmichon/faust2api/ for the documentation on iOS and Android support. Testing and feedback welcome !

Re: [Faudiostream-users] what is FAUSTCLASS?

2017-05-29 Thread Stéphane Letz
FAUSTCLASS is a C macro that takes the compiler C++ generated name and is helpful and used in some architecture files (like supercollider…) Stéphane > Le 28 mai 2017 à 13:06, rajhans sarah a écrit : > > I generated c++ code for a sine oscillator in Faust. > > and I

Re: [Faudiostream-users] range not honored when using an OSC alias

2017-05-29 Thread Stéphane Letz
Fixed on master-dev : https://github.com/grame-cncm/faust/commit/8b7feba97fad91249eaa7fb954e0c7b0783bf216 Stéphane > Le 28 mai 2017 à 22:29, cyberic a écrit : > > Hello > > I have a simple program inspired by the reference guide: > ``` > process =

Re: [Faudiostream-users] faust2unity parameter name length

2017-05-04 Thread Stéphane Letz
Could you send us a sample Xcode project that you’ve done yourself to compile on iOS? Thanks. Stéphane > Le 5 mai 2017 à 02:01, Juan Cristóbal Cerrillo a écrit > : > > Faust is running successfully in Unity iOS. > > It seems it would be desirable to have a script

Re: [Faudiostream-users] Performances of audio DSP code compiled in WebAssembly

2017-09-22 Thread Stéphane Letz
ons using things like Web Audio's > BiquadFilterNode (for example). It would be ideal if such primitives > could be substituted by the Faust compiler, given the appropriate > option(s). > > - Julius > > On Thu, Sep 21, 2017 at 1:50 AM, Stéphane Letz <l...@grame.fr> wrot

  1   2   3   4   5   6   >