Re: [Faudiostream-users] [OT] Discord blues

2023-03-18 Thread Oliver Larkin via Faudiostream-users
their owners may be harvesting all our data for AI to replace us - but both github and discord are absolutely fantastic in my opinion. Thank goodness we've moved on from sourceforge and IRC which were so incredibly un-welcoming. I don't agree with the skepticism here discord is great once you turn

Re: [Faudiostream-users] Tuning waveguides

2020-10-14 Thread Oliver Larkin via Faudiostream-users
I think it’s the type of low pass filter that you have inserted that is the problem. Si.smooth Is an iir, and it’s phase response will cause issues with the tuning I think. There are other variations of low pass filter that you can use that will be better in this respect On Wed, 14 Oct 2020 at 07:

Re: [Faudiostream-users] Transistor organ and hammond emulation

2020-08-31 Thread Oliver Larkin via Faudiostream-users
https://github.com/sampov2/foo-yc20 On Mon, Aug 31, 2020 at 5:59 PM francesco mulassano < francesco.mulass...@gmail.com> wrote: > Hi, can you tell me about open projects / repositories > with organ emulations (transistors and tonewheel)? > Thank you > _

Re: [Faudiostream-users] FAUST MIDI Input

2020-06-29 Thread Oliver Larkin via Faudiostream-users
Iplug2 doesn’t yet support polyphonic Faust dsp (Faust’s own code that lets you code a single voice of a polyphonic instrument with a gate parameter in a .dsp and trigger it via midi) I think the only way to do a monophonic gate trigger via midi at the moment would be to use an audio input... I wi

Re: [Faudiostream-users] Hilbert filter

2019-06-15 Thread Oliver Larkin via Faudiostream-users
i did a few frequency shifter fx ... https://github.com/olilarkin/OL-OWLPatches > On 15 Jun 2019, at 19:13, Giuseppe Silvi via Faudiostream-users > wrote: > > Hi Dario. > Started but never tested. > > https://raw.githubusercontent.com/grammaton/fa

[Faudiostream-users] iPlug2, with faust support now public

2018-12-31 Thread Oliver Larkin via Faudiostream-users
Dear All, iPlug2 is now public. There is lots more to do, but i said we would release it in 2018 and there's not much of 2018 left! Faust support is only there for macOS, and it needs more work to make it a bit more robust. The repository can be found here: https://github.com/iPlug2/iPlug2 Begi

Re: [Faudiostream-users] "ZDF" SVF in C++, could this be converted to FAUST?

2018-08-23 Thread Oliver Larkin via Faudiostream-users
Bit busy to try this properly and compare with other faust svf offerings, but after an initial test it seems nice! thanks Oleg, oli > On 23 Aug 2018, at 12:14, Julius Smith wrote: > > Yes, tf2snp is the most luxurious filter section I know about: exact > power normalization of both states. >

Re: [Faudiostream-users] [Faudiostream-devel] "ZDF" SVF in C++, could this be converted to FAUST?

2018-07-22 Thread Oliver Larkin via Faudiostream-users
interesting… is a point imeratif binary available? > On 20 Jul 2018, at 12:39, Stéphane Letz wrote: > > This even simpler code : > > foo(x) = 5; > process = (foo ~ _) ; > > Produces suboptimal code: > > virtual void compute(int count, FAUSTFLOAT** inputs, FAUSTFLOAT** outputs) > { >

[Faudiostream-users] "ZDF" SVF in C++, could this be converted to FAUST?

2018-07-19 Thread Oliver Larkin via Faudiostream-users
Well done to the IFC team for a great conference! At some point there was a discussion about what is missing from the DSP library, and the topic of “zero delay feedback" filters came up. I am also curious if these could be done in FAUST, but it’s a bit beyond my math and FAUST algebra ability…

[Faudiostream-users] podcast interview

2018-04-04 Thread Oliver Larkin via Faudiostream-users
Darwin Grosse recently interviewed me for his podcast, and we chatted a bit about Faust, if anyone is interested: http://artmusictech.libsyn.com/podcast-223-oli-larkin oli

Re: [Faudiostream-users] Implementing high order FIRs

2018-03-19 Thread Oliver Larkin via Faudiostream-users
depending on what faust version you are using, a foreign function might help. I had to do this to do a convolution in my tambura synthesiser for exactly the same reason https://github.com/olilarkin/Tambura/blob/master/bridgeIR.dsp

Re: [Faudiostream-users] organization of UI elements in Faust ..

2018-02-19 Thread Oliver Larkin via Faudiostream-users
square brackets before the name like so... f0 = hslider("/h:main/[1]sa [style:knob]", 36, 24, 72, 1) : sm : ba.midikey2hz; // the base pitch of the drone t60 = hslider("/h:main/[2]decay_time [style:knob][unit:s]", 10, 0, 100, 0.1) : sm; // how long the strings decay damp = 1. - hslider("/h:main/

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

2018-01-31 Thread Oliver Larkin via Faudiostream-users
hello, can anyone successfully compile dlls for windows using faustservice ? I get an error about libpthread and nothing runs in either 32 -bit or 64 -bit hosts. is not clear to me which architecture the dll that comes down from the server is haven't got time to look at it myself now, just thou

Re: [Faudiostream-users] JUCE award

2017-11-20 Thread Oliver Larkin via Faudiostream-users
17 Oct 2017, at 16:09, Albert Graef > <mailto:aggr...@gmail.com>> wrote: >> >> 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 Fau

[Faudiostream-users] Web audio modules

2017-11-17 Thread Oliver Larkin via Faudiostream-users
Hello, A few of you are probably aware of a paper at smc 2015 where jari kleimola and I proposed an API for VST style instruments and fx in the web browser on top of the web Audio API using cross compiled C++ primarily for the DSP. Now we have web assembly and the audio worklet has appeared in

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-11-11 Thread Oliver Larkin via Faudiostream-users
y faust >> on win64? >> best >> a. >> >> www.elgallorojorecords.com <http://www.elgallorojorecords.com/> >> soundcloud.com/alfonsosantimone <http://soundcloud.com/alfonsosantimone> >> www.facebook.com/alfonsosantimone <http://www.facebook.com/alfonso

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-11-10 Thread Oliver Larkin via Faudiostream-users
n64? > best > a. > > www.elgallorojorecords.com <http://www.elgallorojorecords.com/> > soundcloud.com/alfonsosantimone <http://soundcloud.com/alfonsosantimone> > www.facebook.com/alfonsosantimone <http://www.facebook.com/alfonsosantimone> > > On Fri, Nov 1

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-11-10 Thread Oliver Larkin via Faudiostream-users
great! > On 10 Nov 2017, at 09:43, Stéphane Letz wrote: > > Both 32 and 64 bits versions of faust.exe now work. > > Stéphane > >> Le 9 nov. 2017 à 01:02, Oliver Larkin via Faudiostream-devel >> a écrit : >> >> some new versions here: >> >> https://www.dropbox.com/sh/mg5zh71gmqyxl8f/AAAxGF

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-11-09 Thread Oliver Larkin via Faudiostream-users
records.com/> > soundcloud.com/alfonsosantimone <http://soundcloud.com/alfonsosantimone> > www.facebook.com/alfonsosantimone <http://www.facebook.com/alfonsosantimone> > > On Thu, Nov 9, 2017 at 1:02 AM, Oliver Larkin via Faudiostream-users > <mailto:faudiostream-users@list

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-11-08 Thread Oliver Larkin via Faudiostream-users
some new versions here: https://www.dropbox.com/sh/mg5zh71gmqyxl8f/AAAxGFEGsdO2SVSLCgwNGCdta?dl=0 please let me know if x64 still crashes oli On Mon, Oct 23, 2017 at 10:59 PM, Oliver Larkin wrote: > arg, still have this libeay32 issue too > > > > On 23 Oct 2017, at 12:58, l...@grame.fr wrote:

Re: [Faudiostream-users] JUCE award

2017-11-07 Thread Oliver Larkin via Faudiostream-users
://www.juce.com/award#submit> >> >> >> oli >> >> >> >> >> >> >>> On 17 Oct 2017, at 16:09, Albert Graef >> <mailto:aggr...@gmail.com>> wrote: >>> >>> Hi Oliver, >>> >>&g

Re: [Faudiostream-users] JUCE award

2017-11-07 Thread Oliver Larkin via Faudiostream-users
> > >> On 17 Oct 2017, at 16:09, Albert Graef > <mailto:aggr...@gmail.com>> wrote: >> >> Hi Oliver, >> >> congrats for winning the prize, you really deserve it! :) >> >> Best, >> Albert >> >> On Mon, Oct 16, 2017 a

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-10-23 Thread Oliver Larkin via Faudiostream-users
dropbox links updated > On 23 Oct 2017, at 10:04, Oliver Larkin wrote: > > I'll build another version now! > > On Mon, 23 Oct 2017 at 10:03, Stéphane Letz > wrote: > OK, so I guess Romain will have to wait, since he need the libfaust LLVM > backend aware version for the

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-10-23 Thread Oliver Larkin via Faudiostream-users
I'll build another version now! On Mon, 23 Oct 2017 at 10:03, Stéphane Letz wrote: > OK, so I guess Romain will have to wait, since he need the libfaust LLVM > backend aware version for the FaucK project, and we’ll need it also to > produce new versions of faustgen~(32/64bits, and possibly Faus

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-10-23 Thread Oliver Larkin via Faudiostream-users
yes! haven’t tried with pmix yet :-) > On 23 Oct 2017, at 09:57, Stéphane Letz wrote: > > OK, but don’t you plan to add the LLVM backend in libfaust, so that to > compile the pMix2 project? > > Thanks. > > Stéphane > > >> Le 23 oct. 2017 à 10:55, Oliver Larkin a écrit : >> >> Same backen

Re: [Faudiostream-users] [Faudiostream-devel] any windows testers?

2017-10-23 Thread Oliver Larkin via Faudiostream-users
Same backends for both. See the .props file on my GitHub. I expect you could build it and add the missing backends quite easily if you follow my new instructions in README and get the latest visual studio /vcpckg On Mon, 23 Oct 2017 at 09:22, Stéphane Letz wrote: > Some feedback: > > - on a

[Faudiostream-users] any windows testers?

2017-10-22 Thread Oliver Larkin via Faudiostream-users
if any windows users are interested in having a play with faust2, here are some binaries for faust.exe and libfaust.dll i haven't had much time to test them. WASM and ASMJS not supported with these builds https://www.dropbox.com/s/gu3259ewk4ioyx1/faust2win_x64.zip?dl=0 https://www.dropbox.com/s/

Re: [Faudiostream-users] JUCE award

2017-10-17 Thread Oliver Larkin via Faudiostream-users
On 17 Oct 2017, at 16:09, Albert Graef wrote: > > 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 > <mailto:faudiostream-users@lists.sourcefor

Re: [Faudiostream-users] JUCE award

2017-10-16 Thread Oliver Larkin via Faudiostream-users
ercial products, so in > some sense the challenge is not so fair compared to what individual people > can present. Do you know is this JUCE award has several catégories ? Like an > « open-source base project » one at least ? > > Stéphane > >> Le 16 oct. 2017 à 01:0

[Faudiostream-users] JUCE award

2017-10-15 Thread Oliver Larkin via Faudiostream-users
after failing to win the Faust award twice I've now submitted pMix to the JUCE award, since, well why not. … https://www.juce.com/award some new features coming soon including windows and linux support oli -- Check out

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

2017-07-22 Thread Oliver Larkin via Faudiostream-users
can I suggest a table of contents on that page? also some of those svgs are really tall, so perhaps collapsed diagrams? > On 21 Jul 2017, at 16:03, Oliver Larkin wrote: > > fantastic! hadn’t seen http://faust.grame.fr/modules/ > what a great collection > >> O

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

2017-07-21 Thread Oliver Larkin via Faudiostream-users
fantastic! hadn’t seen http://faust.grame.fr/modules/ what a great collection > On 21 Jul 2017, at 15:37, Stéphane Letz wrote: > > Assuming URL are on the same site (like those from > http://faust.grame.fr/modules/ ), you can >

Re: [Faudiostream-users] Examples of zero delay filters in Faust

2017-07-10 Thread Oliver Larkin via Faudiostream-users
just resurrecting this old post. I'm curious has anyone implemented a ”topology preserving” filter in faust? this SVF is really nice https://cytomic.com/files/dsp/SvfLinearTrapOptimised2.pdf > On 24 Apr 2014, at 08:56, D wrote: >

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

2017-07-10 Thread Oliver Larkin via Faudiostream-users
A few years ago I made a script, but the faust2faustvst and faust2juce scripts are what I would use these days. https://github.com/olilarkin/wdl-ol/commits/faust Oli On Mon, 10 Jul 2017 at 10:18, Stéphane Letz wrote: > WDL-OL could indeed be and interesting alternative. Oliver since it seems >

Re: [Faudiostream-users] control window

2017-07-06 Thread Oliver Larkin via Faudiostream-users
i’m not sure about viewing the signal on the online compiler without coding it yourself. just tried the playground http://faust.grame.fr/faustplayground/ and couldn’t find a scope there is a max object called faustgen~ http://faust.grame.fr/news/2012/12/

Re: [Faudiostream-users] control window

2017-07-06 Thread Oliver Larkin via Faudiostream-users
For a non-Realtime solution check out the plot architecture which spits out a commandline app that print the sample values to the Console. You can then plot using matlab or octave Otherwise if you have Max you could try faust gen~ With scope~ or capture~ On Thu, 6 Jul 2017 at 17:18, Beach Dispa