_id stringlengths 64 64 | repository stringlengths 7 61 | name stringlengths 5 45 | content stringlengths 0 943k | download_url stringlengths 94 213 | language stringclasses 1
value | comments stringlengths 0 20.9k | code stringlengths 0 943k |
|---|---|---|---|---|---|---|---|
50fdf268d01c51cf4dd28e496aeb9f9c891c3563a93b751b26373dcecd93eab1 | olegkapitonov/tubeAmp-Designer | kpp_tubeamp.dsp | /*
* Copyright (C) 2019 Oleg Kapitonov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is dis... | https://raw.githubusercontent.com/olegkapitonov/tubeAmp-Designer/adefa848111538e264f1433a5de1eba73d0845f7/FAUST/kpp_tubeamp.dsp | faust |
* Copyright (C) 2019 Oleg Kapitonov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distr... |
declare name "kpp_tubeamp";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.0";
import("stdfaust.lib");
process = preamp_amp with {
drive = fvariable(float DRIVE_CTRL, <math.h>);
volume = fvariable(float VOLUME_CTRL, <math.h>);
mastergain = fvariable(float MASTERGAIN_CTRL,... |
03e08c1b968771f955d49937a571829f61b3c26468ebe78b669459c2b26dae67 | friskgit/snares | o_dispersed_snare.dsp | q// -*- compile-command: "cd .. && make jack src=o_dispersed_snare.dsp && cd -"; -*-&& cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
import("math.lib") ; // for PI definition
im... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/o_dispersed_snare.dsp | faust | -*- compile-command: "cd .. && make jack src=o_dispersed_snare.dsp && cd -"; -*-&& cd -"; -*-
for PI definition
for osci definition
---------------`Snare drum dispersing over X channels` --------------------------
Generating an impulse and feeding it to a generic_snarefs and on to a disperser.
disperse.dsp does n... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
process = component("generic_snarefs.dsp") : component("disperse.dsp")[channels = 29;] ;
|
dd2a816f5f5fdf08219075506e969042b8284f71af9af6b59679779bb8a67829 | friskgit/snares | o_bass_snare.dsp | // -*- compile-command: "cd .. && make jack src=o_bass_snare.dsp && cd -"; -*-&& cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
import("math.lib") ; // for PI definition
import("... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/o_bass_snare.dsp | faust | -*- compile-command: "cd .. && make jack src=o_bass_snare.dsp && cd -"; -*-&& cd -"; -*-
for PI definition
for osci definition
---------------`Bass snare drum` --------------------------
Generating an impulse and feeding it to a bass_drum synth.
o_bass_snare.dsp does not pass on the impules as generic_snarefs doe... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
impgrp(x) = vgroup("impulse", x);
imp = ba.pulse(impgrp(hslider("tempo", 5000, 500, 10000, 1)));
process = component("bass_snare.dsp");
|
e4b5853c42246a1c261dce9a18f6489c2e3507e33abb59b2a2cb9d678f3d5121 | brummer10/ModularAmpToolKit.lv2 | orangedarkterror.dsp | // generated automatically
// DO NOT MODIFY!
declare id "orangedarkterror";
declare name "Push Pull EL84";
declare shortname "OrangeDarkTerror";
declare description "Push Pull EL84";
declare samplerate "96000";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) : oran... | https://raw.githubusercontent.com/brummer10/ModularAmpToolKit.lv2/6a27486df4392b32cdf2efb59fe9049f57c399f6/PowerAmps/dsp/orangedarkterror.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "orangedarkterror";
declare name "Push Pull EL84";
declare shortname "OrangeDarkTerror";
declare description "Push Pull EL84";
declare samplerate "96000";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) : orangedarkterrorp3clip with {
LogPot(a, x) = ... |
8265997425202fa6e7441bd1cfbacc561cbaea61e98991cb51167e3c830a7fc6 | brummer10/ModularAmpToolKit.lv2 | plexiel34.dsp | // generated automatically
// DO NOT MODIFY!
declare id "plexiel34";
declare name "Push Pull EL34";
declare shortname "PlexiEL34";
declare description "PlexiEL34";
declare samplerate "96000";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) : plexipowerampel34clip w... | https://raw.githubusercontent.com/brummer10/ModularAmpToolKit.lv2/6a27486df4392b32cdf2efb59fe9049f57c399f6/PowerAmps/dsp/plexiel34.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "plexiel34";
declare name "Push Pull EL34";
declare shortname "PlexiEL34";
declare description "PlexiEL34";
declare samplerate "96000";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) : plexipowerampel34clip with {
LogPot(a, x) = ba.if(a, (exp(a * x)... |
b5305d31d36e6fef6c7fed138e30a9d24d3eaaae18359b82376956f525e9dca1 | olegkapitonov/KPP-VST3 | kpp_tubeamp.dsp | /*
* Copyright (C) 2018-2020 Oleg Kapitonov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program i... | https://raw.githubusercontent.com/olegkapitonov/KPP-VST3/91af48938c94d5a72009e01ef139bc3de8cf8dcd/kpp_tubeamp/include/kpp_tubeamp.dsp | faust |
* Copyright (C) 2018-2020 Oleg Kapitonov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is ... |
declare name "kpp_tubeamp";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.2";
import("stdfaust.lib");
process = preamp_amp with {
drive = fvariable(float DRIVE_CTRL, <math.h>);
volume = fvariable(float VOLUME_CTRL, <math.h>);
mastergain = fvariable(float MASTERGAIN_CTRL, ... |
fe1908379374393b2f790b3a5d9c1df3186c2102559de564b7bc1094e96d0198 | brummer10/ModularAmpToolKit.lv2 | supersonic.dsp | // generated automatically
// DO NOT MODIFY!
declare id "supersonic";
declare name "Push Pull 6L6";
declare shortname "SuperSonic";
declare description "Push Pull 6L6";
declare samplerate "96000";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0,b5/a0),(a1/a0,a2/a0,a3/a0,a4/a0,a5/a0)) : supers... | https://raw.githubusercontent.com/brummer10/ModularAmpToolKit.lv2/6a27486df4392b32cdf2efb59fe9049f57c399f6/PowerAmps/dsp/supersonic.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "supersonic";
declare name "Push Pull 6L6";
declare shortname "SuperSonic";
declare description "Push Pull 6L6";
declare samplerate "96000";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0,b5/a0),(a1/a0,a2/a0,a3/a0,a4/a0,a5/a0)) : supersonicclip with {
LogPot(a, x) = ba.if(a, (... |
dcca42a941fcd9de585f489821b59d2f2f4d3f1616cdea44b35d7fc244fb8f11 | brummer10/HarmonicExciter | harmonic_exciter.dsp |
/*******************************************************************************
**************************** File generated by *********************************
********************************************************************************
./build-plug.py -i Harmonic_exiter.sch -b
********************************... | https://raw.githubusercontent.com/brummer10/HarmonicExciter/497c9c99e701cf019a17535c568dd6d39c4c9638/Harmonic_Exciter/harmonic_exciter.dsp | faust | ******************************************************************************
**************************** File generated by *********************************
********************************************************************************
./build-plug.py -i Harmonic_exiter.sch -b
************************************... |
declare id "harmonic_exciter";
declare name "harmonic_exciter";
declare category "Extern";
declare shortname "harmonic_exciter";
declare description "harmonic_exciter";
import("stdfaust.lib");
p1 = pre : fi.tf1(b0/a0,b1/a0,a1/a0) with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - 1), x);
Inverted... |
cf66a077db0d38157bd742a4a1e9789fa3115f841a7ef5b3aefdaad92dd68a69 | friskgit/snares | generic_snarefs.dsp | // -*- compile-command: "cd .. && make sc src=src/generic_snarefs.dsp && cd -"; -*-&& cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
import("math.lib") ; // for PI definition
imp... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/generic_snarefs.dsp | faust | -*- compile-command: "cd .. && make sc src=src/generic_snarefs.dsp && cd -"; -*-&& cd -"; -*-
for PI definition
for osci definition
---------------`Snare drum synth` --------------------------
A snare drum synth based on a frequency shifted osc.
It takes a single input as the impulse for the synthesis and
output... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
synthgrp(x) = vgroup("snare", x);
accent = 1;
amp = synthgrp(hslider("amp", 0.5, 0, 2, 0.001));
osc1f = synthgrp(hslider("osc 1 freq", 330, ... |
f6193f60a4193e443ea2df751b7f5955cb10994771c3de27c9078d64695ffd5c | friskgit/snares | nosnare.dsp | // -*- compile-command: "cd .. && make jack src=src/nosnare.dsp && cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
import("math.lib") ; // for PI definition
//---------------`Sna... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/extras/nosnare.dsp | faust | -*- compile-command: "cd .. && make jack src=src/nosnare.dsp && cd -"; -*-
for PI definition
---------------`Snare drum synth` --------------------------
A take at a snare drum synth
Where:
* midi note 67-89
* stiffness 0-0.55 (mapped to note as in note 67 -> 0)
* midi velocity 75-127
* midi velocity is m... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
channels = 14;
focus = hslider("focus", 1, 0, 1, 0.0001);
position = hslider("position", 1, 0, channels, 1);
rate = ma.SR/1000.0;
rndctrl =... |
ee48b18a66d708dd2bee5c2a26a221b731fae8c5a94781ac37ec940e30d2c9d9 | friskgit/snares | bass_snare.dsp | // -*- compile-command: "cd .. && make jack src=src/bass_snare.dsp && cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
import("math.lib") ; // for PI definition
//---------------`... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/bass_snare.dsp | faust | -*- compile-command: "cd .. && make jack src=src/bass_snare.dsp && cd -"; -*-
for PI definition
---------------`Snare drum synth` --------------------------
A bassy snare drum with controllable noise level and
independent envelope. It takes the impulse as input.
04 Augusti 2019 Henrik Frisk mail@henrikfrisk.com
... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
syngroup(x) = vgroup("[0]synthesis", x);
envgroup(x) = vgroup("[1]envelopes", x);
nsegroup(x) = vgroup("[2]noise", x);
trif = syngroup(hsli... |
1b27c568600bc20625f4db5d780830688888ae862b55a764f96945d8d56175f3 | maximalexanian/guitarix-vst | gxpreamp.dsp | declare name "PreAmp";
import("stdfaust.lib");
import("../../src/faust/guitarix.lib");
Xprocess = PreAmp with { PreAmp = ffunction(float PreAmp1(float), <math.h>, ""); };
process = *(gain1) : PreAmp1 : fi.highpass(1,31.0) : *(2/92)
: *(gain2) : PreAmp2 : fi.highpass(1,31.0) : *(2/92)
: *(gain3) ... | https://raw.githubusercontent.com/maximalexanian/guitarix-vst/83fd0cbec9588fb2ef47d80f7c6cb0775bfb9f89/guitarix/tools/ampsim/gxpreamp.dsp | faust |
process = *(gain3) : PreAmp3 : fi.highpass(1,31.0) : *(2/92)
: *(gain1) : mix(gain2, PreAmp1 : fi.highpass(1,31.0), PreAmp2 : fi.highpass(1,31.0)) : *(2/92)
with {
mix(w, Fx1, Fx2) = _ <: Fx1, Fx2 : balance(w) : +;
PreAmp1 = ffunction(float PreAmp1(float), <math.h>, "");
PreAmp2 = ffunction(f... | declare name "PreAmp";
import("stdfaust.lib");
import("../../src/faust/guitarix.lib");
Xprocess = PreAmp with { PreAmp = ffunction(float PreAmp1(float), <math.h>, ""); };
process = *(gain1) : PreAmp1 : fi.highpass(1,31.0) : *(2/92)
: *(gain2) : PreAmp2 : fi.highpass(1,31.0) : *(2/92)
: *(gain3) ... |
e23eba68087fb22aaed8cd6257f282adc9c1f6b1ffb5df8ab99c2df2b7e79268 | brummer10/guitarix | epiphone.dsp | // generated automatically
// DO NOT MODIFY!
declare id "epiphone";
declare name "Single ended EL84";
declare shortname "Epiphone";
declare description "Single ended EL84";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0),(a1/a0,a2/a0)) : epiphone_jr_ou... | https://raw.githubusercontent.com/brummer10/guitarix/5672b8cb8f1c324ea28b1fddc7e1b39f79aabbc6/trunk/src/faust/epiphone.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "epiphone";
declare name "Single ended EL84";
declare shortname "Epiphone";
declare description "Single ended EL84";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0),(a1/a0,a2/a0)) : epiphone_jr_outclip with {
LogPot(a, x) = ba.if(a, (exp... |
f8c9eca996f3ccd7c05dda93f7e90a9f4c91c90a1d1a970b5625bcce674c0208 | maximalexanian/guitarix-vst | flanger_gx.dsp | declare id "flanger_mono_gx";
declare name "Flanger GX";
declare category "Modulation";
import("stdfaust.lib");
h_flanger(dmax, curdel, fb, wet) = _ <: _, (dly : (+:dly)~*(fb)) : mix with {
dly = de.fdelay(dmax/2, curdel/2);
mix = *(2-wet), _*(wet) : +;
};
flanger(dmax, curdel, fb, wet) =... | https://raw.githubusercontent.com/maximalexanian/guitarix-vst/83fd0cbec9588fb2ef47d80f7c6cb0775bfb9f89/guitarix/src/plugins/flanger_gx.dsp | faust | ma.SR = component("math.lib").ma.SR;
> max(dflange+odflange) at rate 96000
curdel = hslider("de.delay", 20, 0, 400, 0.1); | declare id "flanger_mono_gx";
declare name "Flanger GX";
declare category "Modulation";
import("stdfaust.lib");
h_flanger(dmax, curdel, fb, wet) = _ <: _, (dly : (+:dly)~*(fb)) : mix with {
dly = de.fdelay(dmax/2, curdel/2);
mix = *(2-wet), _*(wet) : +;
};
flanger(dmax, curdel, fb, wet) =... |
2bc348e4574b6e58ef4690e2fe61be3872b178f522a26fb0d96533925774bc4e | maximalexanian/guitarix-vst | gxpoweramp.dsp | declare name "PowerAmp";
import("stdfaust.lib");
import("../../src/faust/guitarix.lib");
feedbackfilter = (_ <: *(b0), (mem : *(b1)) :> + ~ *(a1)) with {
k = *(1e3);
M = *(1e6);
nF = *(1e-9);
pF = *(1e-12);
R3 = 100:k;
R4m = 22:k;
R4 = vslider("R4", R4m, 0, R4m, 100);
R5 = 4.7:k;
C3... | https://raw.githubusercontent.com/maximalexanian/guitarix-vst/83fd0cbec9588fb2ef47d80f7c6cb0775bfb9f89/guitarix/tools/ampsim/gxpoweramp.dsp | faust | declare name "PowerAmp";
import("stdfaust.lib");
import("../../src/faust/guitarix.lib");
feedbackfilter = (_ <: *(b0), (mem : *(b1)) :> + ~ *(a1)) with {
k = *(1e3);
M = *(1e6);
nF = *(1e-9);
pF = *(1e-12);
R3 = 100:k;
R4m = 22:k;
R4 = vslider("R4", R4m, 0, R4m, 100);
R5 = 4.7:k;
C3... | |
7aa9d50b96b25f752ee6b0e9b25a172451329fe2f5b509b87ca7c8c80d153474 | brummer10/guitarix | champ.dsp | // generated automatically
// DO NOT MODIFY!
declare id "camp";
declare name "Single ended 6V6GT";
declare shortname "Champ";
declare description "Single ended 6V6GT";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) : tweedch... | https://raw.githubusercontent.com/brummer10/guitarix/5672b8cb8f1c324ea28b1fddc7e1b39f79aabbc6/trunk/src/faust/champ.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "camp";
declare name "Single ended 6V6GT";
declare shortname "Champ";
declare description "Single ended 6V6GT";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) : tweedchampclip with {
LogPot(a, x) = ba.if(a, (e... |
c26a0b444fd954ea3886f7a77d47952c46ad736b22c5a34ddba17d9b561daefe | sadko4u/tamgamp.lv2 | vox_ac30_normal.dsp | /*
* Simulation of VOX AC-30 normal channel
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/vox_ac30_normal.dsp | faust |
* Simulation of VOX AC-30 normal channel
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
... | declare id "vox_ac30_normal";
declare name "vox_ac30_normal";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0,b2/a0),(a1/a0,a2/a0)) :
s01_stage1clip
with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - 1), x);
fs = float(ma... |
58e42e7814a9e0cf1142fa7f074ec9ac91c34ff82fae6c96b408c3df61f07447 | brummer10/guitarix | orangedarkterror.dsp | // generated automatically
// DO NOT MODIFY!
declare id "orangedarkterror";
declare name "Push Pull EL84";
declare shortname "OrangeDarkTerror";
declare description "Push Pull EL84";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2... | https://raw.githubusercontent.com/brummer10/guitarix/5672b8cb8f1c324ea28b1fddc7e1b39f79aabbc6/trunk/src/faust/orangedarkterror.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "orangedarkterror";
declare name "Push Pull EL84";
declare shortname "OrangeDarkTerror";
declare description "Push Pull EL84";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) : orangedarkterrorp3clip wi... |
df7c423bc04e53120d499925b7979780ebf4e4a4b817f366a94bc718a45d80ff | brummer10/guitarix | plexiel34.dsp | // generated automatically
// DO NOT MODIFY!
declare id "plexiel34";
declare name "Push Pull EL34";
declare shortname "PlexiEL34";
declare description "PlexiEL34";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) :... | https://raw.githubusercontent.com/brummer10/guitarix/5672b8cb8f1c324ea28b1fddc7e1b39f79aabbc6/trunk/src/faust/plexiel34.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "plexiel34";
declare name "Push Pull EL34";
declare shortname "PlexiEL34";
declare description "PlexiEL34";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) : plexipowerampel34clip with {
LogPot(a, x... |
c354317deb3a5f3d1eb851be7deefd9c583beae232085ac1e7fde0a795cd4568 | magnetophon/shapeLimiter | shapeLimiter.dsp | declare author "Bart Brouns";
declare license "GPLv3";
declare name "shaperLimiter";
import("stdfaust.lib");
// power = 5;
power = 11;
// power = 13;
// power = 16;
process =
limTest;
testRouting =
(
ro.interleave(power,2)
:
par(i, power, (FB~(_,!):(!,_)))
:minOfN(power)
)
~(_<:si.bus(power)... | https://raw.githubusercontent.com/magnetophon/shapeLimiter/eeb9bda3eb07b53dada515ccc2452ac47d14cc07/shapeLimiter.dsp | faust | power = 5;
power = 13;
power = 16;
TODO: sprecial state for going up and attacking at the same time: shorter keepDirection
make speed dependant on distance to target trough min(0) or max(0)
crossfade from old-dir to newval: faster if speed-difference is small
si.bus(power+1)
par(i, power+1, _@restDelay(power,h... | declare author "Bart Brouns";
declare license "GPLv3";
declare name "shaperLimiter";
import("stdfaust.lib");
power = 11;
process =
limTest;
testRouting =
(
ro.interleave(power,2)
:
par(i, power, (FB~(_,!):(!,_)))
:minOfN(power)
)
~(_<:si.bus(power))
;
FB(prev,prev2,x) = prev+1,prev+x;
lim... |
2e04cfe829b4759ee830e4267ad78ccfdc70b9caa3e44b68741b4dc94caa620c | RuolunWeng/ruolunweng.github.io | ZitaReverb.dsp | declare name "EK_Verb2";
declare version "0.1";
declare author "CL GRAME";
declare license "BSD";
declare copyright "(c)GRAME 2013";
import("stdfaust.lib");
/* ============= DESCRIPTION ============
- Reverberation
- Head = ON
- Bottom = OFF
*/
process =_<:zita_rev3:>_;
zita_rev3(x,y) = zita_rev1_stereo4(rdel,f1,... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/ZitaReverb.dsp | faust | ============= DESCRIPTION ============
- Reverberation
- Head = ON
- Bottom = OFF
Reverb parameters:
highest sampling rate that will be used
---------------------------------------- Zita_Rev1_Stereo4 -------------------------------------
from effect.lib but with only N=4 for mobilephone application
Delay-line le... | declare name "EK_Verb2";
declare version "0.1";
declare author "CL GRAME";
declare license "BSD";
declare copyright "(c)GRAME 2013";
import("stdfaust.lib");
process =_<:zita_rev3:>_;
zita_rev3(x,y) = zita_rev1_stereo4(rdel,f1,f2,t60dc,t60m,fsmax,x,y) : out_eq
with {
t60dc = hslider("[2] Low Frequencies ... |
abe43f475b155bb2292c37cd0573ea1aaaaa621b4fb8a4228556f421fba1e90c | brummer10/guitarix | supersonic.dsp | // generated automatically
// DO NOT MODIFY!
declare id "supersonic";
declare name "Push Pull 6L6";
declare shortname "SuperSonic";
declare description "Push Pull 6L6";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0,b5/a0),(a1/a0,a2/a0,a3/a... | https://raw.githubusercontent.com/brummer10/guitarix/5672b8cb8f1c324ea28b1fddc7e1b39f79aabbc6/trunk/src/faust/supersonic.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "supersonic";
declare name "Push Pull 6L6";
declare shortname "SuperSonic";
declare description "Push Pull 6L6";
declare samplerate "96000";
import("stdfaust.lib");
import("guitarix.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0,b5/a0),(a1/a0,a2/a0,a3/a0,a4/a0,a5/a0)) : supersonicclip with {
L... |
c070c99bd5befc3d10d079080d7459761b1ae7f63aa04c48d06298d669038bdb | Blumealc/43PR3 | spanner10.dsp | declare filename "spanner10.dsp"; declare name "spanner10"; declare compilation_options "-single -scal -I libraries/ -I project/ -lang wasm";
declare library_path0 "/libraries/stdfaust.lib";
declare library_path1 "/libraries/maths.lib";
declare library_path2 "/libraries/signals.lib";
declare library_path3 "/librarie... | https://raw.githubusercontent.com/Blumealc/43PR3/0bd1e28c690d43d2905a0a06e69a60e55b0b6116/spanner10%7E.mxo/spanner10.dsp | faust | declare filename "spanner10.dsp"; declare name "spanner10"; declare compilation_options "-single -scal -I libraries/ -I project/ -lang wasm";
declare library_path0 "/libraries/stdfaust.lib";
declare library_path1 "/libraries/maths.lib";
declare library_path2 "/libraries/signals.lib";
declare library_path3 "/librarie... | |
621e429e5a8741976ead8ae82cc0baf63d4b2d966af6b01b423aa32444f00ccc | brummer10/guitarix | gx_chump.dsp | declare id "Redeye Chump";
declare name "Redeye Chump";
declare category "Amplifier";
import("stdfaust.lib");
import("guitarix.lib");
import("redeye.lib");
// Power Amp With Feedback
powerfb = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) : redeyechumppowfclip with {
LogPot(a, x) = ba.if(a, (exp... | https://raw.githubusercontent.com/brummer10/guitarix/5672b8cb8f1c324ea28b1fddc7e1b39f79aabbc6/trunk/src/LV2/faust/gx_chump.dsp | faust | Power Amp With Feedback
Power Amp No feedback
volume = vslider("Volume[alias][style:knob]",3.0,0.0,12.0,0.01):ba.db2linear:smoothi(0.999); | declare id "Redeye Chump";
declare name "Redeye Chump";
declare category "Amplifier";
import("stdfaust.lib");
import("guitarix.lib");
import("redeye.lib");
powerfb = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) : redeyechumppowfclip with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - 1)... |
7b6e534c3b7766c316e76d5f8d941dc40c4b637da9668a2d9b524a22e70b84e7 | brummer10/guitarix | gx_w20.dsp | // generated automatically
// DO NOT MODIFY!
declare id "w20";
declare name "Westbury W-20";
declare category "External";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) : w20_1clip with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - 1), x);
Inverted(b, x) = ba... | https://raw.githubusercontent.com/brummer10/guitarix/5672b8cb8f1c324ea28b1fddc7e1b39f79aabbc6/trunk/src/LV2/faust/gx_w20.dsp | faust | generated automatically
DO NOT MODIFY! | declare id "w20";
declare name "Westbury W-20";
declare category "External";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) : w20_1clip with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - 1), x);
Inverted(b, x) = ba.if(b, 1 - x, x);
s = 0.993;
fs = flo... |
0422f8f66146aeba6a973d7d3eaea1a852cd6b4e54838adc5f99a7a645033e6c | nyanpasu64-backup/snes-echo | snes-echo.dsp | declare name "snes-echo";
declare version "0.";
declare author "nyanpasu64";
declare license "BSD";
declare copyright "nyanpasu64";
// import("math.lib");
import("stdfaust.lib");
import("delays.lib");
SR = ma.SR;
// **** UTILITY FUNCTIONS ****
/// kilo
K = 1024;
// do not use pow2up/down, (passing in S... | https://raw.githubusercontent.com/nyanpasu64-backup/snes-echo/8378166012807e96eca69cb2bc3ee9cf5537a69f/snes-echo/snes-echo.dsp | faust | import("math.lib");
**** UTILITY FUNCTIONS ****
/ kilo
do not use pow2up/down, (passing in SR?) causes infinite runtime in FAUST compiler.
Zero-indexing.
**** BEGIN PROGRAM
vslider("h:/v:[1]/[3]Output Volume", 2, 1, 2, 0.1);
EDL register
* 16ms/blk = 1024ms
**** CALCULATIONS
/ Convert [-128..127] volume to [-1... | declare name "snes-echo";
declare version "0.";
declare author "nyanpasu64";
declare license "BSD";
declare copyright "nyanpasu64";
import("stdfaust.lib");
import("delays.lib");
SR = ma.SR;
K = 1024;
at(list, idx) = ba.subseq(list, idx, 1);
yes (bool) = bool;
not (bool) = 1-bool;
if(cond, yes, ... |
7225696a2c2ed5bf8413d7085055db46fd5ac778a7b3370ffc8b49224b9f4dbb | sadko4u/tamgamp.lv2 | fender_princeton.dsp | /*
* Simulation of Fender Princeton Reverb-amp AA1164 (without reverb module)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/fender_princeton.dsp | faust |
* Simulation of Fender Princeton Reverb-amp AA1164 (without reverb module)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the ... | declare id "fender_princeton";
declare name "fender_princeton";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0),(a1/a0)) :
s01_stage1clip
with {
fs = float(ma.SR);
b0 = -0.00121958463123679*fs - 0.0162611284164904;
b... |
a5e1b4fb5fe461abec1abaa0083618328ed0aa9381771cd7a72a3593e30d7661 | webaudiomodules/wam-examples | BigMuff.dsp |
import("stdfaust.lib");
import("filter.lib");
import("effect.lib");
/* -*- faust -*- */
/****************************************************************
** helper definitions
*/
bypass(switch, block) = _ <: select2(switch, _, block);
BP(block) = bypass(checkbox("ON"), block);
copysign = ffunction(float copysign(fl... | https://raw.githubusercontent.com/webaudiomodules/wam-examples/ebf5ed23d7543411901b24f12c48164fac9e78bf/packages/BigMuff/BigMuff.dsp | faust | -*- faust -*-
***************************************************************
** helper definitions
add_dc = +(anti_denormal);
***************************************************************
** nonlinear functions
from thesis of Ragnar Bendiksen (used in swh ladspa valve plugin)
exp(-nlim)+1 == 1, exp(nlim)/(exp(... |
import("stdfaust.lib");
import("filter.lib");
import("effect.lib");
bypass(switch, block) = _ <: select2(switch, _, block);
BP(block) = bypass(checkbox("ON"), block);
copysign = ffunction(float copysign(float,float), <math.h>, "");
anti_denormal = pow(10,-20);
add_dc = +(anti_denormal);
anti_denormal_ac = 1 - 1' :... |
ff600e589e8ebd7182e06a172c1f74dc392be746d371df202f4c2b472ad6ffbe | grame-cncm/smartfaust | sampler_Zverb4_2_v0.2.dsp | declare name "sfZverb";
declare version "1.4";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
//-------------------- MAIN -------------------------------
process = _<:zita_rev3:>_;
//-------------------- PARAMETERS ... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfPlayer/sampler_Zverb4_2_v0.2.dsp | faust | -------------------- MAIN -------------------------------
-------------------- PARAMETERS -------------------------------
fc= hslider("h:motion filter/high_cut [hidden:1]",10,0.01,10,0.01);
order of filter
from effect.lib but with only N=4 for mobilephone application
Delay-line lengths in seconds:
feedforward delay... | declare name "sfZverb";
declare version "1.4";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
process = _<:zita_rev3:>_;
lowpassmotion = fi.lowpass(N,fc)
with {
fc=10;
};
zita_rev_fdn4(f1,f2,t60dc,t60m,fs... |
64a223efeee3aed8bfcf14c05133ac108bc6b6cb6b5e3f8ca9444a4674bb3102 | sadko4u/tamgamp.lv2 | fender_twin_reverb_normal.dsp | /*
* Simulation of Fender Twin Reverb-Amp AA769 (Normal channel, bright off)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/fender_twin_reverb_normal.dsp | faust |
* Simulation of Fender Twin Reverb-Amp AA769 (Normal channel, bright off)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the F... | declare id "fender_twin_reverb_normal";
declare name "fender_twin_reverb_normal";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0),(a1/a0)) :
s01_stage1clip
with {
fs = float(ma.SR);
b0 = -0.00129014420144197*fs - 0.01720192268... |
70ac2c7ba241c8cb4a82434896818433823f5640bcfc465a694e854f4801396f | Sylcantor/wam-web-components | OscTube.dsp | declare id "tube2";
import("music.lib");
import("effect.lib");
//guitarxlib
/* -*- faust -*- */
/****************************************************************
** helper definitions
*/
bypass(switch, block) = _ <: select2(switch, _, block);
BP(block) = bypass(checkbox("ON"), block);
copysign = ffunction(float copys... | https://raw.githubusercontent.com/Sylcantor/wam-web-components/c54352dae5b80bcf6d8d4c306ea22e2c91a12b08/plugins/OscTube/OscTube.dsp | faust | guitarxlib
-*- faust -*-
***************************************************************
** helper definitions
add_dc = +(anti_denormal);
***************************************************************
** nonlinear functions
from thesis of Ragnar Bendiksen (used in swh ladspa valve plugin)
exp(-nlim)+1 == 1, exp(... | declare id "tube2";
import("music.lib");
import("effect.lib");
bypass(switch, block) = _ <: select2(switch, _, block);
BP(block) = bypass(checkbox("ON"), block);
copysign = ffunction(float copysign(float,float), <math.h>, "");
anti_denormal = pow(10,-20);
add_dc = +(anti_denormal);
anti_denormal_ac = 1 - 1' : *(anti... |
87806598702f5020d648b83b55a27d6d49af0a83a84cb162a42449717393abe1 | sadko4u/tamgamp.lv2 | fender_twin_reverb_vibrato.dsp | /*
* Simulation of Fender Twin Reverb-Amp AA769 (Vibrato channel, bright on)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/fender_twin_reverb_vibrato.dsp | faust |
* Simulation of Fender Twin Reverb-Amp AA769 (Vibrato channel, bright on)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the F... | declare id "fender_twin_reverb_vibrato";
declare name "fender_twin_reverb_vibrato";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0),(a1/a0)) :
s01_stage1clip
with {
fs = float(ma.SR);
b0 = -0.00129014420144197*fs - 0.0172019226... |
2d339e43104814082a65de2433d3d05e45c9b56a5dc6b800063b425c0ed5e7ba | sadko4u/tamgamp.lv2 | mesa_dc3_rhythm.dsp | /*
* This is simulation of Mesa/Boogie DC3 preamplifier (rhythm channel)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Fre... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/mesa_dc3_rhythm.dsp | faust |
* This is simulation of Mesa/Boogie DC3 preamplifier (rhythm channel)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... |
declare id "mesa_dc3_rhythm";
declare name "mesa_dc3_rhythm";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0,b2/a0),(a1/a0,a2/a0)) :
c01_stage1clip
with {
fs = float(ma.SR);
b0 = fs*(-6.65791056489004e-9*fs - 1.3001980227731... |
47683596a977376e509323a27f0ad99f1fb63a506a985cb47b008c1be4437f13 | Sylcantor/wam-web-components | OverdriveRix.dsp | declare name "Overdrive";
declare category "Distortion";
import("music.lib");
/* -*- faust -*- */
/****************************************************************
** helper definitions
*/
bypass(switch, block) = _ <: select2(switch, _, block);
BP(block) = bypass(checkbox("ON"), block);
copysign = ffunction(float cop... | https://raw.githubusercontent.com/Sylcantor/wam-web-components/c54352dae5b80bcf6d8d4c306ea22e2c91a12b08/plugins/OverdriveRix/OverdriveRix.dsp | faust | -*- faust -*-
***************************************************************
** helper definitions
add_dc = +(anti_denormal);
***************************************************************
** nonlinear functions
from thesis of Ragnar Bendiksen (used in swh ladspa valve plugin)
exp(-nlim)+1 == 1, exp(nlim)/(exp(... | declare name "Overdrive";
declare category "Distortion";
import("music.lib");
bypass(switch, block) = _ <: select2(switch, _, block);
BP(block) = bypass(checkbox("ON"), block);
copysign = ffunction(float copysign(float,float), <math.h>, "");
anti_denormal = pow(10,-20);
add_dc = +(anti_denormal);
anti_denormal_ac = ... |
d99a44c6ac68496eeeb7d7bf491c18d6b7e19a031d12c59283a2ff1dd259f420 | sadko4u/tamgamp.lv2 | vox_ac30_brilliant.dsp | /*
* Simulation of VOX AC-30 brilliant channel
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; eit... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/vox_ac30_brilliant.dsp | faust |
* Simulation of VOX AC-30 brilliant channel
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; eithe... | declare id "vox_ac30_brilliant";
declare name "vox_ac30_brilliant";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) :
s01_stage1clip
with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - 1), x);
... |
84c7ec1cd7e9c95e338700af83021e27bf5f3006883eb7536a7f0c6d2db1d19d | grame-cncm/smartfaust | sfIter.dsp | declare name "sfIter";
declare version "0.4";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
//-------------------- MAIN -------------------------------
process = Gringo <:zita_rev3:>_:*(out)
with {
out = check... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfIter/sfIter.dsp | faust | -------------------- MAIN -------------------------------
-------------------- PARAMETERS -------------------------------
to be compatible with android smartphone
order of filter
ratio of the envelope at high level to the tempo
fade = vslider ("fade",0.5,0.0001,0.5,0.0001); // min > 0 pour eviter division par 0
in ... | declare name "sfIter";
declare version "0.4";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
process = Gringo <:zita_rev3:>_:*(out)
with {
out = checkbox ("v:sfIter/ON/OFF"):si.smooth(0.998);
};
filter_accel... |
32733f3da9eed4db2fbfc3d11635307ecc4cb809c2074c72652f6f8066b93be7 | brummer10/guitarix | gxechocat.dsp | declare name "Tape Delay";
declare category "Echo / Delay";
import("stdfaust.lib");
import("guitarix.lib");
import("redeye.lib");
/*
HEAD SPACING
I have lold Selmer unit where playback heads are 1.5 inches apart
and record head is 1.8 inches from last playback so :
record - play4 - play 3 - play 2 - play 1
1.8 ... | https://raw.githubusercontent.com/brummer10/guitarix/9734478d71ac7190dc8814ce250e28ce174ebaf1/trunk/src/LV2/faust/gxechocat.dsp | faust |
HEAD SPACING
I have lold Selmer unit where playback heads are 1.5 inches apart
and record head is 1.8 inches from last playback so :
record - play4 - play 3 - play 2 - play 1
1.8 - 1.5 - 1.5 - 1.5 - 1.5
Se we have record -1.8inches - head1, 2.3 to head2, 3.8 to head3 5.3 to head 4 !
Or at 15ips head1 120ms h... | declare name "Tape Delay";
declare category "Echo / Delay";
import("stdfaust.lib");
import("guitarix.lib");
import("redeye.lib");
bpm = hgroup( "Echo", vslider("BPM[style:knob]", 120, 24, 360, 0.1)) ;
wow = sine( freq) * depth ;
speed = ( 72/(2*bpm)) ;
tapespeed = hgroup( "Tape Control",speed + wow );
LogPot(a... |
f5320afb4dd1fe3ad87992a5b8202b792c06ee7db8db84e0ed27b4bf0e99285d | grame-cncm/smartfaust | sfHell.dsp | declare name "fstHell";
declare version "1.1";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
//-------------------- MAIN -------------------------------
process = Hell_EKS2: Hell_comb2:Hell_Verb2:*(out):max(-0.99):m... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfHell/sfHell.dsp | faust | -------------------- MAIN -------------------------------
-------------------- PARAMETERS -------------------------------
gain = vgroup ("EKS:source", hslider("gain", 1, 0, 10, 0.01)); // 0 to 1
gate = button("gate"); // 0 or 1
Pick angle in [0,0.9]:
pickangle = vgroup ("EKS:source", 0.9 * hslider("pick_angle",0.9,0,0... | declare name "fstHell";
declare version "1.1";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
process = Hell_EKS2: Hell_comb2:Hell_Verb2:*(out):max(-0.99):min(0.99)
with {
out = checkbox ("v:sfHell/ON OFF"):si.... |
97be2d974ad27d1a937feecc0e2fa05a6f494aeb71f0f2fe671c5a6dd9745bab | Pro19/guitarix | gxechocat.dsp | declare name "Tape Delay";
declare category "Echo / Delay";
import("stdfaust.lib");
import("guitarix.lib");
import("redeye.lib");
/*
HEAD SPACING
I have lold Selmer unit where playback heads are 1.5 inches apart
and record head is 1.8 inches from last playback so :
record - play4 - play 3 - play 2 - play 1
1.8 ... | https://raw.githubusercontent.com/Pro19/guitarix/b1c686212332d1ea40683262bf95ad2b486b2bb6/trunk/src/LV2/faust/gxechocat.dsp | faust |
HEAD SPACING
I have lold Selmer unit where playback heads are 1.5 inches apart
and record head is 1.8 inches from last playback so :
record - play4 - play 3 - play 2 - play 1
1.8 - 1.5 - 1.5 - 1.5 - 1.5
Se we have record -1.8inches - head1, 2.3 to head2, 3.8 to head3 5.3 to head 4 !
Or at 15ips head1 120ms h... | declare name "Tape Delay";
declare category "Echo / Delay";
import("stdfaust.lib");
import("guitarix.lib");
import("redeye.lib");
bpm = hgroup( "Echo", vslider("BPM[style:knob]", 120, 24, 360, 0.1)) ;
wow = sine( freq) * depth ;
speed = ( 72/(2*bpm)) ;
tapespeed = hgroup( "Tape Control",speed + wow );
LogPot(a... |
193959b018eca3a408700ab46bd670e65311dc929b72ac887789030acb4bc402 | grame-cncm/smartfaust | sfTrumpet.dsp | declare name "sfTrumpet";
declare version "0.3";
declare author "Christophe Lebreton";
declare license "BSD & STK-4.3";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
import("instrument.lib");
//----- NOTA 0.3 ----
// to comply with the new lib it was necessary to use asr_o... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfTrumpet/sfTrumpet.dsp | faust | ----- NOTA 0.3 ----
to comply with the new lib it was necessary to use asr_old otherwise a division by 0
and use en.adsr but setting an envelopeRelease value to 0.001 instead of 0 to also avoid a division by 0
-------------------- MAIN -------------------------------
==================== GUI SPECIFICATION ===========... | declare name "sfTrumpet";
declare version "0.3";
declare author "Christophe Lebreton";
declare license "BSD & STK-4.3";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
import("instrument.lib");
process = trumpet : Zverb4 :max(-0.99):min(0.99);
freq = hslider ( "v:sfTrumpet... |
b148a8b26581fadd3251bbf24cf75fc9086976dd1c1b5bd73f4c6e36afb5700b | JoaoSvidzinski/HermesV2 | compresseur.dsp | declare filename "compresseur.dsp"; declare name "compresseur"; declare compilation_options "-single -scal -I libraries/ -I project/ -lang wasm";
declare library_path0 "/libraries/stdfaust.lib";
declare library_path1 "/libraries/demos.lib";
declare library_path2 "/libraries/basics.lib";
declare library_path3 "/libra... | https://raw.githubusercontent.com/JoaoSvidzinski/HermesV2/a96f9cd288d5cb68be2f5bb5788d5869008d8cef/Patch%20Max/_external/compresseur%7E.mxo/compresseur.dsp | faust | declare filename "compresseur.dsp"; declare name "compresseur"; declare compilation_options "-single -scal -I libraries/ -I project/ -lang wasm";
declare library_path0 "/libraries/stdfaust.lib";
declare library_path1 "/libraries/demos.lib";
declare library_path2 "/libraries/basics.lib";
declare library_path3 "/libra... | |
7641f13fc3f7ea3d7c364770dd00e571d3685dc6aa3b9eceeb530e32f7e5bd0f | sadko4u/tamgamp.lv2 | marshall_jcm800hi.dsp | /*
* Simulation of Marshall JCM-800 High-gain input
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/marshall_jcm800hi.dsp | faust |
* Simulation of Marshall JCM-800 High-gain input
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; ... | declare id "marshall_jcm800hi";
declare name "marshall_jcm800hi";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0),(a1/a0)) :
s01_stage1clip
with {
fs = float(ma.SR);
b0 = -0.00100706000116536*fs - 2.74253812953532;
b1 = 0.... |
45c15f6cc31ccc2fae70916cb0a82150caa5d7685e0c8180dec16ead4a22dd55 | JoaoSvidzinski/lorenz-dream | jgrain3.dsp | declare compilation_options "-single -scal";
declare library_path "jgrain3";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/stdfaust.lib";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/signals.lib";
declare library_path "/Users/joaosvidzinski/.FaustLiv... | https://raw.githubusercontent.com/JoaoSvidzinski/lorenz-dream/9d6014145d8101e92c34418f81c9be210650cf05/Patch_concert_2019/Dep/Jgrain/jgrain3%7E.mxo/jgrain3.dsp | faust | declare compilation_options "-single -scal";
declare library_path "jgrain3";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/stdfaust.lib";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/signals.lib";
declare library_path "/Users/joaosvidzinski/.FaustLiv... | |
3c9589fd48b34a7b4f49e86d0d9c235f7113cae0b386470ebfacdd73b9db7ce4 | JoaoSvidzinski/lorenz-dream | jgrain3.dsp | declare compilation_options "-single -scal";
declare library_path "jgrain3";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/stdfaust.lib";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/signals.lib";
declare library_path "/Users/joaosvidzinski/.FaustLiv... | https://raw.githubusercontent.com/JoaoSvidzinski/lorenz-dream/9d6014145d8101e92c34418f81c9be210650cf05/_Patch/jgrain3%7E.mxo/jgrain3.dsp | faust | declare compilation_options "-single -scal";
declare library_path "jgrain3";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/stdfaust.lib";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/signals.lib";
declare library_path "/Users/joaosvidzinski/.FaustLiv... | |
160ac1769d88ca039726421d131007f708d12652ef52c22fd1ac10a2d92dafac | sadko4u/tamgamp.lv2 | peavey_5150ii_lead.dsp | /*
* Simulation of Peavey 5150II lead channel
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; eit... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/peavey_5150ii_lead.dsp | faust |
* Simulation of Peavey 5150II lead channel
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; eithe... | declare id "peavey_5150ii_lead";
declare name "peavey_5150ii_lead";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) :
s01_stage1clip
with {
fs = float(ma.SR);
b0 = pow(fs,2)*(-1.416... |
a0e9eb17614fb0159a3dca007be5f9876d5c88b05d4b4b71da6ecbb40f658bd8 | HexHive/datAFLow | comb_bug_exp.dsp | declare compilation_options "-single -scal -e comb_bug.dsp -o comb_bug_exp.dsp";
declare library_path "/Documents/Recherche/Expressive E/CombFilter/comb_bug.dsp";
declare library_path "/usr/local/share/faust/stdfaust.lib";
declare library_path "/usr/local/share/faust/envelopes.lib";
declare library_path "/usr/local/... | https://raw.githubusercontent.com/HexHive/datAFLow/b9f3cbc42b1970f8655817c9fb67b1eaba3ae4c0/evaluation/ddfuzz/seeds/faust/comb_bug_exp.dsp | faust | declare compilation_options "-single -scal -e comb_bug.dsp -o comb_bug_exp.dsp";
declare library_path "/Documents/Recherche/Expressive E/CombFilter/comb_bug.dsp";
declare library_path "/usr/local/share/faust/stdfaust.lib";
declare library_path "/usr/local/share/faust/envelopes.lib";
declare library_path "/usr/local/... | |
34a75353b9b04cc8c40767a075e72753db17ee81c67266ee5973b52eb0449f96 | sadko4u/tamgamp.lv2 | peavey_5150ii_crunch.dsp | /*
* Simulation of Peavey 5150II crunch channel
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; e... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/peavey_5150ii_crunch.dsp | faust |
* Simulation of Peavey 5150II crunch channel
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; eit... | declare id "peavey_5150ii_crunch";
declare name "peavey_5150ii_crunch";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) :
s01_stage1clip
with {
fs = float(ma.SR);
b0 = pow(fs,2)*(... |
7ac3a291b90a1aa19df6f708067eaedac688759169f3b443ed4a57cb9f9c29d8 | sadko4u/tamgamp.lv2 | marshall_jcm800lo.dsp | /*
* Simulation of Marshall JCM-800 Low-gain input
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/marshall_jcm800lo.dsp | faust |
* Simulation of Marshall JCM-800 Low-gain input
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; e... | declare id "marshall_jcm800lo";
declare name "marshall_jcm800lo";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p2 =
fi.iir((b0/a0,b1/a0,b2/a0),(a1/a0,a2/a0)) :
s02_stage2clip
with {
fs = float(ma.SR);
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - ... |
88817584f49a4dad2ccf08054c32857a8c5cbd7a168ed435f1c557df94fa7cb7 | guizmo2000/WebAudioPluginBank | OscTube.dsp | declare id "tube2";
import("stdfaust.lib");
import("music.lib");
import("effect.lib");
declare id "HighShelf";
import("maxmsp.lib");
// Simple bypass mecanism
// Bypass an effect (fx:n->n). Once bypassed the effect is replaced by par(i,n,_).
// Bypassed effects can be chained.
// Example: _,_ : bypass(checkbox("by... | https://raw.githubusercontent.com/guizmo2000/WebAudioPluginBank/9d7a3c1bd0977d57316046c116c217dccd6caa10/jordan-SINTES/OscTube/assets/dsp_src/OscTube.dsp | faust | Simple bypass mecanism
Bypass an effect (fx:n->n). Once bypassed the effect is replaced by par(i,n,_).
Bypassed effects can be chained.
Example: _,_ : bypass(checkbox("bypass reverb"), freeverb) : _,_
Bypass an effect (fx:n->n) with 's' samples crossfades. Once bypassed the
effect is replaced by par(i,n,_). By... | declare id "tube2";
import("stdfaust.lib");
import("music.lib");
import("effect.lib");
declare id "HighShelf";
import("maxmsp.lib");
bypass_fx(b, fx) = par(i, inputs(fx), _) <: ((block_on(b, fx):fx), block_off(b, fx)) :> par(i, outputs(fx), _)
with {
block_on(b, fx) = par(i, inputs(fx), _*(1-b));
block_off(b, fx... |
f8e8c0306aa462530dbcfde01b219bdaf22815ab58a299cd256b5245562b7e69 | brummer10/guitarix | gxtilttone.dsp | declare id "tiltdrive";
declare name "Tilt Tone Pro";
declare category "External";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) : tiltdrivepro_inclip with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - 1), x);
Inverted(b, x) = ba.if(b, 1 - x, x)... | https://raw.githubusercontent.com/brummer10/guitarix/5672b8cb8f1c324ea28b1fddc7e1b39f79aabbc6/trunk/src/LV2/faust/gxtilttone.dsp | faust | declare id "tiltdrive";
declare name "Tilt Tone Pro";
declare category "External";
import("stdfaust.lib");
p1 = pre : fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0),(a1/a0,a2/a0,a3/a0,a4/a0)) : tiltdrivepro_inclip with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) / (exp(a) - 1), x);
Inverted(b, x) = ba.if(b, 1 - x, x)... | |
cdb7da647063d09eef7e693c2ca803ea8614bc35e72fa7e645e5ed1b75a45c31 | sadko4u/tamgamp.lv2 | mesa_dual_rect_orange.dsp | /*
* This is simulation of Mesa Dual Rectifier preamplifier (orange channel, less gain)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publi... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/mesa_dual_rect_orange.dsp | faust |
* This is simulation of Mesa Dual Rectifier preamplifier (orange channel, less gain)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publish... |
declare id "mesa_dual_rect_orange";
declare name "mesa_dual_rect_orange";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0,b5/a0),(a1/a0,a2/a0,a3/a0,a4/a0,a5/a0)) :
s01_stage1clip
with {
LogPot(a, x) = ba.if(a, (exp(a * x)... |
a9271fe3547db8c486ea5fc60a2a8ea2eb2bc6d1329bc50630875a4ff2f7f772 | jpcima/Bass21 | Bass21Faust.dsp | import("stdfaust.lib");
declare author "JPC";
declare license "AGPL-3.0-or-later";
//NOTE: requires -double
process = bass21(pregain, level, blend, presence, drive, bass, treble) with {
begin = checkbox("[0] begin");
pregain = hslider("[1] pregain", 0.5, 0.0, 1.0, 0.001) : si.smooth(pole);
level = hslider("[2] ... | https://raw.githubusercontent.com/jpcima/Bass21/e7dc3267719ab4a3c4ed3eb285a34d7f6bb9ff9d/sources/dsp/Bass21Faust.dsp | faust | NOTE: requires -double
------------------------------------------------------------------------------
Circuit
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Distortions
--------------------------------------... | import("stdfaust.lib");
declare author "JPC";
declare license "AGPL-3.0-or-later";
process = bass21(pregain, level, blend, presence, drive, bass, treble) with {
begin = checkbox("[0] begin");
pregain = hslider("[1] pregain", 0.5, 0.0, 1.0, 0.001) : si.smooth(pole);
level = hslider("[2] level", 0.5, 0.0, 1.0, 0.... |
2ea8e7480c4f2c5051b8dee9acc909e89038ee66fc9b9eea268b39c16e070b03 | JoaoSvidzinski/granulateur-matriciel | jgrain7.dsp | declare compilation_options "-single -scal";
declare library_path "jgrain7";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/stdfaust.lib";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/signals.lib";
declare library_path "/Users/joaosvidzinski/.FaustLiv... | https://raw.githubusercontent.com/JoaoSvidzinski/granulateur-matriciel/b02da0189f5bae4d16c74f6fe65c04786452c792/max/jgrain7%7E.mxo/jgrain7.dsp | faust | declare compilation_options "-single -scal";
declare library_path "jgrain7";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/stdfaust.lib";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/signals.lib";
declare library_path "/Users/joaosvidzinski/.FaustLiv... | |
19780f88290968f85da04f991fb6628a31987e026018ded3b18bb83e6a28c1f4 | JoaoSvidzinski/lorenz-dream | flanger7B.dsp | declare compilation_options "-single -scal";
declare library_path "flanger7B";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/stdfaust.lib";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/delays.lib";
declare library_path "/Users/joaosvidzinski/.FaustLi... | https://raw.githubusercontent.com/JoaoSvidzinski/lorenz-dream/9d6014145d8101e92c34418f81c9be210650cf05/Patch_concert_2019/Dep/Flanger/flanger7B.dsp | faust | declare compilation_options "-single -scal";
declare library_path "flanger7B";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/stdfaust.lib";
declare library_path "/Users/joaosvidzinski/.FaustLive-CurrentSession-2.0/Libs/delays.lib";
declare library_path "/Users/joaosvidzinski/.FaustLi... | |
2bb39eea33d6745388695db4123bcd3bf070b6d4a391b299b46ef3f7695c4e50 | sadko4u/tamgamp.lv2 | mesa_dc3_lead.dsp | /*
* This is simulation of Mesa/Boogie DC3 preamplifier (lead channel)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/mesa_dc3_lead.dsp | faust |
* This is simulation of Mesa/Boogie DC3 preamplifier (lead channel)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free So... |
declare id "mesa_dc3_lead";
declare name "mesa_dc3_lead";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0,b2/a0,b3/a0),(a1/a0,a2/a0,a3/a0)) :
c01_stage1clip
with {
fs = float(ma.SR);
b0 = fs*(fs*(-3.39648147814414e-13*fs - 1.4... |
084b31bd5a85d0e7ddc63c9271774c0257e673b153ff97259017fe7c7f8dffe0 | sadko4u/tamgamp.lv2 | mesa_dual_rect_red.dsp | /*
* This is simulation of Mesa Dual Rectifier preamplifier (red channel, more gain)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publishe... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/ampsim/mesa_dual_rect_red.dsp | faust |
* This is simulation of Mesa Dual Rectifier preamplifier (red channel, more gain)
*
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published ... | declare id "mesa_dual_rect_red";
declare name "mesa_dual_rect_red";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
p1 =
fi.iir((b0/a0,b1/a0,b2/a0,b3/a0,b4/a0,b5/a0),(a1/a0,a2/a0,a3/a0,a4/a0,a5/a0)) :
s01_stage1clip
with {
LogPot(a, x) = ba.if(a, (exp(a * x) - 1) /... |
2a2356b848b5013d38e26614a6403a97dc26b35445d5c6a0d6c74be471fdc66b | magnetophon/faustExperiments | N_band_Compressor_N_chan.dsp | declare name "N_band_Compressor_N_chan";
declare version "0.1";
declare author "Bart Brouns";
declare license "AGPLv3";
import("stdfaust.lib");
// import("/home/bart/source/faustlibraries/stdfaust.lib");
process =
DCblock(2)
: MSencode(MSon)
: Eight_band_Compressor_N_chan(2)
: MSdecode(MSon)
;
DCblock(N) = p... | https://raw.githubusercontent.com/magnetophon/faustExperiments/9c771b084ae2247767a7c080b93f6605210ce368/N_band_Compressor_N_chan.dsp | faust | import("/home/bart/source/faustlibraries/stdfaust.lib");
_<:(_, (max(-40):min(0):MG(vbargraph("[%i][unit:dB]%i[tooltip: gain reduction in dB]", -40, 0)))):attach;
make a linear array of values, from bottom to top
make a log array of values, from bottom to top
make a bottom and a top version of a parameter | declare name "N_band_Compressor_N_chan";
declare version "0.1";
declare author "Bart Brouns";
declare license "AGPLv3";
import("stdfaust.lib");
process =
DCblock(2)
: MSencode(MSon)
: Eight_band_Compressor_N_chan(2)
: MSdecode(MSon)
;
DCblock(N) = par(i, N, ba.bypass1(fb==0,fi.dcblockerat(fb)));
MSon = chec... |
59f2eb03c1d4d8b95d59a100998bbc1e1df8b5b9d5c7363d28489596bb28ffe7 | dariosanfilippo/modified_thomas | modified_thomas.dsp | // =============================================================================
// Modified Thomas complex generator
// =============================================================================
//
// Complex sound generator based on modified Thomas equations.
// The model is structurally-stable through hyp... | https://raw.githubusercontent.com/dariosanfilippo/modified_thomas/84add8df39dc58a6748d974cf475cffb2a643d2b/modified_thomas.dsp | faust | =============================================================================
Modified Thomas complex generator
=============================================================================
Complex sound generator based on modified Thomas equations.
The model is structurally-stable through hyperbolic tang... |
import("stdfaust.lib");
declare name "Modified Thomas complex generator";
declare author "Dario Sanfilippo";
declare copyright "Copyright (C) 2021 Dario Sanfilippo
<sanfilippo.dario@gmail.com>";
declare version "1.1";
declare license "GPL v3.0 license";
thomas(l, b, dt, x_0, y_0, z_0) = x_level(out * (x / l))... |
f46f730c9a6f29a09e522e6008a71e17424360632e0a374e78e2d5ac43d05208 | alexcoy257/lrnet | channelStrip.dsp | declare name "compressor";
declare version "0.1";
declare author "Julius Smith, ed. Alex Coy";
declare license "MIT Style STK-4.2";
declare description "Compressor demo application, adapted from the Faust Library's dm.compressor_demo in demos.lib";
declare documentation "https://faustlibraries.grame.fr/libs/compressors... | https://raw.githubusercontent.com/alexcoy257/lrnet/161c1d16c6b8ed816bb74fd5583a6985d1c22592/src/lrmixer/channelStrip.dsp | faust | ----------------------------`(dm.)compressor_mono_demo`-------------------------
Mono Compressor
#### Usage
```
_ : compressor_mono_demo : _;
```
------------------------------------------------------------
faustlibraries.grame.fr/libs/compressors/
en.wikipedia.org/wiki/Dynamic_range_compression]", x); | declare name "compressor";
declare version "0.1";
declare author "Julius Smith, ed. Alex Coy";
declare license "MIT Style STK-4.2";
declare description "Compressor demo application, adapted from the Faust Library's dm.compressor_demo in demos.lib";
declare documentation "https://faustlibraries.grame.fr/libs/compressors... |
cc8b75f3a4ae99443994f3b8cd8268946312ca208276726ffb47e446c93e0256 | dariosanfilippo/modified_chua | modified_chua.dsp | // =============================================================================
// Modified Chua complex generator
// =============================================================================
//
// Complex sound generator based on modified Chua equations.
// The model is structurally-stable through hyperbo... | https://raw.githubusercontent.com/dariosanfilippo/modified_chua/0f886aa822c32d89287786311e64b4d7fa22de66/modified_chua.dsp | faust | =============================================================================
Modified Chua complex generator
=============================================================================
Complex sound generator based on modified Chua equations.
The model is structurally-stable through hyperbolic tangent ... |
import("stdfaust.lib");
declare name "Modified Chua complex generator";
declare author "Dario Sanfilippo";
declare copyright "Copyright (C) 2021 Dario Sanfilippo
<sanfilippo.dario@gmail.com>";
declare version "1.1";
declare license "GPL v3.0 license";
chua(l, a, b, alpha, k, beta, yps, dt, x_0, y_0, z_0) = x_lev... |
5a7b496d06d7bc318f38d139e45aee95300d969fa5ff98327de2ea8d933bc588 | magnetophon/faustExperiments | 8bandCompander.dsp | declare name "Eight_band_Compander_N_chan";
declare version "0.1";
declare author "Bart Brouns";
declare license "AGPLv3";
// import("stdfaust.lib");
import("/home/bart/source/faustlibraries/stdfaust.lib");
process =
// DCblock(2)
// : MSencode(MSon)
// :
Eight_band_Compander_N_chan(2)
// : MSdecode(MSon)
;... | https://raw.githubusercontent.com/magnetophon/faustExperiments/e4fd48df103d79e80a8bc5c41afd5eb99712b2b9/8bandCompander.dsp | faust | import("stdfaust.lib");
DCblock(2)
: MSencode(MSon)
:
: MSdecode(MSon)
expanders
scPlusInputsMono
disgard the lowest two and the highest band, mix the rest, take the abs, div by Nr_bands, split them out:
, (si.bus(Nr_bands) :> abs / Nr_bands <: si.bus(Nr_bands))
co.FFcompressor_N_chan(strength,thresh,att,rel... | declare name "Eight_band_Compander_N_chan";
declare version "0.1";
declare author "Bart Brouns";
declare license "AGPLv3";
import("/home/bart/source/faustlibraries/stdfaust.lib");
process =
Eight_band_Compander_N_chan(2)
;
DCblock(N) = par(i, N, ba.bypass1(fb==0,fi.dcblockerat(fb)));
MSon = checkbox("MS on");
fb ... |
c459e294cf62bb9b4fdfa733b7751f369d54742ca2ef739403e167e520508304 | olilarkin/pMixFaustNodes | WeirdPhaser.dsp | declare name "Weird Phaser";
declare description "Stereo Phaser based on SSB Modulation";
declare author "Oli Larkin (contact@olilarkin.co.uk)";
declare copyright "Oliver Larkin";
declare version "0.1";
declare licence "GPL";
import("FrequencyShifter.lib");
import("stdfaust.lib");
lutsize = 1 << 9;
sintable = float(b... | https://raw.githubusercontent.com/olilarkin/pMixFaustNodes/20da57783b03841f023a7edd4a3215ab3155218e/WeirdPhaser.dsp | faust | declare name "Weird Phaser";
declare description "Stereo Phaser based on SSB Modulation";
declare author "Oli Larkin (contact@olilarkin.co.uk)";
declare copyright "Oliver Larkin";
declare version "0.1";
declare licence "GPL";
import("FrequencyShifter.lib");
import("stdfaust.lib");
lutsize = 1 << 9;
sintable = float(b... | |
1f710659138b9a83a771147cf51fa2f3a35da2940ee34002c2d7e55ebd6c87c1 | SMERM/BN-Tedesco | karplus_filtrato.dsp | declare name "Karplus_filtrato";
declare version "1.1";
declare author "DT";
declare license "BSD";
//-----------------------------------------------------------
// Karplus-Strong synhtesis based on the GRAME example
//-----------------------------------------------------------
import("stdfaust.lib");
import(... | https://raw.githubusercontent.com/SMERM/BN-Tedesco/2a77e1707f7e64c512dd40d58d29c0db8092463d/COME-02/Lezioni_in_Compresenza/20200324/karplus_filtrato.dsp | faust | -----------------------------------------------------------
Karplus-Strong synhtesis based on the GRAME example
-----------------------------------------------------------
Eccitatore
--------
Risuonatore
----------------- | declare name "Karplus_filtrato";
declare version "1.1";
declare author "DT";
declare license "BSD";
import("stdfaust.lib");
import("music.lib");
upfront(x) = (x-x') > 0.0;
decay(n,x) = x - (x>0.0)/n;
release(n) = + ~ decay(n);
trigger(n) = upfront : release(n) : >(0.0);
size = hslider("excitation (samples)... |
ee4650202d4dd936474d88c44dc490b86c1d24a1a6b72a4972e5b961dcf904e2 | SMERM/BN-Tedesco | Karplus-Strong_Midi_Poly.dsp | declare name "Karplus-Strong_Midi_Poly";
declare version "1.0";
declare author "DT";
declare license "BSD";
declare options "[osc:on]"; //MIDI e OSC implementation
declare options "[midi:on][nvoices:6]";
//-----------------------------------------------------------
// Karplus-Strong synhtesis based on the GR... | https://raw.githubusercontent.com/SMERM/BN-Tedesco/2a77e1707f7e64c512dd40d58d29c0db8092463d/COME-02/Lezioni_in_Compresenza/20200407/Karplus-Strong_Midi_Poly.dsp | faust | MIDI e OSC implementation
-----------------------------------------------------------
Karplus-Strong synhtesis based on the GRAME example
-----------------------------------------------------------
Eccitatore
--------
Risuonatore
----------------- | declare name "Karplus-Strong_Midi_Poly";
declare version "1.0";
declare author "DT";
declare license "BSD";
declare options "[midi:on][nvoices:6]";
import("stdfaust.lib");
import("music.lib");
upfront(x) = (x-x') > 0.0;
decay(n,x) = x - (x>0.0)/n;
release(n) = + ~ decay(n);
trigger(n) = upfront : release(n) : ... |
b3b7dadd7baed5f597d9eb24211602ba06779446b844e0f033b7bc853c0d899e | grame-cncm/smartfaust | sfTrashRing.dsp | declare name "sfTrashRing";
declare version "0.4";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
//-------------------- MAIN -------------------------------
process = ringmod_drywet:*(gain):*(volume)*(out)
with... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfTrashRing/sfTrashRing.dsp | faust | -------------------- MAIN -------------------------------
-----------------------------------------------------------
///////////////////
RING MODULATOR /// | declare name "sfTrashRing";
declare version "0.4";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
process = ringmod_drywet:*(gain):*(volume)*(out)
with {
gain = hslider ("v:sfTrashRing parameter(s)/gain[acc:... |
fd9bfd7d87ba40fcc1219589fbc005a79400ef538d9f91a701b3447f5797c435 | grame-cncm/smartfaust | grain_pitch_shifter2_v0.2.dsp | declare name "sfPitchShifter";
declare version "1.02";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
//-------------------- MAIN -------------------------------
process = pitchshifter;
// from FAUST example and ada... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfGrain/grain_pitch_shifter2_v0.2.dsp | faust | -------------------- MAIN -------------------------------
from FAUST example and adapted by Christophe Lebreton
----------------------------
very simple real time pitch shifter
----------------------------
w = hslider("window [units (ms)]", 75, 10, 1000, 1)*SR*0.001;
x = hslider("xfade [units (ms)]", 10, 1, 500, 1)*S... | declare name "sfPitchShifter";
declare version "1.02";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
process = pitchshifter;
transpose (w, x, s, sig) =
de.fdelay1s(d,sig)*ma.fmin(d/x,1) + de.fdelay1s(d+w,sig)*(1-... |
947bfa33d4f8568eafb4c8c5e8db7184e9bffb76f016cbe44ea085c1521bc988 | friskgit/snares | disperse_filtered_sound.dsp | // -*- compile-command: "cd .. && make jack src=src/disperse_filtered_sound.dsp && cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
//---------------`takes a filtered sound and di... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/disperse_filtered_sound.dsp | faust | -*- compile-command: "cd .. && make jack src=src/disperse_filtered_sound.dsp && cd -"; -*-
---------------`takes a filtered sound and disperses it` --------------------------
Take the output of a filterbank and alter the routing of the channels. Takes the impulse as its first input
Parameter 'bands' is set at comp... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
bands = 8;
channels = 2;
t = 0;
trigger(x) = t;
process(x) = par(i, bands, ba.selectoutn(bands, i));
|
bca234c23ef32c7411bac1f03588369b89fdc5b55345d01836adf24fb2365562 | steveb/gula-plugins | pequed.dsp | declare name "Pequed";
declare author "GULA";
declare copyright "Steve Baker (2022)";
declare version "1.0.0";
declare license "GPLv3";
declare description "Midrange parametic EQ with high and low values interpolated based on the peak amplitude of the input";
import("stdfaust.lib");
import("gula.lib");
freq_hi = hsli... | https://raw.githubusercontent.com/steveb/gula-plugins/65b328f6d025171149d485c8aed83eaa377db60e/src/pequed.dsp | faust | declare name "Pequed";
declare author "GULA";
declare copyright "Steve Baker (2022)";
declare version "1.0.0";
declare license "GPLv3";
declare description "Midrange parametic EQ with high and low values interpolated based on the peak amplitude of the input";
import("stdfaust.lib");
import("gula.lib");
freq_hi = hsli... | |
729c552555fed07a4c517fb1098d8505b2158cc9581725e90919698793239abe | mzuther/Screamer | screamer.dsp | /* ----------------------------------------------------------------------------
Screamer
========
Mathematical distortion and signal mangling
Copyright (c) 2003-2020 Martin Zuther (http://www.mzuther.de/)
This program is free software: you can redistribute it and/or modify
it under the terms of the... | https://raw.githubusercontent.com/mzuther/Screamer/46ec0f5d49ecf9af455a791ee2b813c5e9de1a66/modules/screamer.dsp | faust | ----------------------------------------------------------------------------
Screamer
========
Mathematical distortion and signal mangling
Copyright (c) 2003-2020 Martin Zuther (http://www.mzuther.de/)
This program is free software: you can redistribute it and/or modify
it under the terms of the G... |
declare name "Screamer";
declare version "1.4.0";
declare copyright "(c) 2003-2020 Martin Zuther";
declare license "GPL v3 or later";
import("stdfaust.lib");
mz = component("mzuther.dsp");
mathematical_overdrive = component("mathematical_overdrive.dsp").overdrive;
clip_distortion = component("clip_dist... |
31922741e683997b4fd05f4357a067b92f63fa1930c64bcf59f89c691a95555d | evinism/audimon | sonify.dsp | declare name "volumecontrol";
declare version "1.0";
declare author "Franz Heinzmann";
declare license "BSD";
declare options "[osc:on]";
import("stdfaust.lib");
stereo(func) = _,_ : func(_),func(_) : _,_;
volumeM = *(vslider("volume", 0, -70, +4, 0.1) : ba.db2linear : si.smoo);
volume = ste... | https://raw.githubusercontent.com/evinism/audimon/ceb854fa619efb2140bc48ddf0320633583b3431/daemon/dsp/sonify.dsp | faust |
Process has several inputs:
1: CPU usage (0 to 1)
Status tone!
panning signal expected -1 to 1 inclusive | declare name "volumecontrol";
declare version "1.0";
declare author "Franz Heinzmann";
declare license "BSD";
declare options "[osc:on]";
import("stdfaust.lib");
stereo(func) = _,_ : func(_),func(_) : _,_;
volumeM = *(vslider("volume", 0, -70, +4, 0.1) : ba.db2linear : si.smoo);
volume = ste... |
4e35edb7f5ab0fecc7b880a2df43804910865985824f25ccb9b4e09f1061ce0f | sekisushai/ambitools | hoa_converter_acn_n3d_to_acn_sn3d.dsp | declare name "HOA Converter : ACN N3D to ACN SN3D";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2016";
import("stdfaust.lib");
import("gui.lib");
//Description : this tool converts HOA signals defined with a convention 1 to HOA signa... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_converter_acn_n3d_to_acn_sn3d.dsp | faust | Description : this tool converts HOA signals defined with a convention 1 to HOA signals defined with convention 2. Proposed conventions are ACN N3D, ACN SN3D, FuMa. For ACN to FuMa, the ordering change is as in [1]
[1] https://en.wikipedia.org/wiki/Ambisonic_data_exchange_formats
Input ACN: 0 1 2 3 4 5... | declare name "HOA Converter : ACN N3D to ACN SN3D";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2016";
import("stdfaust.lib");
import("gui.lib");
M = 10;
ins = (M+1)^2;
outs = ins;
process = si.bus(ins):hgro... |
e1c1ce178b89581c7acb08db876380bbe301ca8caeb2037e48ac2867fbff76ad | sekisushai/ambitools | hoa_converter_acn_sn3d_to_acn_n3d.dsp | declare name "HOA Converter : ACN SN3D to ACN N3D";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2016";
import("stdfaust.lib");
import("gui.lib");
//Description : this tool converts HOA signals defined with a convention 1 to HOA signa... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_converter_acn_sn3d_to_acn_n3d.dsp | faust | Description : this tool converts HOA signals defined with a convention 1 to HOA signals defined with convention 2. Proposed conventions are ACN N3D, ACN SN3D, FuMa. For ACN to FuMa, the ordering change is as in [1]
[1] https://en.wikipedia.org/wiki/Ambisonic_data_exchange_formats
Input ACN: 0 1 2 3 4 5... | declare name "HOA Converter : ACN SN3D to ACN N3D";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2016";
import("stdfaust.lib");
import("gui.lib");
M = 10;
ins = (M+1)^2;
outs = ins;
process = si.bus(ins):hgro... |
bd3835f592f43df89d28474b0bffa51d602471ff4def8f6f7c85ca67a09044a3 | sekisushai/ambitools | hoa_mic_encoder_lebedev06.dsp | declare name "MemsBedev HOA Encoder";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
// Description: This tool does the Discrete Spherical Fourier Transform (DSFT) [1] of signal from a rigid spherical microphone with 50-... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_mic_encoder_lebedev06.dsp | faust | Description: This tool does the Discrete Spherical Fourier Transform (DSFT) [1] of signal from a rigid spherical microphone with 50-node Lebedev grid geometry [1].
CAUTION: This tool does only the DSFT, to obtain the Ambisonics components you should filter the signals with corresponding radial filters [1].
Inputs: 2... | declare name "MemsBedev HOA Encoder";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
import("stdfaust.lib");
import("lebedev.lib");
import("ymn.lib");
import("gui.lib");
M = 1;
ins = 6;
outs = (M+1)^2;
vol = hslide... |
b9df948e8c81911521e3d4facf6fd5b1aee7f73af25328ef83afc3e1bf3a12f2 | sekisushai/ambitools | hoa_mic_encoder_lebedev26.dsp | declare name "MemsBedev HOA Encoder";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
// Description: This tool does the Discrete Spherical Fourier Transform (DSFT) [1] of signal from a rigid spherical microphone with 50-... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_mic_encoder_lebedev26.dsp | faust | Description: This tool does the Discrete Spherical Fourier Transform (DSFT) [1] of signal from a rigid spherical microphone with 50-node Lebedev grid geometry [1].
CAUTION: This tool does only the DSFT, to obtain the Ambisonics components you should filter the signals with corresponding radial filters [1].
Inputs: 2... | declare name "MemsBedev HOA Encoder";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
import("stdfaust.lib");
import("lebedev.lib");
import("ymn.lib");
import("gui.lib");
M = 3;
ins = 26;
outs = (M+1)^2;
vol = hslid... |
b14cb09a5817d0b02bacc164fbdd693f2e2cb0509cda5229a57b9a0e929e91fc | jpburstrom/bubblebass | pitchTracker4.dsp | declare name "GR Pitch Tracker 4";
declare description "4-channel GR-300 style pitch tracker";
declare author "Johannes Burström (johannes@ljud.org)";
declare copyright "Johannes Burström";
declare version "0.1";
declare licence "GPL";
import("stdfaust.lib");
freqA = hslider("ffreq1 [unit:hz]", 32.7, 5.0, 20000., 0.0... | https://raw.githubusercontent.com/jpburstrom/bubblebass/2e4fa3e49eceeed5a9dff2431d345acea6b29a8e/faust/pitchTracker4.dsp | faust |
rq = 1;
halfbw = 0.1 * freq * 0.5;
fl = freq - halfbw;
fu = freq + halfbw;
Rectify signal
Inverse triggers - zero when square is 1, -1
Make a saw from a stream of 1's plus reset 0 (integrate the 1's)
make saws from the two triggers above, add inverted triggers
Input: pair of saw waves, output: den... | declare name "GR Pitch Tracker 4";
declare description "4-channel GR-300 style pitch tracker";
declare author "Johannes Burström (johannes@ljud.org)";
declare copyright "Johannes Burström";
declare version "0.1";
declare licence "GPL";
import("stdfaust.lib");
freqA = hslider("ffreq1 [unit:hz]", 32.7, 5.0, 20000., 0.0... |
7781fb2ba21eb81f1b2f13eb7f653fba4f547858a085d40822acda60c7a62ec1 | darkoverlordofdata/amp-sim-faust | flanger.dsp | declare name "amp-sim";
declare version "0.1";
declare author "darkoverlordofdata";
declare description "Amplifier demo application.";
declare license "MIT";
declare copyright "(c)DarkOverlordOfData 2021";
import("stdfaust.lib");
import("../layout2.dsp");
flanger_mono(dmax,curdel,depth,fb,invert,lfoshape)
= _ <: ... | https://raw.githubusercontent.com/darkoverlordofdata/amp-sim-faust/df478c01ed3763795c11779faa47a4b9d0f6de37/src/guitar/flanger.dsp | faust | ideal for dc and reinforced sinusoids (in-phase summed signals)
Kill the groups to save vertical space:
~1 ms at 44.1 kHz = min delay | declare name "amp-sim";
declare version "0.1";
declare author "darkoverlordofdata";
declare description "Amplifier demo application.";
declare license "MIT";
declare copyright "(c)DarkOverlordOfData 2021";
import("stdfaust.lib");
import("../layout2.dsp");
flanger_mono(dmax,curdel,depth,fb,invert,lfoshape)
= _ <: ... |
862495897252fd3e57e9713b3d5633654f4042983ec65cbc155e022ee17940ef | s-e-a-m/faust-libraries | XY90pan_plot.dsp | declare name "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
import("stdfaust.lib");
import("../../seam.lib");
//radsweep = (os.lf_triangl... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/plots/dsp/XY90pan_plot.dsp | faust | radsweep = (os.lf_trianglepos(1)*90)-45 : deg2rad;
process = os.osc(700),radsweep : xy90 <: _,_,nsum,ndif; | declare name "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
import("stdfaust.lib");
import("../../seam.lib");
radsweep = (os.lf_trianglep... |
6e17dcc76e6a2dbef93117d04a4e5d496d0be89724f26b386625e1c854006b47 | s-e-a-m/faust-libraries | lrcpan.dsp | declare name "MICHAEL GERZON LRC PANNING";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MICHAEL GERZON LRC PANNING";
declare options "[midi:on]";
import("stdfaust.lib");
import("../../seam.lib");
pot = hslider("[01] LRCPOT... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/examples/vst/lrcpan.dsp | faust | y and z are dead channels to create VST routing consistency | declare name "MICHAEL GERZON LRC PANNING";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MICHAEL GERZON LRC PANNING";
declare options "[midi:on]";
import("stdfaust.lib");
import("../../seam.lib");
pot = hslider("[01] LRCPOT... |
53891b943aba4a985c5f6ece09a669492509afa9cf22ab88fda3bc7b90d0c5ad | s-e-a-m/faust-libraries | lrc-demo.dsp | declare name "MICHAEL GERZON LRC PANNING";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MICHAEL GERZON LCR PANNING";
declare options "[midi:on]";
import("stdfaust.lib");
import("../../seam.lib");
meters(x) = vgroup("[2] ME... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/examples/app/lrc-demo.dsp | faust | declare name "MICHAEL GERZON LRC PANNING";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MICHAEL GERZON LCR PANNING";
declare options "[midi:on]";
import("stdfaust.lib");
import("../../seam.lib");
meters(x) = vgroup("[2] ME... | |
cd4075a4e699638f49f30d3f64708843baee7d95a282c9af046e30101187180c | tomara-x/magi | butt.dsp | //trans rights
declare name "butt";
declare author "amy universe";
declare version "0.03";
declare license "WTFPL";
import("stdfaust.lib");
import("physmodels.lib");
//touch butt, hear cute noises
N = 20;
rnd = no.multinoise(N) : par(i,N,ba.sAndH(button("BUTT") : ba.impulsify));
butt(r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,... | https://raw.githubusercontent.com/tomara-x/magi/ae45f8295472c848c90a72cfeeb788c79b53b51e/effect/butt.dsp | faust | trans rights
touch butt, hear cute noises |
declare name "butt";
declare author "amy universe";
declare version "0.03";
declare license "WTFPL";
import("stdfaust.lib");
import("physmodels.lib");
N = 20;
rnd = no.multinoise(N) : par(i,N,ba.sAndH(button("BUTT") : ba.impulsify));
butt(r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,r13,r14,r15,r16,r17,r18,r19,r20,excita... |
b5a49c38a2ad0d0814b236e21df9c4190339cd88e2b5d1bbdc39bf9d09f1c277 | s-e-a-m/faust-libraries | mspanlr.dsp | declare name "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
import("stdfaust.lib");
//import("../../seam.lib");
deg2rad = *(ma.PI/180);
n... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/examples/vst/mspanlr.dsp | faust | import("../../seam.lib"); | declare name "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
import("stdfaust.lib");
deg2rad = *(ma.PI/180);
nsum = 0.5*(_+_);
ndif = 0.5*... |
4dc66bd8567f84b94f23a8c0291398b3499464c88102d12c8adc0d98c22a3c0c | s-e-a-m/faust-libraries | bfmt2m.dsp | declare name "MICHAEL GERZON MONO TO BFORMAT ENCODER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MICHAEL GERZON MONO TO BFORMAT ENCODER";
import("stdfaust.lib");
import("../../seam.lib");
bfmt2m(W,X,Y,Z) = m
with{
... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/examples/vst/bfmt2m.dsp | faust | declare name "MICHAEL GERZON MONO TO BFORMAT ENCODER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MICHAEL GERZON MONO TO BFORMAT ENCODER";
import("stdfaust.lib");
import("../../seam.lib");
bfmt2m(W,X,Y,Z) = m
with{
... | |
69a8a1deeb35bedd582bda07fbf8cb7ebd7643630e9753b77855c0c6c62430dc | jcelerier/guitarixlib | dcblocker.dsp | declare id "dcblocker";
declare name "dcblocker";
declare shortname "dcblocker";
declare category "Tone Control";
declare version "0.01";
declare author "brummer";
declare license "BSD";
declare copyright "(c)brummer 2020";
import("stdfaust.lib");
process = fi.dcblockerat(1.0);
| https://raw.githubusercontent.com/jcelerier/guitarixlib/9c2947507cd13b82554020e669a85244e867d584/guitarix/dcblocker.dsp | faust | declare id "dcblocker";
declare name "dcblocker";
declare shortname "dcblocker";
declare category "Tone Control";
declare version "0.01";
declare author "brummer";
declare license "BSD";
declare copyright "(c)brummer 2020";
import("stdfaust.lib");
process = fi.dcblockerat(1.0);
| |
581a2becf9c72ff3e0462858ebb563f59e8b19ccb8226ac248ce38a64dbb3d0e | friskgit/snares | snare.dsp | // -*- compile-command: "cd .. && make jack src=src/snare.dsp && cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
//---------------`Snare drum synth` --------------------------
//... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/extras/snare.dsp | faust | -*- compile-command: "cd .. && make jack src=src/snare.dsp && cd -"; -*-
---------------`Snare drum synth` --------------------------
A take at a snare drum synth
A single hit snare drum synth controllable with midi. Each hit is distribute over `channels` speakers.
It has its own trigger
Where:
* midi note 67-8... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
imp = button("gate");
snaregroup(x) = vgroup("snare", x);
env = en.ar(attack, rel, imp) * amp
with {
attack = snaregroup(hslider("attack... |
9d7cdf8cd910648c2a85275c7defc6c9b50d1a94b20debbbd31098b91fbe187f | SMERM/BN-Tedesco | distorsione.dsp | //cubicnl(drive,offset) = *(pregain) : +(offset) : clip(-1,1) : cubic
//with {
// pregain = pow(10.0,2*drive);
// clip(lo,hi) = min(hi) : max(lo);
// cubic(x) = x - x*x*x/3;
// postgain = max(1.0,1.0/pregain);
//};
//---------------------------`(dm.)cubicnl_demo`--------------------------
// Distortion dem... | https://raw.githubusercontent.com/SMERM/BN-Tedesco/2a77e1707f7e64c512dd40d58d29c0db8092463d/COME-02/Lezioni_in_Compresenza/20200505/distorsione.dsp | faust | cubicnl(drive,offset) = *(pregain) : +(offset) : clip(-1,1) : cubic
with {
pregain = pow(10.0,2*drive);
clip(lo,hi) = min(hi) : max(lo);
cubic(x) = x - x*x*x/3;
postgain = max(1.0,1.0/pregain);
};
---------------------------`(dm.)cubicnl_demo`--------------------------
Distortion demo application.
##... |
declare name "distortion";
declare version "0.0";
declare author "JOS, revised by RM";
declare description "Distortion demo application.";
import("stdfaust.lib");
process = dm.cubicnl_demo;
|
780e3a3106ebbf1dbc315ab255dc62fb64051d3d1e30d43de5bbc7390bdd62b0 | trummerschlunk/master_me | ebur128.dsp | // -*-Faust-*-
// ISC License
// Copyright (c) 2022 Jakob Dübel
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice and this permission notice appear in all copies.
// THE SOFTWARE IS PROVIDED "AS I... | https://raw.githubusercontent.com/trummerschlunk/master_me/2fdae59b72464af35477a0e99b2f85ea73686303/lib/ebur128.dsp | faust | -*-Faust-*-
ISC License
Copyright (c) 2022 Jakob Dübel
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR ... |
declare name "ITU-R BS.1770-4 prefilter";
declare version "1.0";
declare author "Jakob Dübel";
declare license "ISC";
import("stdfaust.lib");
freq2k(f_c) = tan((ma.PI * f_c)/ma.SR);
stage1 = fi.tf22t(b0,b1,b2,a1,a2)
with {
K = freq2k(f_c);
V_0 = pow(10, (gain/20.0));
denominator = 1.0 + sqrt(2.0)*K + K^... |
e16813af257313d142d8c1cf66e12b47bbe23def4733a34f7b886f9cb6251ae7 | s-e-a-m/faust-libraries | lrcpan_plot.dsp | declare name "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
import("stdfaust.lib");
import("../../seam.lib");
pisweep = (os.lf_trianglepo... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/plots/dsp/lrcpan_plot.dsp | faust | vslider("[01] Azimuth [style:knob]", 0, -180, 180, 0.1) : deg2rad : si.smoo; | declare name "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
import("stdfaust.lib");
import("../../seam.lib");
pisweep = (os.lf_trianglepo... |
9d213e42b33397a9eb552acf589954aaf440a503807d1c5b90f536037540c5d9 | sadko4u/tamgamp.lv2 | pre_6c16.dsp | /*
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/gxsim/pre_6c16.dsp | faust |
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it... |
declare name "6C16";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
tubeax(pregain) =
stage1 :
stage2
with {
stage1 =
tubestage(TB_6C16_68k,86.0,2700.0,2.921806) :
*(pregain):
fi.lowpass(1,6531.0) :
tubestage(TB_... |
d221c1fd69a7fe272fd8f0093e7e4a94fc251d42a7eddb91a75127d6c088d466 | sadko4u/tamgamp.lv2 | pre_12at7.dsp | /*
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/gxsim/pre_12at7.dsp | faust |
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it... |
declare name "12AT7";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
tubeax(pregain) =
stage1 :
stage2
with {
stage1 =
tubestage(TB_12AT7_68k,86.0,2700.0,2.617753) :
*(pregain) :
fi.lowpass(1,6531.0) :
tubestage(... |
90c4901915c34ee3fc160b692491cb6af44ac7b557e114359ed89bd1734ec25f | sadko4u/tamgamp.lv2 | pre_12ax7.dsp | /*
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/gxsim/pre_12ax7.dsp | faust |
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it... |
declare name "12ax7";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
tubeax(pregain) =
stage1 :
stage2
with {
stage1 =
tubestage(TB_12AX7_68k, 86.0, 2700.0, 1.581656) :
*(pregain):
fi.lowpass(1, 6531.0) :
tubest... |
e6dc11b4c61d2fbbf90876fd7f89bcfb0ce69510fbf505250cebede8d5f668aa | sadko4u/tamgamp.lv2 | pre_12au7.dsp | /*
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/gxsim/pre_12au7.dsp | faust |
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it... |
declare name "12AU7";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
tubeax(pregain) =
stage1 :
stage2
with {
stage1 =
tubestage(TB_12AU7_68k,86.0,2700.0,3.718962) :
*(pregain * 2.0):
fi.lowpass(1,6531.0) :
tubes... |
7d2809bf1d8171a92367c750c11c16daef592705b52477804a0f6fad11e56b87 | tomara-x/magi | tiny-amaranth.dsp | //trans rights
declare name "tiny amaranth";
declare author "amy universe";
declare version "0.00";
declare license "WTFPL";
import("stdfaust.lib");
N = 16; //number of steps
semi(ta,mx,my,mz) = t(ta) +x(ta)*mx +y(ta)*my +z(ta)*mz
with {
t(n) = par(j,N, nentry("h:[0]seq/v:[5]t val/[%2j] t %2j",0,-24,24,0.1)) : ... | https://raw.githubusercontent.com/tomara-x/magi/5105966cd806edb2613eabcd0525fcc80ebbd6c7/practice/tiny-amaranth.dsp | faust | trans rights
number of steps |
declare name "tiny amaranth";
declare author "amy universe";
declare version "0.00";
declare license "WTFPL";
import("stdfaust.lib");
semi(ta,mx,my,mz) = t(ta) +x(ta)*mx +y(ta)*my +z(ta)*mz
with {
t(n) = par(j,N, nentry("h:[0]seq/v:[5]t val/[%2j] t %2j",0,-24,24,0.1)) : ba.selectn(N,n);
x(n) = par(j,N, nent... |
2016c2122cfbb10bc160e9e34e35cda523745cb358ad02e8aa119fa395f0a054 | JoaoSvidzinski/lorenz-dream | jgrain3.dsp | declare name "Jgrain 7";
declare version "1.0";
import("stdfaust.lib");
//--------------------------------------------------------------------------------------//
//GENERAL MATRIX//
//--------------------------------------------------------------------------------------//
//matrix of N x M toggles//
toggle(c, in) = ... | https://raw.githubusercontent.com/JoaoSvidzinski/lorenz-dream/9d6014145d8101e92c34418f81c9be210650cf05/Patch_concert_2019/Dep/Jgrain/jgrain3.dsp | faust | --------------------------------------------------------------------------------------//
GENERAL MATRIX//
--------------------------------------------------------------------------------------//
matrix of N x M toggles//
--------------------------------------------------------------------------------------//
sinuso = s... | declare name "Jgrain 7";
declare version "1.0";
import("stdfaust.lib");
toggle(c, in) = checkbox("h:Lines/h:Reinjection_Matrix/v:Grain%2c-->/r%3in");
Mixer(N,out) = par(in, N, *(toggle(in, in+out*N)) ) :> _ ;
Matrix(N,M) = par(in, N, _) <: par(out, M, Mixer(N, out));
sinuso = os.sinwaveform(tablesize) <: *;
mili... |
5aa0bd23478cc8e262d723355a59358892b47a8fa060ab1f0a14afd599ffbfd4 | mengqimusic/Wingie1 | Wingie.dsp | declare name "Wingie";
declare version "1.8";
declare author "Meng Qi";
declare license "GPL";
declare copyright "(c)Meng Qi 2020";
declare date "2020-09-30";
declare editDate "2021-03-13";
//-----------------------------------------------
// Wingie
//-----------------------------------------... | https://raw.githubusercontent.com/mengqimusic/Wingie1/1f8e1a223a3d61804173196c5fae8764ff4b0996/Wingie.dsp | faust | -----------------------------------------------
Wingie
-----------------------------------------------
hp_cutoff = hslider("hp_cutoff", 85, 35, 500, 0.1);
odd_ratios(freq, n) = freq * (2 * n + 1);
cymbal_808(n) = 130.812792, 193.957204, 235.501256, 333.053319, 344.076511, 392.438376, 509.742979, 581.871611, 706.503769... | declare name "Wingie";
declare version "1.8";
declare author "Meng Qi";
declare license "GPL";
declare copyright "(c)Meng Qi 2020";
declare date "2020-09-30";
declare editDate "2021-03-13";
import("stdfaust.lib");
nHarmonics = 9;
decay = hslider("decay", 5, 0.1, 10, 0.01) : si.smoo;
input_... |
b2329ba9917716d039ea5a04ba4d5cae26c7124112d480281d2506f5410d4513 | sadko4u/tamgamp.lv2 | pre_6dj8.dsp | /*
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/gxsim/pre_6dj8.dsp | faust |
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it... |
declare name "6DJ8";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
tubeax(pregain) =
stage1 :
stage2
with {
stage1 =
tubestage130_20(TB_6DJ8_68k,86.0,2700.0,1.863946) :
*(pregain) :
fi.lowpass(1,6531.0) :
tubesta... |
96cb69cfac0a6990d2c969b137835229bbed0fab47b98b7550cc3fba82bd1865 | rmichon/multiKeyboard | frog.dsp | //################################### frog.dsp #####################################
// A simple smart phone abstract instrument than can be controlled using the touch
// screen and the accelerometers of the device.
//
// ## `SmartKeyboard` Use Strategy
//
// The idea here is to use the `SmartKeyboard` interface as an ... | https://raw.githubusercontent.com/rmichon/multiKeyboard/7d04f591fac974a91e4b322c3cb757b8cbb50443/faust/examples/frog.dsp | faust | ################################### frog.dsp #####################################
A simple smart phone abstract instrument than can be controlled using the touch
screen and the accelerometers of the device.
## `SmartKeyboard` Use Strategy
The idea here is to use the `SmartKeyboard` interface as an X/Y control pa... |
declare name "frog";
import("stdfaust.lib");
declare interface "SmartKeyboard{
'Number of Keyboards':'1',
'Keyboard 0 - Number of Keys':'1',
'keyb0_keybMode':'0',
'Keyboard 0 - Piano Keyboard':'0',
'Keyboard 0 - Static Mode':'1'
}";
x = hslider("x",0,0,1,0.01);
y = hslider("y",0,0,1,0.01);
gate = button("gat... |
23f048446cd5556652408fd727c4cae091584d629b3b626130874f46720f9c39 | darkoverlordofdata/amp-sim-faust | freeverb.dsp | import("stdfaust.lib");
import("layout2.dsp");
declare name "freeverb";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c) GRAME 2006 and MoForte Inc. 2017";
declare reference "https://ccrma.stanford.edu/~jos/pasp/Freeverb.html";
//====================... | https://raw.githubusercontent.com/darkoverlordofdata/amp-sim-faust/91696611bc64e94c5767a43aaa0478f260ca43a3/src/freeverb.dsp | faust | ======================================================
Freeverb
Faster version using fixed delays (20% gain)
======================================================
Constant Parameters
--------------------
value of the gain of fxctrl
feedback of the delays used in allpass filters
Filter... | import("stdfaust.lib");
import("layout2.dsp");
declare name "freeverb";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c) GRAME 2006 and MoForte Inc. 2017";
declare reference "https://ccrma.stanford.edu/~jos/pasp/Freeverb.html";
scalewet = 3.0;
s... |
5969464e234a0a35aebad9750e2251d7b3a6c93a2cb70168a3933d99e87a6c1a | friskgit/kmh_ls | KMHLS_channel_map_lin.dsp | declare name "KMHLS ChannelMap - 16+29+4";
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
//---------------`Channel mapping plugin` --------------------------
//
// Channel mapping plugin that takes 52 inputs, although only the 49 first channe... | https://raw.githubusercontent.com/friskgit/kmh_ls/3273d90bee62a0200a96166b6f690705a3e82fcc/KMHLS_utility/doc/KMHLS_channel_map_lin-mdoc/src/KMHLS_channel_map_lin.dsp | faust | ---------------`Channel mapping plugin` --------------------------
Channel mapping plugin that takes 52 inputs, although only the 49 first channels are routed.
These are routed to the Crescendo mixer channel layout.
This version expects the floor ring in the beginning of the input.
Insert this plugin on the mas... | declare name "KMHLS ChannelMap - 16+29+4";
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
domevol = hslider("Volume dome", 1., 0., 1., 0.001) : si.smoo;
floorvol = hslider("Volume floor", 1., 0., 1., 0.001) : si.smoo;... |
233ef4449e45a560d2e19e07198414d70fc95efd90987bc24259d14ebfbe4a86 | sadko4u/tamgamp.lv2 | pre_12ax7_master_6v6.dsp | /*
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/gxsim/pre_12ax7_master_6v6.dsp | faust |
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it... |
declare name "pre 12ax7/ master 6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
process =
stage1 :
component("amp_dist.dsp").dist(gain) :
stage2 :
*(postgain)
with {
gain = ampctrl.gain : si.smooth(0.999);
master = ampctrl.master : ... |
7eab17cb0ab8baba445b73d4b39afda6dd06389ca6c748041d2ab081f1833493 | sadko4u/tamgamp.lv2 | pre_12au7_master6v6.dsp | /*
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/gxsim/pre_12au7_master6v6.dsp | faust |
* Simulation of Guitarix preamplifier chain
*
* Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
* Copyright (C) 2011 Pete Shorthose <http://guitarix.org/>
* This file is part of tamgamp.lv2 <https://github.com/sadko4u/tamgamp.lv2>.
*
* This program is free software; you can redistribute it... |
declare name "pre 12AU7/ master 6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
process =
stage1 :
component("amp_dist.dsp").dist(gain) :
stage2 :
*(postgain)
with {
gain = ampctrl.gain : si.smooth(0.999);
master = ampctrl.master... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.