Re: [Faudiostream-devel] Faust target for microcontroller STM32F4

2014-07-14 Thread Orlarey Yann
Hi Piers Titus, Congrats and thanks for letting us know about such a nice project, and for the Faust architecture ! Is it just enough to buy the board to try it, or do you need something else ? Cheers Yann

[Faudiostream-devel] new style options in QT interface

2014-07-11 Thread Orlarey Yann
Hi, Two new slider's styles have been implemented in the QT interface allowing to create pop-up menus and radio button groups. For example : vslider("[3] signal [style:menu{'white noise':0;'pink noise':1;'sine':2}]", 0, 0, 2, 1) will create a pop-up menu, instead of a slider, with 3 items : wh

[Faudiostream-devel] FAUST 0.9.67

2014-05-19 Thread Orlarey Yann
We are happy to announce the release of FAUST 0.9.67 ! This release provides many bug fixes and improvements in several architectures (Audio Units, VTSi, etc.) and libraries, as well as two very exiting new tools : faust2webaudioasm - This tool, based on developments by Myles Bor

Re: [Faudiostream-devel] segfault when phasor accesses an rdtable

2014-05-13 Thread Orlarey Yann
Hi Stephen, The third input signal of rdtable is the read index. In your case it should be an integer signal with values in the interval [0..2047]. But in your example cnt will generate reads outside the boundaries of the table causing segfaults. In other words you should use a phasor as rea

Re: [Faudiostream-devel] VSTi

2014-04-26 Thread Orlarey Yann
Hi Yan Thanks for mentioning the problem. For some reason -arch i386 was missing in both faust2vst and faust2vsti, so only 64 bits versions where produced. I pushed a fix on the master branch. It seems to work at least on my machine. Please do some tests and we will propagate the fix on faus

[Faudiostream-devel] SmartFaust concert today !

2014-03-29 Thread Orlarey Yann
Hi, If you are close to Lyon today, don't miss the smartfaust concert at 15:30 (http://www.les-subs.com/evenement/concert-participatif/). Smartfaust is a participatory concert in which smartphones are used as musical instruments, generating sounds when making movements. The pieces of the concer

Re: [Faudiostream-devel] [Faudiostream-users] FAUST 0.9.65 released

2014-01-16 Thread Orlarey Yann
at 2:43 PM, Orlarey Yann <orla...@grame.fr> wrote: GRAME - Centre National de Creation Musicale - is happy to announce the release of FAUST 0.9.65. This release provides some extensions to the language, two

[Faudiostream-devel] FAUST 0.9.65 released

2014-01-16 Thread Orlarey Yann
GRAME - Centre National de Creation Musicale - is happy to announce the release of FAUST 0.9.65. This release provides some extensions to the language, two new architectures : Android and Audio Units, enhanced libraries and a new hoa.lib (high order ambisonic) library, enhanced iOS and LV2 a

Re: [Faudiostream-devel] GUI design

2014-01-13 Thread Orlarey Yann
Hi Urban, Button's label can contain a variable part, like in your example "numb %floatnum", but this value must be known at compile time. The only way to really "display" values is to use (h|v)bargraphs. Cheers Yann Le 13/01/2014 14:20, urban a écrit : > Hi, > > I'm experimenting with GU

[Faudiostream-devel] faust.grame.fr shut down

2013-12-20 Thread Orlarey Yann
Hi Unfortunately I had to shut down faust.grame.fr due to an attack. I will let you know when it will be back again. Sorry for the inconvenience Yann -- Rapidly troubleshoot problems before they affect your business.

Re: [Faudiostream-devel] next faust release

2013-12-18 Thread Orlarey Yann
s, hbargraphs, vbargraphs, knobs, buttons and checkboxes > > • Viewer support for hbargraph and vbargraph > using Audio Unit Event Listening and automatically moving sliders > > • Save button for saving plugin state in Faust XML format > > Cheers, > Julius > > At 06:10 AM

[Faudiostream-devel] next faust release

2013-12-18 Thread Orlarey Yann
Hi, The last official release was Faust 0.9.58 in... November 2012. It is really time for new release. Ideally I would like to package the new release for the end of the week. But let me know if more time is needed... Cheers Yann -

[Faudiostream-devel] Guitarix tube amp emulations

2013-10-30 Thread Orlarey Yann
Hi, Thanks to code contributed by the Guitarix development team, the examples folder now contains Guitarix tube amp emulations. The faust-tubes folder contains the tube.lib, the tonestack.lib, and the tube tables with valve.h, which contain the foreign function, and a example tube preamp.dsp

[Faudiostream-devel] foreign function syntax extended

2013-06-14 Thread Orlarey Yann
Hi, The syntax for foreign function declarations has been extended to take into account the floating point precision in use (float, double and quad). It is now possible to give a different function name for each floating point precision using the construction name1|name2|name3. Here is an e

Re: [Faudiostream-devel] [Faudiostream-users] Faust in Csound 6

2013-06-14 Thread Orlarey Yann
Hi Victor, It is *very* nice to have now the possibility to use the Faust compiler embedded in Csound. Great job ! Cheers Yann PS : BTW what is setup we see in the video ?   Le 13/06/13 20:54, Vic

[Faudiostream-devel] inputs(e) and ouputs(e)

2013-06-12 Thread Orlarey Yann
Hi, We have extended Faust with two new constructions : inputs(expr) and outputs(expr) that give respectively the number of inputs and the number of outputs of a Faust expression expr. These constructions are useful to define high order functions and build algorithmically complex block-diagra

[Faudiostream-devel] Playing with the Raspberry Pi...

2013-06-06 Thread Orlarey Yann
Hi, I have recently started to play with Faust on a Raspberry Pi. It works surprisingly well, even if it is quite slow compared to our modern laptops and its real-time capabilities are far from perfect. Here are my installation steps, in case it could help anyone to start (or someone has be

Re: [Faudiostream-devel] include paths

2013-05-03 Thread Orlarey Yann
Hi Julius, Thanks for reporting the problem. I will propose a script to centralize the path discovery... Cheers Yann Le 01/05/13 21:23, Julius Smith a écrit : Hi All, I wanted to try out "faust2jackconsole -o

Re: [Faudiostream-devel] [Faudiostream-users] faust2lv2[synth] and qtractor

2013-04-19 Thread Orlarey Yann
Hi, I repost your email to the faudiostream-devel list has I am not sure that Albert Gräf, the author of the LV2 architecture, is registered here.. Cheers Yann Le 19/04/13 03:33, Ebm Boy a écrit :

[Faudiostream-devel] faust.grame.fr partly back

2013-04-06 Thread Orlarey Yann
Hi, The faust web server (http://faust.grame.fr) is running again, but some targets of the on-line compiler have issues. We are working to solve the problem... Cheers

[Faudiostream-devel] Update of faust.grame.fr

2013-04-05 Thread Orlarey Yann
Hi, We are going to update the faust web server (http://faust.grame.fr).  It will be unavailable during the operation. Sorry for the inconvenience. Cheers

Re: [Faudiostream-devel] [Faudiostream-users] Faust website and online compiler is down

2013-03-18 Thread Orlarey Yann
Hi Rafael, Thanks for mentioning the problem. I was not in Grame today but it seems that we had a electrical power outage there, and I am pretty sure the faust server was not restarted. Unfortunately there is nothing we can do before tomorrow morning, sorry