brummer10 / GxPlugins.lv2

A set of extra lv2 plugins from the guitarix project.
GNU General Public License v3.0
156 stars 17 forks source link

Is the Faust DSP source of each plugin available somewhere? #25

Open sletz opened 5 years ago

brummer10 commented 5 years ago

Most of them I've lost during a hard-disc failure. The ones I still have I've upload now here: https://github.com/brummer10/GxFaustSources

sletz commented 5 years ago

Thanks a lot !

I guess most of them are variants or parts of the initial Guitarix project? Anyway I'll also fix those which still use C external tables, going to use waveform so that they can be compiled for the Web.

sletz commented 5 years ago

I see // generated automatically // DO NOT MODIFY! ?? Was the whole DSP code generated by a script? or part of it?

Well basically it would help:

brummer10 commented 5 years ago

Yes, they been generated by the guitarix dkbuilder. The dkbuilder could generate faust code from circuits created with gschem (geda schematic editor). I've posted a description of my workflow with it here: https://linuxmusicians.com/viewtopic.php?f=44&t=19586

On note to the article, the builder is already updated to use Faust 2.15.11 The dkbuilder is a collection of python scripts you'll found in the guitarix source code under trunk//tools/ampsim/DK Implementing the hole build environment and the schematics here is a bit over the scope, as I didn't know how long I would maintain such a tool for the mass. (it use python2 and so it maybe depreciated soon)

The table implementation is mainly the same as in the guitarix.dsp file for the ts9 (tubescreamer) with the exception that some plugs using the signbit function to get different responses for positive and negative input values.