Re: [Faudiostream-users] Triangle LFO with controllable phase?

2023-02-26 Thread Hermann Meyer
Am 27.02.23 um 00:26 schrieb Christopher Arndt: Am 27.02.23 um 00:07 schrieb Julius Smith: I think writing the triangle-wave from scratch as Dario did is the best way to go when possible. I used Dario's code for the LFO in this chorus effect I created: https://gist.github.com/SpotlightKid/9

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

2022-08-17 Thread Hermann Meyer
Am 17.08.22 um 18:10 schrieb Robin Gareus: Hello Faust community, I'm brushing up my FAUST skills. It's been over a decade and it's amazing to see how far things have grown. Well now, I just ran into an issue: How can I place signal primitive into a list? e.g. use _,_ as list arguments (_,

[Faudiostream-users] LV2 generator/designer

2022-07-24 Thread Hermann Meyer
Hi I worked on a LV2 generator tool and have now implemented faust support. The tool is now able to generate a LV2 bundle with X11 based UI for faust dsp files. The file could be load by dnd on the designer interface. I've uploaded a little demo showing how it works. https://i.imgur.com/THSAr

Re: [Faudiostream-users] DIstortion, Clipping, Bitcrushing and other Distortion-Types

2020-12-06 Thread Hermann Meyer
Here is  example for how you could use lookup table distortion in faust: https://github.com/brummer10/LittleFly.lv2/blob/master/LittleFly/dsp/LittleFly.dsp Am 06.12.20 um 14:44 schrieb michel buffa: Well, I've been working on tube guitar amp simulations for a while + we ported several overdrive

Re: [Faudiostream-users] optimising faust processors / tipps for great performance

2018-12-04 Thread Hermann Meyer
Am 04.12.18 um 18:41 schrieb Joshua Peschke: i noticed for example that the smoothing of parameters seems to affect performance quite much (if there are lots of them..). do you have any suggestions on how to minimise this? any hints are very much appreciated! Hi some care needs to be takin

Re: [Faudiostream-users] Waveform selector?

2017-07-24 Thread Hermann Meyer
Hi We've a tremolo with waveform select in guitarix, using select3() here is the source file, Note that it is written for faust 0.9.73, so you've to port it to the new library structure in faust. As well we using our own GUI, so we could translate checkbox to our needs, you should replace i

Re: [Faudiostream-users] Pitched envelope

2017-07-16 Thread Hermann Meyer
Am 16.07.2017 um 17:49 schrieb Hermann Meyer: Am 16.07.2017 um 16:17 schrieb Yassin Philip: Hello everyone The idea is to rapidly rise, and (a bit slower) fall, the pitch of a sound, so this pitch has to evolve over time..? Googling for it is a bit tricky, and I can't find any r

Re: [Faudiostream-users] Pitched envelope

2017-07-16 Thread Hermann Meyer
Am 16.07.2017 um 16:17 schrieb Yassin Philip: Hello everyone The idea is to rapidly rise, and (a bit slower) fall, the pitch of a sound, so this pitch has to evolve over time..? Googling for it is a bit tricky, and I can't find any recipe anywhere :( Also, is is possible to assign the parame

Re: [Faudiostream-users] Input Src Selector

2016-04-13 Thread Hermann Meyer
Am 13.04.2016 um 09:23 schrieb Simon Staudenmayer: > Hello Faust-Team, > > I have a problem getting a simple source selector to work. > The faust code is the following: > > switcher(channels,1) =_ , par(i, channels-1,!); > switcher(channels, channels) = par(i, channels-1,!),_; > switcher(channels

Re: [Faudiostream-users] sample bank program

2015-09-07 Thread Hermann Meyer
Option 2 is what we do in Guitarix. For option 1, you may have a look at the faust-stk, in special in instrument.h / instrument.lib and it's use. Maybe you didn't need a external program to get the samples into faust. regards hermann Am 07.09.2015 um 10:45 schrieb Stéphane Letz: > I would go fo

[Faudiostream-users] Faust syntax-highlighting in Geany

2014-12-09 Thread Hermann Meyer
Hi I mostly use Geany for my projects, so I decide to add syntax-highlighting for faust to it. I put all declared functions from faust/architecture/*.lib's in the primary section, and all faust internal functions in the secondary section. This gives a nice C/C++ style like syntax-highlight for

Re: [Faudiostream-users] Guitarix Tube Emulation

2013-10-19 Thread Hermann Meyer
> And here's where the error occurs when running "make jackqt": error: expected initializer before ‘__rt_data’compilation terminated due to -Wfatal-errors. > > Can anyone point me in a direction?  I can copy the relevant pieces of Guitarix code if necessary, but it is the latest unmodified 28.2