Re: [Faudiostream-users] [Faudiostream-devel] faust.grame.fr shut down

2013-12-20 Thread Albert Graef
On Sat, Dec 21, 2013 at 2:15 AM, Orlarey Yann orla...@grame.fr wrote: Unfortunately I had to shut down faust.grame.fr due to an attack. I will let you know when it will be back again. I'm very sorry to hear that. But I guess it was just a matter of time until the script kiddies discover the

Re: [Faudiostream-users] compile error files.cpp

2014-02-06 Thread Albert Graef
On Thu, Feb 6, 2014 at 9:01 AM, Orlarey Yann orla...@grame.fr wrote: Fixed ! Yep, compiles cleanly on Arch now. (For some reason my compiler was happy even without stdio.h) Depends on your libc version, I guess. Still running Ubuntu LTS? ;-) Albert -- Dr. Albert Graf Dept. of

Re: [Faudiostream-users] faudiostream build stuck on llvm libs

2014-02-17 Thread Albert Graef
On Mon, Feb 17, 2014 at 2:54 AM, James Hearon j_hea...@hotmail.com wrote: /usr/bin/llvm-config --ldflags --libs all` -ldl -o faust What's the output of: /usr/bin/llvm-config --ldflags? -- Dr. Albert Graf Dept. of Music-Informatics, University of Mainz, Germany Email: aggr...@gmail.com WWW:

Re: [Faudiostream-users] faudiostream build stuck on llvm libs

2014-02-18 Thread Albert Graef
On Mon, Feb 17, 2014 at 5:40 PM, James Hearon j_hea...@hotmail.com wrote: llvm-config --ldflags-L/usr/lib64/llvm -lz -lpthread -lffi -ldl -lm Ok, so the libs are supposed to be under /usr/lib64. Just wanted to make sure. I have both 32 and 64-bit packages for llvm and devel files

[Faudiostream-users] Updated lv2/lv2synth architectures

2014-02-21 Thread Albert Graef
Hi everybody, I've just committed an update for the lv2.cpp and lv2synth.cpp architectures to the master branch in rev. 8733d0. These use the new LV2 atom extension for the MIDI input ports now, and thus should be future-proof (and the code is also simplified a little). The old event extension

Re: [Faudiostream-users] [Faudiostream-devel] Updated lv2/lv2synth architectures

2014-02-24 Thread Albert Graef
On Tue, Feb 25, 2014 at 7:23 AM, Romain Michon rmnmic...@gmail.com wrote: All right, I did a full update of the server with the most recent version of faust2... Thanks! Everything seems to compile, bit I didn't have time to test the generated objects. They crash and burn. ;-) Just tried

Re: [Faudiostream-users] faust2pd make error

2014-05-13 Thread Albert Graef
Hi Hugo, The issue you describe is with the llc from LLVM 3.4, cf. http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-February/069979.html. It's a Linux-specific bug (well, it might also affect Windows, I haven't checked that yet, but llc 3.4 works fine on the Mac at least). The bug breaks Pure's

Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-14 Thread Albert Graef
Sorry, still catching up on my email... On Mon, May 12, 2014 at 7:10 PM, Hugo Caracalla es.illus...@gmail.comwrote faust -a puredata.cpp -o noise-pd.cpp noise.dsp g++ -DPD -Wall -g -shared -Dmydsp=noise \ -I/usr/include/pdextended \ -o noise~.pd_linux noise-pd.cpp That looks good to me.

Re: [Faudiostream-users] faust2pd make error

2014-05-14 Thread Albert Graef
On Wed, May 14, 2014 at 2:03 PM, Hugo Caracalla es.illus...@gmail.comwrote: You are also right about the ~.pd_linux files : trying to open them directly via pure data was nonsense (although at the time I actually had tried adding the path of my ~.pd_linux file to pure data search path and

Re: [Faudiostream-users] faust2vst[i] - platform dependencies

2014-05-17 Thread Albert Graef
Hi Robin, On Sat, May 17, 2014 at 3:39 PM, Robin Gareus ro...@gareus.org wrote: Yet the script to compile the binaries and create the bundles is still OSX specific. I had a look at similar tools that ought to have architecture dependent build recipes (eg. faust2lv2synth) but could not find

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

2014-06-03 Thread Albert Graef
Hi Sarah, On Mon, Jun 2, 2014 at 10:07 PM, sden...@grame.fr wrote: GRAME is happy to announce the official release of FaustLive Congrats for the release! Will there be a source tarball to go along with the binary packages? Also, it would be nice if you could mention the Linux distro the

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

2014-06-03 Thread Albert Graef
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 #include in one spot. Suggested patch is attached. (I'm ready to commit this

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

2014-06-03 Thread Albert Graef
libfaustremote.a else libfaustremote.a : $(objects) rm -f $@ ar cq $@ $(objects) ranlib $@ endif Please hold on while I clean up this mess... On Tue, Jun 3, 2014 at 12:39 PM, Albert Graef aggr...@gmail.com wrote: On Tue, Jun 3, 2014 at 12:15 PM, Stéphane Letz l...@grame.fr wrote: Please do

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

2014-06-03 Thread Albert Graef
On Tue, Jun 3, 2014 at 7:18 PM, Albert Graef aggr...@gmail.com wrote: Please hold on while I clean up this mess... Ok, this should be fixed now. Still have to test on OSX, waiting for MacPorts to finish updating... -- Dr. Albert Graf Computer Music Research Group, JGU Mainz, Germany Email

Re: [Faudiostream-users] Problems with installing/compiling Faust onto windows 7 (64bit)

2014-09-29 Thread Albert Graef
On Tue, Sep 30, 2014 at 1:02 AM, Albert Graef aggr...@gmail.com wrote: Daniel, you can give this a go as well, if you check out the master branch from the Faust git repository -- the msvc project there should now build cleanly and give you a faust.exe that works. Just let me know if you still

Re: [Faudiostream-users] Problems with installing/compiling Faust onto windows 7 (64bit)

2014-09-29 Thread Albert Graef
Hi Daniel, On Tue, Sep 30, 2014 at 2:54 AM, DANIEL ThOTh da...@rentip.org wrote: It took me some time to learn how to download packed source files from git, but got it and now it's zero errors and zero warnings! There's a binary package for Git available from http://git-scm.com/download/win,

Re: [Faudiostream-users] Build LV2 error

2014-11-02 Thread Albert Graef
Yes, to keep things simple, the basename of the dsp source is currently used for a bunch of different identifiers needed when generating the LV2 bundle, and one of these is the dsp class name, so it must be a valid C++ identifier. We should probably overhaul this simplistic scheme some time, so

Re: [Faudiostream-users] QT5 faust2caqt

2014-11-04 Thread Albert Graef
Yeah, there's definitely something wrong with the faust2caqt script on the Mac, and maybe others. The script merely checks for Mavericks (or rather a Darwin kernel version 12) and then sets up the compile options and the makespec accordingly. But it should really check for the Qt version instead;

Re: [Faudiostream-users] faustlive

2014-11-09 Thread Albert Graef
On Sun, Nov 9, 2014 at 7:40 PM, Oliver Larkin olilar...@googlemail.com wrote: faustlive is a very nice tool but I a problem with it because it often brings up floating windows that extend beyond the bottom of my screen. The windows have no title bar and so cannot be moved up (e.g. export

Re: [Faudiostream-users] faustlive

2014-11-10 Thread Albert Graef
On Mon, Nov 10, 2014 at 3:40 PM, Oliver Larkin olilar...@googlemail.com wrote: also one more point - the interface to the .dsp often gets too tall an it’s impossible to get to sliders at the bottom. A scrollbar would be really useful here! That's already in the repository. I have that

[Faudiostream-users] New faustvst.cpp architecture

2014-12-06 Thread Albert Graef
Hi everybody, as I've been playing around with some commercial DAWs lately, which don't support LV2, I felt the need to have something like faust-lv2 for VST plugins. First I gave Yan Michalevsky's new vst.cpp architecture a try, which he presented at LAC 2014. Yan's architecture has a very cool

Re: [Faudiostream-users] Faust and MIDI

2016-01-05 Thread Albert Graef
Hi Nycholas, happy new year to you and everybody else here. :) On Sun, Jan 3, 2016 at 5:22 PM, Nycholas Maia wrote: > *1-* The FAUST receive a MIDI input? How I do it? > You need to use an architecture (-a option of the Faust compiler) that supports that kind of thing.

Re: [Faudiostream-users] FAUST: Compiling error

2016-01-05 Thread Albert Graef
On Wed, Jan 6, 2016 at 2:11 AM, Nycholas Maia wrote: > faustvst.cpp:404:10: fatal error: 'boost/circular_buffer.hpp' file not > found There's a dependency missing there. The Boost headers are needed by faust-vst. I don't have my Mac handy right now, but try installing the

Re: [Faudiostream-users] Faust and Audio Unit (AU)

2016-01-06 Thread Albert Graef
On Wed, Jan 6, 2016 at 5:00 PM, Nycholas Maia wrote: > Can Faust *compile a AU plugin?* How can I do that? > Well, there's the faust2au script along with corresponding architectures, but I've never been able to get it to work -- it compiles the plugins all right, but I

Re: [Faudiostream-users] VST support: Problem

2016-01-07 Thread Albert Graef
I'm pretty sure that Logic (after version 5) does *not* support VST, that's one of the main reasons why all those VST-AU bridges exist. :) I just gave the Sibelius 7.5 demo a whirl, and its VST support indeed seems to be broken, on the Mac at least. AU instruments work, though, so you can use

Re: [Faudiostream-users] VST support: Problem

2016-01-08 Thread Albert Graef
On Thu, Jan 7, 2016 at 11:54 PM, Romain Michon wrote: > There's sometimes a problem of compatibility of Faust generated VSTs when > used with 64bits versions of some DAWs. This is a known issue. Romain, do you have some further details on this? If it's just something in

Re: [Faudiostream-users] VST support: Problem

2016-01-08 Thread Albert Graef
On Fri, Jan 8, 2016 at 10:07 PM, Albert Graef <aggr...@gmail.com> wrote: > For the time being, you might just run the plugins using MetaPlugin or a > standalone VST host. Here's another, rather nice modular VST/AU host I just found, which works both as a VST/AU plugin and as a stand

Re: [Faudiostream-users] Fwd: Faudiostream-users post from ya...@ccrma.stanford.edu requires approval

2016-01-08 Thread Albert Graef
On Fri, Jan 8, 2016 at 1:56 PM, Yann Orlarey wrote: > The recent version of the faust2vst script however generates binaries > for both architectures however. > I should add that faust2faustvst also creates universal binaries by default on the Mac, so the plugins should work

Re: [Faudiostream-users] Simple VSTi

2016-01-12 Thread Albert Graef
On Tue, Jan 12, 2016 at 12:07 PM, Albert Graef <aggr...@gmail.com> wrote: > Pitch bends are left as an exercise. ;-) > Sorry, I forgot that pitch bends are automagically implemented by the architecture as well, no need to add anything to the Faust dsp for that. In addition, faust

Re: [Faudiostream-users] trouble building faust 1 from git

2016-06-03 Thread Albert Graef
This definitely isn't faust1 that you're trying to build there, it's faust2. The -I` --includedir` is the giveaway (this comes from compiler/Makefile.unix, but only in faust2). Looks to me like you're trying to build faust2 and don't have LLVM installed (or at least llvm-config cannot be found in

Re: [Faudiostream-users] FaustLive: Lasted Version (Mac)?

2016-06-11 Thread Albert Graef
On Sun, Jun 12, 2016 at 12:38 AM, Nycholas Maia wrote: > 4- When I use the 2.43 version, the MIDIKeys application *can't see *the > FLW-1. So is impossible to send the MIDI messages to FL. > You might have to route MIDIKeys' MIDI output through some IAC MIDI device to make

Re: [Faudiostream-users] FaustLive: Lasted Version (Mac)?

2016-06-11 Thread Albert Graef
On Sun, Jun 12, 2016 at 5:15 AM, Nycholas Maia wrote: > And MIDIKeys application doesn't work yet using FL 2.43 (with IAC MIDI > Device). > I haven't used MIDIKeys myself, but from the description on its website it looks fairly bare-bones as virtual MIDI keyboards go. VMPK

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

2016-06-14 Thread Albert Graef
Yann, maybe it would be possible to discuss such changes *before* they actually happen? ;-) This opens a can of worms for me. Probably means that the Pure-Faust bitcode interface is broken now. And this might affect other architectures as well. We really need a Faust test suite which covers at

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

2016-06-14 Thread Albert Graef
at 6:23 PM, Stéphane Letz <l...@grame.fr> wrote: > 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

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

2016-06-14 Thread Albert Graef
Hi Yann, On Tue, Jun 14, 2016 at 7:40 PM, Yann Orlarey wrote: > But you know that I would not make you such a bad thing, right ? > Really? BTW, talking about high blood pressure, I'm still waiting for that LAC17 proposal to show up on lac-team some time... Touché. ;-) >

Re: [Faudiostream-users] faust web compiler unavailable

2016-06-15 Thread Albert Graef
Sorry, forgot to cc the list. On Wed, Jun 15, 2016 at 9:48 PM, Albert Graef <aggr...@gmail.com> wrote: > Hi Jesse, > > On Tue, Jun 14, 2016 at 11:10 PM, Jesse Mejia <jme...@anestheticaudio.com> > wrote: > >> Is there a toolchain for doing this

Re: [Faudiostream-users] faust web compiler unavailable

2016-06-15 Thread Albert Graef
On Wed, Jun 15, 2016 at 9:48 PM, Albert Graef <aggr...@gmail.com> wrote: > Yes, the manual procedure sketched out there should still work, but > nowadays there's also the faust2puredata helper script which makes this > much easier, e.g.: > > faust2puredata amp.dsp >

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

2016-06-23 Thread Albert Graef
Very nice, congrats!! On Thu, Jun 23, 2016 at 8:00 PM, Kjetil Matheussen wrote: > Hello all, > > With the help of libfaust, you can now develop programs within > the Radium music editor. This has several advantages: > > * Hear (and see) immediately the changes while

Re: [Faudiostream-users] VST support: Problem

2016-01-11 Thread Albert Graef
On Sun, Jan 10, 2016 at 11:54 PM, Nycholas Maia wrote: > When I read for the first time about the Faust I was *extremely excited > *because > it seemed to me an API "ready for use", especially within the Sibelius / > Finale. > Well, Faust the programming language is already

Re: [Faudiostream-users] FaustLive: stkmain error

2016-01-11 Thread Albert Graef
It looks like you're using the flute.dsp from faust-vst/examples. This requires the custom instrument.lib in the same place, so make sure that you invoke it from that directory (otherwise it will pick up the instrument.lib from the standard Faust library which doesn't define that stkmain

Re: [Faudiostream-users] (no subject)

2016-01-13 Thread Albert Graef
On Thu, Jan 14, 2016 at 8:43 AM, Stéphane Letz wrote: > This is a little strange thing : -lLLVM-3.5.2 appears in the link step > when you said that version 3.5.2-3 was used ? > -3 is just the package revision, the package still contains a libLLVM-3.5.2.so. -- Dr. Albert Gr"af

Re: [Faudiostream-users] Staccato: Help

2016-06-16 Thread Albert Graef
vert to milliseconds: > ADSR_env = adsr(Attack/1000, Decay/1000, 90, Release/1000, gate); > > process = (sine * ADSR_env) <: _, _; > == > > Thank you for your patience. > > Kind regards! > Nyck > > On Wed, Jun 15, 2016 at 3:52 PM, Albert Graef <

Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
Stéphane already fixed the faust1 issue. :) On Tue, Feb 9, 2016 at 3:02 PM, Albert Graef <aggr...@gmail.com> wrote: > On Tue, Feb 9, 2016 at 2:53 PM, Stephen Sinclair <radars...@gmail.com> > wrote: > >> Ah ok, sorry, indeed "make world" generates

Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
On Mon, Feb 8, 2016 at 3:17 PM, Stéphane Letz wrote: > In the Faust2 branch, you'll need to explicitly rebuild HTTP library so in > the Faust2 folder > If Steve uses my Arch PKGBUILDs (looks like he does), then he should already have that (both the faust and faust2 packages are

Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
Correction: faust2 builds, but mainline faust doesn't. On Tue, Feb 9, 2016 at 12:57 PM, Albert Graef <aggr...@gmail.com> wrote: > It gets worse. The faust and faust2 packages don't compile from latest git > either (linker errors in the shared libraries, looks like missing -fPIC &

Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
On Tue, Feb 9, 2016 at 2:17 PM, Stephen Sinclair wrote: > Personally I was able to build both master and faust2 branches on > Ubuntu 15.10 just now, without error. Is there something in Arch that > is different? > Nope, should be the same. But you only see the error when

Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
Hi Steve, On Mon, Feb 8, 2016 at 3:12 PM, Steve Duell wrote: > But now, I keep getting errors installing faustlive-git. I have > positively confirmed that all of the dependencies are satisfied. Can > someone please have a look at the build log

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

2016-02-13 Thread Albert Graef
On Thu, Feb 11, 2016 at 8:40 PM, Stéphane Letz wrote: > We recently added polyphonic and MIDI support in FaustLive Great news. :) As you asked for feedback... Linux compilation: We're almost there. :) I have Faust2 installed with `make world` from the latest git, so all the

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

2016-02-13 Thread Albert Graef
On Sun, Feb 14, 2016 at 12:42 AM, Albert Graef <aggr...@gmail.com> wrote: > To fix this, voices should be managed in a round-robin (LIFO) fashion > instead of FIFO (which seems to be the case right now) Well, I guess I messed up LIFO and FIFO there. ;-) Anyway, what I meant is tha

Re: [Faudiostream-users] 15 second delay with parameter changes (rust + faust)

2016-02-22 Thread Albert Graef
q.cpp? That's quite old. Better start from an architecture that's still under active development and/or has been in use recently. That said, a 15 sec latency is definitely highly abnormal. ;-) Hard to say what it is, as I'm not familiar with Rust. How big are the blocks of sample data being

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

2016-02-14 Thread Albert Graef
On Sun, Feb 14, 2016 at 10:11 AM, Stéphane Letz wrote: > I've already looked at your faust-lv2 code: the point is: do you think we > could share a common code base for polyphonic instruments, to be used by > faust-vst, faust-lv2, this new standalone mode.. etc. ? This would save >

Re: [Faudiostream-users] [Faudiostream-devel] Portingstuff to Windows 64 bit

2016-03-01 Thread Albert Graef
On Tue, Mar 1, 2016 at 3:57 PM, alfonso santimone < alfonso.santim...@gmail.com> wrote: > - Albert Graef's faust-vst for Win 32/64. > Yeah, unfortunately, I haven't had the time to work on the Windows side of things for quite some time, and that's unlikely to change in the near future. The

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

2016-03-01 Thread Albert Graef
On Tue, Mar 1, 2016 at 11:36 PM, Albert Graef <aggr...@gmail.com> wrote: > Stolen voices should have their gate control zeroed before starting the > new note so that their envelop is retriggered. I should add that the same holds true for voices which already got their note off, bu

[Faudiostream-users] ANN: faust-lv2 1.0 and faust-vst 1.0 released

2016-03-30 Thread Albert Graef
(Sorry for cross-posting.) Dear Faust programmers and LAD'ers, New stuff just in time for the upcoming miniLAC @ Berlin next week! faust-lv2 and faust-vst are two architectures for Grame's functional dsp programming language Faust. They let you create fully functional LV2 and VST plugins from

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

2016-03-02 Thread Albert Graef
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 polyphony handling in Faust. :) This falls outside of Faust's scope, all handling

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

2016-03-02 Thread Albert Graef
On Wed, Mar 2, 2016 at 9:20 PM, Stéphane Letz wrote: > My initial idea was to possibly share more code with faust-lv2 and > faust-vst architectures, but since the code is not so easy to follow, and > even not completely shared between faust-lv2 and faust-vst... I'm working on

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

2016-03-03 Thread Albert Graef
On Wed, Mar 2, 2016 at 11:45 PM, Vincent G. Listes wrote: > I feel that what mess up this strategy is the tendency to tie a voice > allocation to a pitch, which use to make sense when music was played with > keyboards (sarcasm intended) as there is no two key with the

Re: [Faudiostream-users] polyphonic midi question

2016-03-03 Thread Albert Graef
On Wed, Mar 2, 2016 at 10:36 PM, Gerard Rodríguez < binbiniqegabe...@gmail.com> wrote: > If I understand corrrectly faust doesn't directly support polyphony, the > architecutres handle that and create an instance of the faust instrument > per voice, right?. > Exactly. My question is how would

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

2016-03-02 Thread Albert Graef
Hi Vincent, On Wed, Mar 2, 2016 at 9:25 AM, Vincent G. Listes wrote: > is there any plan for FAUST to comply with MIDI specifications for > Multidimensional Polyphonic Expression (aka MPE) >

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

2016-05-24 Thread Albert Graef
If you want you can also adjust PATH in your .profile so that /usr/local/bin comes before /opt/local/bin, problem solved. On Tue, May 24, 2016 at 2:47 PM, Stéphane Letz wrote: > Seems an installation issue with Faust : have you installed the MacPort > version along the GIT

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

2016-05-24 Thread Albert Graef
On Tue, May 24, 2016 at 5:15 PM, Ming-Lun Lee wrote: > Error: org.macports.fetch for port faust-devel returned: Git clone failed Might have been some temporary SourceForge hiccup. I just tried and it seems to work fine over here. -- Dr. Albert Gr"af Computer Music

Re: [Faudiostream-users] Possible bug - "vslider(step=1) : int" vs. "rint"

2016-05-22 Thread Albert Graef
On Sun, May 22, 2016 at 1:44 AM, jimbo1qaz wrote: > I spent hours trying to find why my plugin didn't sound right. Eventually, > I discovered that even integer sliders have roundoff errors. I didn't > realize earlier because the GUI displays them as integers, which advanced

Re: [Faudiostream-users] [Faudiostream-devel] Beta of Faust WebAssembly backends to test

2017-01-17 Thread Albert Graef
Hi Stéphane, that's interesting news! Is this a custom backend written from scratch, or does LLVM already provide this target? Albert On Fri, Jan 13, 2017 at 4:10 PM, Stéphane Letz wrote: > Hi All, > > The faust2 branch now contains 2 WebAssembly backends (textual and >

Re: [Faudiostream-users] [Faudiostream-devel] Faust git tree moved to Github

2016-11-09 Thread Albert Graef
On Wed, Nov 9, 2016 at 3:53 PM, Stéphane Letz wrote: > We finally moved Faust git tree to Github, available here : > https://github.com/grame-cncm/faust. > Holy sh*t! Finally! Thanks a bunch for that! Makes my day. :) Albert -- Dr. Albert Gr"af Computer Music Research Group,

Re: [Faudiostream-users] FaucK!!

2016-11-05 Thread Albert Graef
This looks nice indeed, congrats! Romain, does it also do some kind of MIDI processing (controllers, as well as notes and pitch bends with voice allocation for instruments)? On Sat, Nov 5, 2016 at 12:37 AM, Romain Michon wrote: > Hi folks, > > We're happy to "officially"

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

2016-10-20 Thread Albert Graef
On Thu, Oct 20, 2016 at 8:48 AM, Stéphane Letz wrote: > Try FaustLive-OSX-2.44.dmg from here : https://sourceforge.net/ > projects/faudiostream/files/ Yep, that version is much newer than the latest from MacPorts right now. -- Dr. Albert Gr"af Computer Music Research Group,

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

2016-10-20 Thread Albert Graef
On Wed, Oct 19, 2016 at 8:18 PM, Mykle Hansen wrote: > I’ve just installed the latest faustlive-devel package, from macports, > onto a mac > running El Capitan 10.11.6. Now I can launch Faustlive, but when I try to > open any > formula I get a popup with the aforementioned

Re: [Faudiostream-users] adaption to sample rate

2016-12-17 Thread Albert Graef
On Sat, Dec 17, 2016 at 1:16 PM, Lervik Olav wrote: > Well faust2faustvst does not seem to work if you want to have a VST > instrument…. It sure does. Use the -nvoices command line option or 'declare nvoices' in the Faust source. And read the documenation at:

Re: [Faudiostream-users] adaption to sample rate

2016-12-18 Thread Albert Graef
On Sun, Dec 18, 2016 at 5:22 PM, Lervik Olav wrote: > Max and Live provide GUI, but as I said…the sliders do move, but not > smoothly. Max7 works fine for me, using either the vst~ object or plugins created with the plugin browser (left toolbar). The sliders move smoothly

Re: [Faudiostream-users] adaption to sample rate

2016-12-18 Thread Albert Graef
On Sun, Dec 18, 2016 at 12:46 PM, Lervik Olav wrote: > just a little clunky sliders…they don’t like to be moved :-)… Is that on the Mac? There's no Qt GUI support there, so it's up to the host to provide the plugin GUI. Which host do you use? IIRC, most VST hosts on the

Re: [Faudiostream-users] International Faust Conference - Seeking Some Advice

2017-06-08 Thread Albert Graef
On Thu, Jun 8, 2017 at 5:59 AM, Romain Michon wrote: > This event will take place at the Johannes Gutenberg University of Mainz > in Germany. I should add that at JGU we're really excited about the prospect of organizing this event. :) Those of you who attended LAC15@JGU

Re: [Faudiostream-users] [Faudiostream-devel] International Faust Conference - Seeking Some Advice

2017-06-09 Thread Albert Graef
On Fri, Jun 9, 2017 at 8:10 AM, Stéphane Letz wrote: > Ahah… now we better understand the reason behind the recent Romain + > Albert secret meeting at Mainz ! Wonderfull ! How do you know? It was *secret*! ;-) But seriously, I did invite Romain in part so that I could discuss

Re: [Faudiostream-users] International Faust Conference - Seeking Some Advice

2017-06-09 Thread Albert Graef
On Thu, Jun 8, 2017 at 12:28 PM, Till Bovermann wrote: > I'd greatly appreciate an accompanying (curated) concert program, possibly > even a (small) festival that invites the interested general public to take > part in the event as well. > Even though I like the idea, I'm afraid

Re: [Faudiostream-users] JUCE award

2017-10-17 Thread Albert Graef
Hi Oliver, congrats for winning the prize, you really deserve it! :) Best, Albert On Mon, Oct 16, 2017 at 1:04 AM, Oliver Larkin via Faudiostream-users < faudiostream-users@lists.sourceforge.net> wrote: > after failing to win the Faust award twice I've now submitted pMix to the > JUCE award,

Re: [Faudiostream-users] JUCE award

2017-10-17 Thread Albert Graef
l see > what happens! > > if you have a juce project to submit… > > https://www.juce.com/award#submit > > > oli > > > > > > > On 17 Oct 2017, at 16:09, Albert Graef <aggr...@gmail.com> wrote: > > Hi Oliver, > > congrats for winning the p

Re: [Faudiostream-users] [Faudiostream-devel] [IMPORTANT] Faust git branches renaming

2017-11-25 Thread Albert Graef
Hi Stephane, I just switched the Arch packages to the new branches, so faust2-git now builds from master-dev and faust-git builds from old-master for now. (Still need to update my Ubuntu and MacPorts packages, but that will take some time, so don't hold your breath yet.) I also cc'ed David as

Re: [Faudiostream-users] windows binaries architectures, lib pthread1.dll

2018-01-31 Thread Albert Graef
Most likely these are compiled using mingw, so it's possibly some pthreadxyz.dll from mingw that's missing there. (Just guessing, though.) On Wed, Jan 31, 2018 at 5:46 PM, Oliver Larkin via Faudiostream-users wrote: > hello, > > can anyone successfully

Re: [Faudiostream-users] IFC 2018 videos are now online!

2018-08-10 Thread Albert Graef
conference. Best, Albert On Sat, Jul 21, 2018 at 4:11 PM, Albert Graef wrote: > Hi everybody, > > it was a great conference IMHO, and if you couldn't attend, you can find > videos of all the presentations and the Faust award on our YouTube channel > now: > >

[Faudiostream-users] IFC 2018 videos are now online!

2018-07-21 Thread Albert Graef
Hi everybody, it was a great conference IMHO, and if you couldn't attend, you can find videos of all the presentations and the Faust award on our YouTube channel now: https://www.youtube.com/channel/UCAr7dIdjRWkyZfeBU1nzOQg (Please subscribe in droves, then we might be able to get a nicer link

Re: [Faudiostream-users] IFC 2018 videos are now online!

2018-07-22 Thread Albert Graef
Hi again, I'm afraid that this will be most useful for our German-speaking list members, but Maximilian Schönherr has done an awesome and very insightful feature about Faust and the conference in the Deutschlandfunk (German national radio) which aired yesterday. It's in two parts, first part is

Re: [Faudiostream-users] IFC 2018 videos are now online!

2018-07-23 Thread Albert Graef
And, last but not least, plenty of pictures from the conference which were taken by my daughter (thanks Miriam!): https://drive.google.com/open?id=1oUrMf1rGEpWy-U0_hORXQX4tvp_EptV_ On Sun, Jul 22, 2018 at 3:01 PM, Albert Graef wrote: > Hi again, > > I'm afraid that this will be mo

Re: [Faudiostream-users] podcast interview

2018-04-05 Thread Albert Graef
+1 Very nice and interesting interview, Oliver! On Wed, Apr 4, 2018 at 4:59 PM, Romain Michon wrote: > Sweet! Thanks for sharing! ++ Romain > > On Wed, Apr 4, 2018 at 6:59 AM, Oliver Larkin via Faudiostream-users < > faudiostream-users@lists.sourceforge.net> wrote: > >>

Re: [Faudiostream-users] How to use par() to Duplicate DSP AND Sliders

2020-10-23 Thread Albert Graef
It's in the manual: https://faust.grame.fr/doc/manual/index.html#definitions-with-pattern-matching. These are expanded at compile time. Basically, Faust uses term rewriting as its macro engine. The macros are "hygienic", too ( https://en.wikipedia.org/wiki/Hygienic_macro). Albert On Fri, Oct

Re: [Faudiostream-users] looking for help on PD builds of Faust DSP patches

2020-11-11 Thread Albert Graef
Hi Scott, I guess that the architecture being used there is my faust2puredata. An alternative worth considering is the new pd-faustgen2 which includes the library version of the Faust compiler and lets you run Faust dsps (i.e., .dsp source files) directly as externals in Pd. This is a beefed-up

Re: [Faudiostream-users] We need your contributions to the IFC20 round table!

2020-10-30 Thread Albert Graef
Hi Alain, thanks for the update! As most of us will presumably attend remotely, is there any information about the teleconferencing yet? If I'm not mistaken, you wanted (or had to) go with MS Teams, is that still correct? Whatever it is, it would certainly be useful to have some instructions

Re: [Faudiostream-users] Plugins in Carla

2021-05-04 Thread Albert Graef
+1 This uses JUCE, so using Filipe's LV2 backend for JUCE it should be possible to get a native LV2 plugin from that, too, no? Albert On Tue, May 4, 2021 at 8:30 AM Stéphane Letz wrote: > There is work-in progress for a VST plugin for live-coding effects in the > Faust programming language,

Re: [Faudiostream-users] Plugins in Carla

2021-05-04 Thread Albert Graef
Yes, I was about to mention pd-faustgen / pd-faustgen2 as well. But a port pd-faustgen2 as a native LV2 plugin seems in order. Sounds like an interesting project. ;-) However, the main issue I see with *any* Faust JIT LV2 plugin is the manifest support, in order to support plugins with arbitrary

Re: [Faudiostream-users] [Faudiostream-devel] GRAME and Faust accepted in Google Summer of Code !

2022-03-08 Thread Albert Graef
Congrats! :) The project list looks great to me, I'd be especially interested in the Bespoke architecture. Unfortunately, I'll likely be mentoring the Purr Data GSoC again this year, so I won't be able to help out myself, but I wish you all good luck with the projects! Best, Albert On Mon, Mar

Re: [Faudiostream-users] How to place values in lists?

2022-08-21 Thread Albert Graef
On Sun, Aug 21, 2022 at 2:51 PM Robin Gareus wrote: > thank you for faust2lv2! It is my favorite target. > Well, I'm afraid that my upstream repo for faust-lv2 has been lagging behind for quite some time now. Fortunately, Stephane, alex-tee, and jpcima have picked up the slack, though. Thanks

Re: [Faudiostream-users] How to place values in lists?

2022-08-19 Thread Albert Graef
On Fri, Aug 19, 2022 at 6:23 PM Yann Orlarey wrote: > We will never thank Albert Graef enough for the black magic of pattern > matching in Faust ;-) > Thanks! So even though nobody uses Pure much these days (including myself), its pattern-matching code will survive in Faust. ;-) I