_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 |
|---|---|---|---|---|---|---|---|
bad0dda74a40d2eeb283d3baf328e3f0b63b67e200f9e8f70039e284078eed3d | grame-cncm/smartfaust | sfCapture.dsp | declare name "Capture";
declare version "1.4";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
//-------------------- MAIN -------------------------------
process =_,(fade_lin):*:wr_index:idelay_drywet:*(volume)
... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfCapture/sfCapture.dsp | faust | -------------------- MAIN -------------------------------
--------------------- INTERFACE ---------------------------
-----------------------------------------------------------
max size of buffer to be record
COUNTER LOOP //////////////////////////////////////////
sah is like latch but reverse input for a expressio... | declare name "Capture";
declare version "1.4";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
process =_,(fade_lin):*:wr_index:idelay_drywet:*(volume)
with {
volume = hslider("v:sfCapture parameter(s)/volu... |
0201792d268af8cd484ccc407bb423ad0384717100a1a84c2db010f27a59dddb | sadko4u/tamgamp.lv2 | pre_6dj8_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_6dj8_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 6DJ8/ master 6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
a = 0.75;
r(x) = x-sym_clip(a*0.88);
soft_clip(x) = x:sym_clip(a*0.75) <:+(r(x)*0.333);
hard_clip = sym_clip(0.88);
process =
stage1 :
component("amp_dist.dsp").dist(gain) :
stage2 :
... |
2b78a7753fc131554a35e7d111ddaa5c9cea5a258681858ee11788b22698d79c | sadko4u/tamgamp.lv2 | pre_12ax7_pp_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_pp_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/ push-pull 6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
peak1 = fi.allpassn(4,(-0.2, 0.3, 0.4, 0.5));
process =
stage1 :
component("amp_dist.dsp").dist2(gain) :
stage2 :
*(postgain)
with {
gain = ampctrl.gain : si.... |
ffb7953ad9a707130f8c8d3f0d86ff98a71e4589fc03b9f2af108b038e439036 | sadko4u/tamgamp.lv2 | 12at7_feed.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/12at7_feed.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 feedback";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
val(x) =
valve.vt(dist, q(x), x)
with {
dist = 40.1;
q(x) = lp1tm1(x) * 1 - lp2tm1(x) * 1.02 - 1.0 : clip(-1,-0.01);
lp(a) = *(1 - a) : + ~ *(a);
lp1tm1 = abs <: lp... |
c07046230c50123b784ace467ae1ae0db9c58fe42f346482aeb7480471cc7c2c | sadko4u/tamgamp.lv2 | 6dj8_feed.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/6dj8_feed.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 feedback";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
val(x) = valve.vt(dist, q(x), x)
with
{
dist = 40.1;
q(x) = lp1tm1(x) * 1 - lp2tm1(x) * 1.02 - 1.0 : clip(-1,-0.01);
lp(a) = *(1 - a) : + ~ *(a);
lp1tm1 = abs <: lp(0.9999), _ : max;
avgs ... |
d71d2c8e875b8ddacc2edea390fc5fabb826d872f5845ada29773cd0a054aca4 | sadko4u/tamgamp.lv2 | pre_12at7_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_12at7_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 12AT7/ master 6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
a = 0.75;
r(x) = x-sym_clip(a*0.88);
soft_clip(x) = x:sym_clip(a*0.75) <:+(r(x)*0.333);
hard_clip = sym_clip(0.88);
process =
stage1 :
component("amp_dist.dsp").dist(gain) :
stage2 :
*... |
9a2efc8c03882024547e804f8171b5d4072cbcf50d736299e92a351102203ce2 | sadko4u/tamgamp.lv2 | pre_12at7_pp_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_12at7_pp_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 12AT7/ push pull 6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
peak1 = fi.allpassn(4,(-0.2, 0.3, 0.4, 0.5));
process =
stage1 :
component("amp_dist.dsp").dist2(gain) :
stage2 :
*(postgain)
with {
gain = ampctrl.gain : s... |
38f1523e5707e3d0c3523ea769630108929c578b657713056437d2a5909ac936 | sadko4u/tamgamp.lv2 | 12au7_feed.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/12au7_feed.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 feedback";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
val(x) =
valve.vt(dist, q(x), x)
with {
dist = 40.1;
q(x) = lp1tm1(x) * 1 - lp2tm1(x) * 1.02 - 1.0 : clip(-1,-0.01);
lp(a) = *(1 - a) : + ~ *(a);
lp1tm1 = abs <: lp(0.... |
957a22fcef8d7254cf92dbd82cc00dc8b0f677382bcc58f9d2da915d4d43f40e | sadko4u/tamgamp.lv2 | 12ax7_feed.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/12ax7_feed.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 feedback";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
val(x) =
valve.vt(dist, q(x), x)
with {
dist = 40.1;
q(x) = lp1tm1(x) * 1 - lp2tm1(x) * 1.02 - 1.0 : clip(-1,-0.01);
lp(a) = *(1 - a) : + ~ *(a);
lp1tm1 = abs <: lp(0.9... |
4c43d1279bc7f47c826379f370ba19a98b36298f1ebd8b7a50e09f59c051bde2 | sadko4u/tamgamp.lv2 | pre_6dj8_pp_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_6dj8_pp_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 6DJ8/ push-pull 6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
peak1 = fi.allpassn(4,(-0.2, 0.3, 0.4, 0.5));
process =
stage1 :
component("amp_dist.dsp").dist2(gain) :
stage2 :
*(postgain)
with {
gain = ampctrl.gain : si.smo... |
56776cbcb7b0e2ccb01b2f7a2e86b05e37d76fc8c9d0ab13cd732ee3ad824222 | sadko4u/tamgamp.lv2 | pre_12au7_pp_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_12au7_pp_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 12AU7/ push-pull 6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
peak1 = fi.allpassn(4,(-0.2, 0.3, 0.4, 0.5));
process =
stage1 :
component("amp_dist.dsp").dist2(gain) :
stage2 :
*(postgain)
with {
gain = ampctrl.gain : s... |
7ad7d7d7095e6b1fec193e9aa3f182037d5b3174c3126502998270d50ad7aadc | levinericzimmermann/cdd | sfformantModelBP.dsp | declare name "sfformantModel";
declare version "1.0";
declare author "Levin Eric Zimmermann";
declare options "[midi:on][nvoices:12]";
import("stdfaust.lib");
gate = button("gate");
baseFreq = hslider("freq",200,20,20000,0.01);
bend = ba.semi2ratio(hslider("bend[midi:pitchwheel]",0,-2,2,0.0001)) : s... | https://raw.githubusercontent.com/levinericzimmermann/cdd/93ba9234a6a30f6eb478a974ca9f2b688497d61b/etc/faust/sfformantModelBP.dsp | faust | formant_synthesis = pm.SFFormantModelBP(voice_type, vowel, extype, freq, gain);
formant_synthesis = pm.SFFormantModelFofCycle(voice_type, vowel, freq, gain);
formant_filter = pm.formantFilterFofCycle;
formant_filterbank = pm.formantFilterbank(voice_type, vowel, formant_filter, freq); | declare name "sfformantModel";
declare version "1.0";
declare author "Levin Eric Zimmermann";
declare options "[midi:on][nvoices:12]";
import("stdfaust.lib");
gate = button("gate");
baseFreq = hslider("freq",200,20,20000,0.01);
bend = ba.semi2ratio(hslider("bend[midi:pitchwheel]",0,-2,2,0.0001)) : s... |
cf4bc9a81735affda2bb21386e4b479bfe5e78995e18e6901d20c8e11fdaaa22 | rmichon/multiKeyboard | fm.dsp | //###################################### fm.dsp ##########################################
// A simple smart phone percussion abstract sound toy based on an FM synth.
//
// ## `SmartKeyboard` Use Strategy
//
// The idea here is to use the `SmartKeyboard` interface as an X/Y control pad by just
// creating one keyboard ... | https://raw.githubusercontent.com/rmichon/multiKeyboard/7d04f591fac974a91e4b322c3cb757b8cbb50443/faust/examples/fm.dsp | faust | ###################################### fm.dsp ##########################################
A simple smart phone percussion abstract sound toy based on an FM synth.
## `SmartKeyboard` Use Strategy
The idea here is to use the `SmartKeyboard` interface as an X/Y control pad by just
creating one keyboard with on key an... |
declare name "fm";
import("stdfaust.lib");
declare interface "SmartKeyboard{
'Number of Keyboards':'1',
'Keyboard 0 - Number of Keys':'1',
'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("gate") ;
modFreqRatio = hsli... |
1b9e6f305450dd03cf67c063cdd0747147df33a20a0d66fb3728742d17f94ca7 | s-e-a-m/fc1969lais | 1969lais_WXYZ.dsp | declare name "ALVIN LUCIER - I am SITTING IN A ROOM (1969) - AMBISONIC VERSION";
declare version "010";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "Alvin Lucier, I am sitting in a room - live electronic ambisonic model";
declare options "[midi:on... | https://raw.githubusercontent.com/s-e-a-m/fc1969lais/27bd20a1b8d0657d3d3f3c68459a791e083595f3/sources/1969lais_WXYZ.dsp | faust | Clear
Compute the delay time during Incipit | declare name "ALVIN LUCIER - I am SITTING IN A ROOM (1969) - AMBISONIC VERSION";
declare version "010";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "Alvin Lucier, I am sitting in a room - live electronic ambisonic model";
declare options "[midi:on... |
c47a124622c3d52e611a701d9450b602741a048321a706b2b59e993c07d720db | sekisushai/ambitools | hoa_panning_lebedev06.dsp | declare name "NFC-HOA with 06 nodes Lebedev grid up to order 1";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
// Description: This tool computes the driving signal of loudspeakers arranged on a 26-node Lebedev grid wit... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_panning_lebedev06.dsp | faust | Description: This tool computes the driving signal of loudspeakers arranged on a 26-node Lebedev grid with equivalent panning law for an HOA scene with N sources [1]. Source types are plane or spherical waves.
References:
[1] Lecomte, P., & Gauthier, P.-A. (2015). Real-Time 3D Ambisonics using Faust, Processing, Pur... | declare name "NFC-HOA with 06 nodes Lebedev grid up to order 1";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
import("stdfaust.lib");
import("nfc.lib");
import("ymn.lib");
import("lebedev.lib");
import("gui.lib");
... |
31cabc954bd3338c539fc17b9f445f4b9722244ee844bf1d7c1ce39ec86599c0 | sekisushai/ambitools | hoa_decoder_lebedev26.dsp | declare name "HOA Decoder up to order 3 for 26 nodes Lebedev grid";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
// Description: Basic decoder (mode-matching) for Lebedev grid with 26 nodes, working up to order 3 [1]. ... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_decoder_lebedev26.dsp | faust | Description: Basic decoder (mode-matching) for Lebedev grid with 26 nodes, working up to order 3 [1].
Possibility to choose with or without near-field compensation [2].
References:
[1] Lecomte, P., Gauthier, P.-A., Langrenne, C., Garcia, A., & Berry, A. (2015). On the use of a Lebedev grid for Ambisonics. In Audio... | declare name "HOA Decoder up to order 3 for 26 nodes Lebedev grid";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
import("stdfaust.lib");
import("ymn.lib");
import("nfc.lib");
import("lebedev.lib");
import("gui.lib")... |
6bdf1078e5e90886ccc3c3d0b8887ca94d65f7756983ef0f8e60d9d5c259aa4e | sekisushai/ambitools | hoa_decoder_lebedev50.dsp | declare name "HOA Decoder up to order 5 for 50 nodes Lebedev grid";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
// Description: Basic decoder (mode-matching) for Lebedev grid with 50 nodes, working up to order 5 [1]. ... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_decoder_lebedev50.dsp | faust | Description: Basic decoder (mode-matching) for Lebedev grid with 50 nodes, working up to order 5 [1].
Possibility to choose with or without near-field compensation [2].
References:
[1] Lecomte, P., Gauthier, P.-A., Langrenne, C., Garcia, A., & Berry, A. (2015). On the use of a Lebedev grid for Ambisonics. In Audio... | declare name "HOA Decoder up to order 5 for 50 nodes Lebedev grid";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
import("stdfaust.lib");
import("ymn.lib");
import("nfc.lib");
import("lebedev.lib");
import("gui.lib")... |
73fcaa5bdf5b28b36974070f4f7d08bf8c48c9a5a04bf72ecf419f9f7c440e78 | sekisushai/ambitools | hoa_decoder_lebedev06.dsp | declare name "HOA Decoder up to order 1 for 6 nodes Lebedev grid";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
// Description: Basic decoder (mode-matching) for Lebedev grid with 26 nodes, working up to order 3 [1].
... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_decoder_lebedev06.dsp | faust | Description: Basic decoder (mode-matching) for Lebedev grid with 26 nodes, working up to order 3 [1].
Possibility to choose with or without near-field compensation [2].
References:
[1] Lecomte, P., Gauthier, P.-A., Langrenne, C., Garcia, A., & Berry, A. (2015). On the use of a Lebedev grid for Ambisonics. In Audio... | declare name "HOA Decoder up to order 1 for 6 nodes Lebedev grid";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
import("stdfaust.lib");
import("ymn.lib");
import("nfc.lib");
import("lebedev.lib");
import("gui.lib");... |
46f24359d789e25546ba1bb4807f52da16ac32abaed5b3c63503e633cf44cb3e | olegkapitonov/KPP-VST3 | kpp_distruction.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_distruction/include/kpp_distruction.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_distruction";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.2";
import("stdfaust.lib");
process = output with {
bypass = checkbox("99_bypass");
drive = vslider("drive",63,0,100,0.01);
volume = vslider("volume",0.5,0,1,0.001);
voice = vslider("voice"... |
0608028ccf23fa1953c2b13e9d93f573699b1be5b3a5543a949c53efc22b7c32 | Msc-program/Jacklink | compressor2dsp.dsp | declare name "compressor2"; // more modern feedback-compressor with release-to-threshold
declare version "0.0";
declare author "Julius Smith";
declare license "MIT Style STK-4.2"; // but using GPLv3
declare description "adapted from ./compressordsp.dsp adding use of co.FBFFcompressor_N_chan";
declare documentation "htt... | https://raw.githubusercontent.com/Msc-program/Jacklink/70b8634173e66d89884bb77b70b7b3ed01f71f79/faust-src/tests/compressor2dsp.dsp | faust | more modern feedback-compressor with release-to-threshold
but using GPLv3
#### Usage
```
_ : compressor2_mono_demo : _;
```
------------------------------------------------------------
en.wikipedia.org/wiki/Dynamic_range_compression]", x);
API: co.FBFFcompressor_N_chan(strength,thresh,att,rel,knee,prePost,link,... | declare version "0.0";
declare author "Julius Smith";
declare description "adapted from ./compressordsp.dsp adding use of co.FBFFcompressor_N_chan";
declare documentation "https://faustlibraries.grame.fr/libs/compressors/#cofffbcompressor_n_chan";
import("stdfaust.lib");
compressor2_demo = ba.bypass1(cbp,compressor2_... |
68b094f3f1f2764d8f8222858c4cd706a0ba7d1f3dda28dd0a37c8b55b32e36f | reverbrick/contour | FMSynth.dsp | //###################################### fm.dsp ##########################################
// A simple smart phone percussion abstract sound toy based on an FM synth.
//
// ## `SmartKeyboard` Use Strategy
//
// The idea here is to use the `SmartKeyboard` interface as an X/Y control pad by just
// creating one keyboard ... | https://raw.githubusercontent.com/reverbrick/contour/7f7926311cbe0bbcefe16a7641ad70bf6f10c945/FAUST/FMSynth.dsp | faust | ###################################### fm.dsp ##########################################
A simple smart phone percussion abstract sound toy based on an FM synth.
## `SmartKeyboard` Use Strategy
The idea here is to use the `SmartKeyboard` interface as an X/Y control pad by just
creating one keyboard with on key an... |
declare name "fm";
import("stdfaust.lib");
declare interface "SmartKeyboard{
'Number of Keyboards':'1',
'Keyboard 0 - Number of Keys':'1',
'Keyboard 0 - Piano Keyboard':'0',
'Keyboard 0 - Static Mode':'1',
'Keyboard 0 - Send X':'1',
'Keyboard 0 - Send Y':'1'
}";
x = hslider("x",0,0,1,0.01);
y = hslider("y",... |
b002e30e1e2c8e667448a0ab79008f3fa67d440494673ec6df3aa763eb99280b | scottericpetersen/OMI-Faust-Workshop | pulsee.dsp | declare name " Pulsee ";
declare author " Scott E. Petersen " ;
declare copyright " (c) SEP 2023 ";
declare version " 0.02 ";
declare license " BSD ";
/* -- 1. LIBRARIES ------------------------------------------------------------------- */
// -- Import the standard library so we can use preexisting objects
import("... | https://raw.githubusercontent.com/scottericpetersen/OMI-Faust-Workshop/28d952b574cd8f08c82416b6fdbfbc8fa9f9de74/examples/omi/pulsee.dsp | faust | -- 1. LIBRARIES -------------------------------------------------------------------
-- Import the standard library so we can use preexisting objects
-- 2. CONSTANTS AND QUANTITIES ----------------------------------------------------
maximum value for wet/dry mix knob
maximym delay amount in samples for the comb ... | declare name " Pulsee ";
declare author " Scott E. Petersen " ;
declare copyright " (c) SEP 2023 ";
declare version " 0.02 ";
declare license " BSD ";
import("stdfaust.lib");
mix = verbGroup(hslider("wet amnt[style:knob]",0.01,0.0,d_max,0.001)) : si.smoo;
oscGroup(x) = pulseeGUI(hgroup("[A]Oscillator",x));
fi... |
7f7040cfb00f75805bad3781bbf043a9b982e1f472148413c209c7a4a892e7d4 | amstramgrame/amstramgrame | exfaust7.dsp |
declare name "Sun";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
/*
Shiny as the sun, modulated sawtooth with a big echo
*/
import("stdfaust.lib");
mpulse(smps_dur, trig) = pulsation
with {... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/docs/gramophone/programs/exfaust7/exfaust7.dsp | faust |
Shiny as the sun, modulated sawtooth with a big echo
Controls
DSP |
declare name "Sun";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
mpulse(smps_dur, trig) = pulsation
with {
count = ba.countdown( smps_dur, trig);
pulsation = 0, ... |
da46dcb8bb53d50d26f0ef24c2d771829f41ae2c01136655d48549607afbf41a | amstramgrame/amstramgrame | exfaust5.dsp |
declare name "Strange Echo";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
/*
Kick based echo generator
*/
import("stdfaust.lib");
on_click(x) = (x > x');
MAX_DLY = 3000;
MIN_DLY = 1000;
//... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/docs/gramophone/programs/exfaust5/exfaust5.dsp | faust |
Kick based echo generator
Controls |
declare name "Strange Echo";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
on_click(x) = (x > x');
MAX_DLY = 3000;
MIN_DLY = 1000;
trig = button("trig[switch:1]");
dly_m... |
ffb68e55a1fe71265c07b023f4efdd66525ea7911d1a37e850423817dd9d3da9 | s-e-a-m/fc1991lmml | 1991mobile.dsp | declare name "Michelangelo Lupone. Mobile Locale - 1991";
declare version "020";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "Michelangelo Lupone, Mobile Locale - FLY30 Porting";
declare options "[midi:on]";
import("stdfaust.lib");
import("../fau... | https://raw.githubusercontent.com/s-e-a-m/fc1991lmml/7b4c8c5a21085c35ed477c1c9ac18a37c1d1f39a/src/1991mobile.dsp | faust | ----------------------------------------------------------------------- GROUPS
-------------------------------------------------- UNIPOLAR POITIVE OSCILLATOR
freq = posctrl(vslider("[01] QF FRQ [style:knob] [midi:ctrl 1]", 0.1,0.1,320,0.01)) : si.smoo;
process = poscil;
-------------------------------------------------... | declare name "Michelangelo Lupone. Mobile Locale - 1991";
declare version "020";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "Michelangelo Lupone, Mobile Locale - FLY30 Porting";
declare options "[midi:on]";
import("stdfaust.lib");
import("../fau... |
b8215f7f8653549859c218309b0837d4a62ef75f08f556730cd410d37e341df3 | Kutalia/react-webaudio-5150 | kpp_distruction.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/Kutalia/react-webaudio-5150/7c29cb18668a02911897c4ec001d369bbe8db10e/public/kpp_distruction.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_distruction";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.2";
import("stdfaust.lib");
process = output with {
bypass = checkbox("99_bypass");
drive = vslider("drive",63,0,100,0.01);
volume = vslider("volume",0.5,0,2,0.001);
voice = vslider("voice"... |
e5c34654f02be6f069ea490d662d66b2751260bf3fb72112b19aabb127304c3d | amstramgrame/amstramgrame | exfaust8.dsp |
declare name "Uranus";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
/*
Gravitational additive synthesis.
*/
import("stdfaust.lib");
// Controls
btn = button("trig[switch:1]");
freq = hslid... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/web/mkdocs/docs/gramophone/programs/exfaust8/exfaust8.dsp | faust |
Gravitational additive synthesis.
Controls
DSP |
declare name "Uranus";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
btn = button("trig[switch:1]");
freq = hslider("freq[knob:2]", 80, 50, 150, 1);
speed_mult = hslider... |
e4d8a89b430014b30d4d18c933f50cbeaba2bbde1ae5e6b2ddd36cd7eaac25ce | rmichon/multiKeyboard | harp.dsp | //######################################## harp.dsp ######################################
// A simple smart phone based harp (if we dare to call it like that).
//
// ## `SmartKeyboard` Use Strategy
//
// Since the sounds generated by this synth are very short, the strategy here is to take
// advantage of the polyphon... | https://raw.githubusercontent.com/rmichon/multiKeyboard/7d04f591fac974a91e4b322c3cb757b8cbb50443/faust/examples/harp.dsp | faust | ######################################## harp.dsp ######################################
A simple smart phone based harp (if we dare to call it like that).
## `SmartKeyboard` Use Strategy
Since the sounds generated by this synth are very short, the strategy here is to take
advantage of the polyphony capabilities... |
declare name "harp";
import("stdfaust.lib");
declare interface "SmartKeyboard{
'Number of Keyboards':'8',
'Keyboard 0 - Number of Keys':'16',
'Keyboard 1 - Number of Keys':'16',
'Keyboard 2 - Number of Keys':'16',
'Keyboard 3 - Number of Keys':'16',
'Keyboard 4 - Number of Keys':'16',
'Keyboard 5 - Number of... |
bcfe8aee014629dc8cb740c54a475da2a5df8783fc0edfe3cf23f3c54e524b7a | rmichon/multiKeyboard | dubDub.dsp | //################################### dubDub.dsp #####################################
// A simple smartphone 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/dubDub.dsp | faust | ################################### dubDub.dsp #####################################
A simple smartphone 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 p... |
declare name "dubDub";
import("stdfaust.lib");
declare interface "SmartKeyboard{
'Number of Keyboards':'1',
'Keyboard 0 - Number of Keys':'1',
'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("gate");
modFreq = hslid... |
090ac1e55b23f98897d5aeafeac2fdcd2c44453829bc62bde15e05717dfaed0a | sadko4u/tamgamp.lv2 | 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/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 "6V6";
declare samplerate "96000";
import("stdfaust.lib");
import("amp_sim.lib");
bifilter = fi.tf2(b0,b1,b2,a1,a2) with
{
c = 1.059;
R = 0.9221;
lc0 = 0.00506158;
lc1 = 0.06446806;
lc2 = 0.27547621;
lc3 = 0.43359433;
lc4 = 1.31282248;
lc5 = 0.07238887;
fc = 1200 :... |
84ccc994c6fdb6373fdf94c5e72ff96d9c71513974ed62e5e9125f4dde0c3382 | CesarChaussinand/GramoCollection | souffleChantant.dsp | declare name "Souffle chantant";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = singing + wind : _*gate : ef.echo(0.2,0.2,0.5):ef.cubicnl(0,0);
singing = (os.... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/souffleChantant.dsp | faust | declare name "Souffle chantant";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = singing + wind : _*gate : ef.echo(0.2,0.2,0.5):ef.cubicnl(0,0);
singing = (os.... | |
fe923ee9a03d3fa6c0365da0edb7d124d4ea82cf4d4513e4dca1cef348529b05 | CesarChaussinand/GramoCollection | craquementsAleatoires.dsp | declare name "Craquements aléatoires";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = rPulse(rate):en.ar(0.001,0.005)*no.noise:pm.marimbaModel(freq,0)*gate:fx;... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/craquementsAleatoires.dsp | faust | declare name "Craquements aléatoires";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = rPulse(rate):en.ar(0.001,0.005)*no.noise:pm.marimbaModel(freq,0)*gate:fx;... | |
bbfdd097486946d3dcabee657a69ff300e5779661a83e2eda749a546a5bd4ebf | amstramgrame/amstramgrame | exfaust2.dsp |
declare name "Whale";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
/*
A simple gliding filtered sawtooth synthesizer with different echoes
*/
import("stdfaust.lib");
line(time, sig) = res
l... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/web/mkdocs/docs/gramophone/programs/exfaust2/exfaust2.dsp | faust |
A simple gliding filtered sawtooth synthesizer with different echoes
Controls |
declare name "Whale";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
line(time, sig) = res
letrec {
'changed = (sig' != sig) | (time' != time);
'steps = ma.SR * time;
'... |
f55666346ce0947d47298f6fa1f8986f5e5a7bc6b515f33d6971fa849688676e | Josemiguelfernandez/antescollider | encoder.dsp | declare name "Ambisonic EncoderV2 order7 in1";
declare version "1.1";
declare author "Pierre Lecomte";
declare license "CC-BY-NC-SA-4.0";
declare copyright "(c) Pierre Lecomte";
declare options "[osc:on]";
// Changelog
// (2022-09) v1.1
// - Doppler effect
// - Cartesian / Spherical coordinate c... | https://raw.githubusercontent.com/Josemiguelfernandez/antescollider/bbbc18b123c1994ea953f5d3dfbaa5e4a8be1bf8/SuperCollider_add/SC_Ambitools/ambitools/dsp/encoder.dsp | faust | Changelog
(2022-09) v1.1
- Doppler effect
- Cartesian / Spherical coordinate choice at compilation
- No more clicks when fast position change
(2021-04-24)
- Revert to azimuth-elevation spherical coordinate system $(\theta, \phi)$.
###Encoder###
This tool encodes $S$ sources as point sources in an Ambisonic sou... | declare name "Ambisonic EncoderV2 order7 in1";
declare version "1.1";
declare author "Pierre Lecomte";
declare license "CC-BY-NC-SA-4.0";
declare copyright "(c) Pierre Lecomte";
declare options "[osc:on]";
import("stdfaust.lib");
import("ylm.lib");
import("radial.lib");
import("grids.lib");
r... |
6a78c52403cf238ffee4692f8b314424f10e3ff0820dcd887fffb26867b95e9e | jcelerier/guitarixlib | expander.dsp |
/* Expander unit. */
/* This is pretty much the same as compressor.dsp, but here the given ratio is
applied to *attenuate* levels *below* the threshold. */
declare name "Expander";
declare category "Guitar Effects";
declare description "expander unit";
declare author "Albert Graef";
declare version "1.0";
impor... | https://raw.githubusercontent.com/jcelerier/guitarixlib/9c2947507cd13b82554020e669a85244e867d584/guitarix/expander.dsp | faust | Expander unit.
This is pretty much the same as compressor.dsp, but here the given ratio is
applied to *attenuate* levels *below* the threshold.
Controls.
: max(ba.db2linear(-70)) : ba.linear2db; |
declare name "Expander";
declare category "Guitar Effects";
declare description "expander unit";
declare author "Albert Graef";
declare version "1.0";
import("stdfaust.lib");
rd = library("reducemaps.lib");
ratio = nentry("ratio", 2, 1, 20, 0.1);
threshold = nentry("threshold", -40, -96, 10, 0.1);
knee = nentr... |
9837cee1ec5f454cba4790b77829a654d663805842eb04f9a183353584f638dc | tomara-x/magi | gaiagirl.dsp | //trans rights
declare name "gaiagirl";
declare author "amy universe";
declare version "0.04";
declare license "WTFPL";
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
//this is supposed to be a wave-terrain synth with a superformula scanning shape
//tables
N = 1 << 16;
wave = float(ba.time)*(2.0*ma... | https://raw.githubusercontent.com/tomara-x/magi/d1575b61d02c9a968ca71f082c655514ebd100cb/source/gaiagirl.dsp | faust | trans rights
this is supposed to be a wave-terrain synth with a superformula scanning shape
tables
rotation (i think)
formula shape
this doesn't keep it in range (cus offset)
rotate the formula and scan the wave-tables
this feels wrong (the read range)
selection of which wave-table we scanning
midi and envelope biz |
declare name "gaiagirl";
declare author "amy universe";
declare version "0.04";
declare license "WTFPL";
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
N = 1 << 16;
wave = float(ba.time)*(2.0*ma.PI)/float(N) <: sin,cos,tan;
W = outputs(wave);
xp = os.hsp_phasor(1,frq,0,0);
yp = os.hsp_phasor(1,frq... |
aeba5f6c056669f3643ec078dcb089e81f8958c9bff21d60872123e5e870c0df | s-e-a-m/faust-libraries | vcs3_bandlimited.dsp | declare name "EMS VCS3 Eploration";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "EMS VCS3 Eploration";
import("stdfaust.lib");
//import("../../seam.lib");
osc1_g(x) = hgroup("[001]OSCILLATOR 1", x);
freq = osc1_g(vslider(... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/examples/app/vcs3_bandlimited.dsp | faust | import("../../seam.lib");
use lf_sawpos(freq) for LFOs (freq < 20 Hz)
zero-mean, amplitude +/- 1
Also note the availability of lf_sawpos_phase above.
period in samples
N diff1s in series
delayed step for blanking startup glitch | declare name "EMS VCS3 Eploration";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "EMS VCS3 Eploration";
import("stdfaust.lib");
osc1_g(x) = hgroup("[001]OSCILLATOR 1", x);
freq = osc1_g(vslider("[001]FREQUENCY[style:knob]"... |
afdb449963c7a8fe33087c59b7abda01853992492c8f1009a0bf261aac6edbf8 | sekisushai/ambitools | hoa_panning_lebedev50.dsp | declare name "NFC-HOA with 50-node Lebedev grid up to order 5";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
// Description: This tool computes the driving signal of loudspeakers arranged on a 50-node Lebedev grid with... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_panning_lebedev50.dsp | faust | Description: This tool computes the driving signal of loudspeakers arranged on a 50-node Lebedev grid with equivalent panning law for an HOA scene with N sources [1]. Source types are plane or spherical waves.
References:
[1] Lecomte, P., & Gauthier, P.-A. (2015). Real-Time 3D Ambisonics using Faust, Processing, Pur... | declare name "NFC-HOA with 50-node Lebedev grid up to order 5";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
import("stdfaust.lib");
import("nfc.lib");
import("ymn.lib");
import("lebedev.lib");
import("gui.lib");
M... |
6b1b6cf59f28259d6d6aeff2369086dda248d707f736d76c5ec569650d340f9c | sekisushai/ambitools | hoa_panning_lebedev26.dsp | declare name "NFC-HOA with 26 nodes Lebedev grid up to order 3";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
// Description: This tool computes the driving signal of loudspeakers arranged on a 26-node Lebedev grid wit... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_panning_lebedev26.dsp | faust | Description: This tool computes the driving signal of loudspeakers arranged on a 26-node Lebedev grid with equivalent panning law for an HOA scene with N sources [1]. Source types are plane or spherical waves.
References:
[1] Lecomte, P., & Gauthier, P.-A. (2015). Real-Time 3D Ambisonics using Faust, Processing, Pur... | declare name "NFC-HOA with 26 nodes Lebedev grid up to order 3";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2014";
import("stdfaust.lib");
import("nfc.lib");
import("ymn.lib");
import("lebedev.lib");
import("gui.lib");
... |
9cb671d79921cf492a00558e34192589cab4fc6d409da48ba2d8ca0ac3d419c5 | sekisushai/ambitools | hoa_azimuth_rotator.dsp | declare name "HOA Azimuth Rotator";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2015";
// Description: This tool rotates the HOA scene around the z-axis. Driven with OSC from head-tracking, (for example with andOSC applicati... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_azimuth_rotator.dsp | faust | Description: This tool rotates the HOA scene around the z-axis. Driven with OSC from head-tracking, (for example with andOSC application for Android with andOSC.pd patch provided with ambitools), this tool can compensate the head rotation around z-axis when the rendering is made over headphones. See [2] for the matrix... | declare name "HOA Azimuth Rotator";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2015";
import("stdfaust.lib");
import("ymn.lib");
M = 10;
rot(m,i,j) = case{
row(M,i) = par(m,M+1,
par(j,2*m+1,term
wit... |
5651730e288e0dcd2a9a939c89bb1cbddaace098fc6df55027e7da20a4f82ea7 | rmichon/multiKeyboard | mySynth.dsp | //#################################### mySynth.dsp #######################################
// Simple Faust instruments specifically designed for `faust2smartkeyb` where 2
// parallel keyboards are used to control a simple synth based on a sawtooth
// oscillator.
//
// ## `SmartKeyboard` Use Strategy
//
// `SmartKeyboar... | https://raw.githubusercontent.com/rmichon/multiKeyboard/7d04f591fac974a91e4b322c3cb757b8cbb50443/faust/examples/mySynth.dsp | faust | #################################### mySynth.dsp #######################################
Simple Faust instruments specifically designed for `faust2smartkeyb` where 2
parallel keyboards are used to control a simple synth based on a sawtooth
oscillator.
## `SmartKeyboard` Use Strategy
`SmartKeyboard` is used in a ... |
declare interface "SmartKeyboard{
'Number of Keyboards':'2',
'Rounding Mode':'2',
'Keyboard 0 - Number of Keys':'13',
'Keyboard 1 - Number of Keys':'13',
'Keyboard 0 - Lowest Key':'72',
'Keyboard 1 - Lowest Key':'60'
}";
import("stdfaust.lib");
f = nentry("freq",200,40,2000,0.01);
bend = nentry(... |
3a125e6ddca3f4e4d802b01cfca78f86c47fe3f3a723b9d58ac23638bab01b06 | friskgit/snares | poly_snare.dsp | // -*- compile-command: "cd .. && make jack src=src/poly_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");
//---------------`Snare drum synth` -----------... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/poly_snare.dsp | faust | -*- compile-command: "cd .. && make jack src=src/poly_snare.dsp && cd -"; -*-&& cd -"; -*-
---------------`Snare drum synth` --------------------------
A snare drum synth that plays a given poly rhythm.
Each hit is output to a channel <= channels as controlled by the lfo
in rndctrl. Due to the ma.fabs, there is a ... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
posgroup(x) = vgroup("[2]position", x);
snaregroup(x) = vgroup("[0]snare", x);
polygroup(x) = vgroup("[3]poly", x);
filtergroup(x) = vgroup(... |
4445b6f61ff0dd7314bb0a45955f127ac53fa554b803aa609eff3d55eb1560c6 | alexcoy257/lr-mixhost | faustTest.dsp | declare name "compressor";
declare version "0.0";
declare author "Julius Smith";
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/#cocompressor... | https://raw.githubusercontent.com/alexcoy257/lr-mixhost/0e19114381443f57aff6feacdd2867f688573536/faustTest.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.0";
declare author "Julius Smith";
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/#cocompressor... |
d564b525382d2225dc1770cd3551fc03b6043e2719a685644a37762de0f8dba1 | gabrielsanchez/faust-guitarix-sc37 | multifilter.dsp | declare id "MultiBandFilter";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
import("stdfaust.lib");
import("guitarix.lib");
//------------------------- Process --------------------------------
process = ifilter(vslider("Q31_25", 50, 1, 100, 1), 31... | https://raw.githubusercontent.com/gabrielsanchez/faust-guitarix-sc37/c0608695e24870abb56f7f0d1355cbf2f563ed30/Faust/multifilter.dsp | faust | ------------------------- Process -------------------------------- | declare id "MultiBandFilter";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
import("stdfaust.lib");
import("guitarix.lib");
process = ifilter(vslider("Q31_25", 50, 1, 100, 1), 31.25, vslider("f31_25[tooltip:gain (dB) at 31.25 Hz]", 0, -50, 10, 0.1... |
5929f36d59dafc6fa738c64aabf920bef2ff8510e02e83114872a6064c8853db | amstramgrame/amstramgrame | exfaust9.dsp |
declare name "Wah Synthesizer";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
on_click(x) = 0, 1 : select2( x > x');
/*
Impulsion with a specified duration. Can be re... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/web/mkdocs/docs/gramophone/programs/exfaust9/exfaust9.dsp | faust |
Impulsion with a specified duration. Can be retriggered.
|
declare name "Wah Synthesizer";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
on_click(x) = 0, 1 : select2( x > x');
mpulse(smps_dur, trig) = pulsation
with {
count =... |
b3d8fbd02d357db75a30f8b709b5829b7fe75db39a392ecb07fc9fcc5d3d1c6b | romain-pattyn/FAUST-FrequencyResponseTracer | frequency_response_tracer.dsp | declare filename "frequency_response_tracer.dsp";
declare name "frequency_response_tracer";
declare author "Romain Pattyn";
declare version "1.00";
declare license "BSD";
import("stdfaust.lib");
//--------------------`frequencyResponse`----------------
// Produces data representing the frequency response... | https://raw.githubusercontent.com/romain-pattyn/FAUST-FrequencyResponseTracer/2c8d249c1a697e54c4a93d5e14b105c7492ef4ff/frequency_response_tracer.dsp | faust | --------------------`frequencyResponse`----------------
Produces data representing the frequency response of a filter.
#### Usage
```
_ : frequencyResponse(filter) : _
```
Where:
* `filter`: A function having one input signal and one output signal ( _ : filter : _ )
How it works :
It is a direct applicat... | declare filename "frequency_response_tracer.dsp";
declare name "frequency_response_tracer";
declare author "Romain Pattyn";
declare version "1.00";
declare license "BSD";
import("stdfaust.lib");
frequencyResponse(filter) = ratio : ba.slidingMeanp(200, 256)
with{
fmin = 0;
fmax = ma.SR;
time ... |
10f9330a123e01a4ed22ec95f93b468e3c26b4d408ba97740ea4493a1475acb9 | CesarChaussinand/GramoCollection | harmoniesDereglees.dsp | declare name "Harmonies déréglées";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = par(i,4,os.osc(noteSelector(selAccord,i))+os.osc(noteSelector(selAccord,i)*2... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/harmoniesDereglees.dsp | faust | declare name "Harmonies déréglées";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = par(i,4,os.osc(noteSelector(selAccord,i))+os.osc(noteSelector(selAccord,i)*2... | |
e1c42db4f5d9435cf33790516d9899d338d927805ef27e70a22d9d06eb2ad772 | tomara-x/magi | twinrotorgirl.dsp | //trans rights
declare name "twinrotorgirl";
declare author "amy universe";
declare version "0.10";
declare license "WTFPL";
import("stdfaust.lib");
bi2uni = _ : +(1) : /(2) : _;
N = 16; //max overlap
noise(i) = no.multinoise(N*3) : ba.selector(i,N*3);
/*
trigs = par(i,N, ba.beat(frq(i)*60) * (i<cnt) )
with {
... | https://raw.githubusercontent.com/tomara-x/magi/0915a940f4c515e779533ae8cd7a8546654b9ab8/effect/twinrotorgirl.dsp | faust | trans rights
max overlap
trigs = par(i,N, ba.beat(frq(i)*60) * (i<cnt) )
with {
frq(x) = f + fr * (noise(x) : ba.downSample(nr) : fi.svf.lp(nf,1))
with {
f = vslider("v:[0]freq/[0]frq [style:knob]",10,0.1,1000,0.001);
fr = vslider("v:[0]freq/[1]frq rnd [style:knob]",0,0,100,0.01);
nr = ... |
declare name "twinrotorgirl";
declare author "amy universe";
declare version "0.10";
declare license "WTFPL";
import("stdfaust.lib");
bi2uni = _ : +(1) : /(2) : _;
noise(i) = no.multinoise(N*3) : ba.selector(i,N*3);
cnt = vslider("v:[0]main/[2]overlap [style:knob]",N,1,N,1);
trigs = ba.beat(f) : ba.cycle(N) : pa... |
5ec5168baa555b7d3fd5cd9d2263ebb982dc89e8382d5f50b9e562e223b3557b | RuolunWeng/faust2smartphone | soloDemo2.dsp | declare name "SoloDemo2";
declare version "2.0";
declare author "Grame";
process = rainGen :>_,_ ;
// declare connection UI
volume = hslider("volume[motion:brasG_front]",0,0,1,0.01);
param = hslider("param[motion:brasG_front]",0,0,1,0.01);
//----------------------`rain`--------------------------
// A very... | https://raw.githubusercontent.com/RuolunWeng/faust2smartphone/78f502aeb42af3d8fa48b0cbfef01d3b267dc038/examples/2_Motion_Mode/soloDemo2.dsp | faust | declare connection UI
----------------------`rain`--------------------------
A very simple rain simulator
#### Usage
```
rain(d,l) : _,_
```
Where:
* `d`: is the density of the rain: between 0 and 1
* `l`: is the level (volume) of the rain: between 0 and 1
------------------------------------------------... | declare name "SoloDemo2";
declare version "2.0";
declare author "Grame";
process = rainGen :>_,_ ;
volume = hslider("volume[motion:brasG_front]",0,0,1,0.01);
param = hslider("param[motion:brasG_front]",0,0,1,0.01);
import("stdfaust.lib");
rain(density,level) = no.multinoise(2) : par(i, 2, drop) : par(i... |
f4cbe46663054cdd5eda8ce4186027243e0713fcdce415bbf87110c31c47a1cc | rmichon/multiKeyboard | multiSynth.dsp | //################################### multiSynth.dsp ######################################
// Faust instrument specifically designed for `faust2smartkeyb` where 4 keyboards
// are used to control 4 independent synths.
//
// ## `SmartKeyboard` Use Strategy
//
// The `SmartKeyboard` configuration is relatively simple fo... | https://raw.githubusercontent.com/rmichon/multiKeyboard/7d04f591fac974a91e4b322c3cb757b8cbb50443/faust/examples/multiSynth.dsp | faust | ################################### multiSynth.dsp ######################################
Faust instrument specifically designed for `faust2smartkeyb` where 4 keyboards
are used to control 4 independent synths.
## `SmartKeyboard` Use Strategy
The `SmartKeyboard` configuration is relatively simple for this example... |
declare interface "SmartKeyboard{
'Number of Keyboards':'4',
'Rounding Mode':'2',
'Keyboard 0 - Number of Keys':'13',
'Keyboard 1 - Number of Keys':'13',
'Keyboard 2 - Number of Keys':'13',
'Keyboard 3 - Number of Keys':'13',
'Keyboard 0 - Lowest Key':'60',
'Keyboard 1 - Lowest Key':'60',
'Keyboard 2 - Lowest... |
f3b42a276ab9bcd5d3b96dd86160ad96f02b40430812e4031b160eab16e828b5 | olegkapitonov/KPP-VST3 | kpp_bluedream.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_bluedream/include/kpp_bluedream.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_bluedream";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.2";
import("stdfaust.lib");
process = output with {
bypass = checkbox("99_bypass");
drive = vslider("drive",63,0,100,0.01);
volume = vslider("volume",0.5,0,1,0.001);
voice = vslider("voice",0... |
45eb6563d2ed2c6e510b754d2ae1ced6d41e4dfed1a3e05ab3f5801515470a16 | amstramgrame/amstramgrame | exfaust4.dsp |
declare name "Lightning in the dark";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
/*
A recursive short delay based iterator (produces shiny and rich sounds)
*/
import("stdfaust.lib");
on_c... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/docs/gramophone/programs/exfaust4/exfaust4.dsp | faust |
A recursive short delay based iterator (produces shiny and rich sounds)
|
declare name "Lightning in the dark";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
on_click(x) = (x > x');
trig = button("trig[switch:1]");
speed = hslider("speed[knob:... |
6c5cf27083b8bae8c509c64c472e888afce66df38a55a5b51df628e46561616f | amstramgrame/amstramgrame | exfaust1.dsp |
declare name "Canon";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
on_click(x) = 0, 1 : select2( x > x');
/*
Impulsion with a specified duration. Can be retriggered.
*/
... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/docs/gramophone/programs/exfaust1/exfaust1.dsp | faust |
Impulsion with a specified duration. Can be retriggered.
count = -(1)~_, smps_dur : select2(trig);
A recursive delay
Can be mixed with dry signal
Controls
Signal processing
Sawtooth with sine subharmonic
Exponential ADSR envelope |
declare name "Canon";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
on_click(x) = 0, 1 : select2( x > x');
mpulse(smps_dur, trig) = pulsation
with {
count = ba.countdown(... |
7fa6efd92b36095b47717b72d883f66669f9c6b09e386fb1f09c3fe40980a231 | tomara-x/magi | quadrotorgirl.dsp | //trans rights
declare name "quadrotorgirl";
declare author "amy universe";
declare version "0.07";
declare license "WTFPL";
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
//TODO: delay randomization, mod wheel
bi2uni = _ : +(1) : /(2) : _;
rain(x,in) = env * g1 * g2 : en.adsr(a,d,s,r) * in * vel
... | https://raw.githubusercontent.com/tomara-x/magi/a144ba5130e816a194a178c77b8b76ee733ae2de/source/quadrotorgirl.dsp | faust | trans rights
TODO: delay randomization, mod wheel
scale
pm operator
midi gate
midi velocity
midi frequency
carrier feedback
greyhole? |
declare name "quadrotorgirl";
declare author "amy universe";
declare version "0.07";
declare license "WTFPL";
declare options "[midi:on][nvoices:8]";
import("stdfaust.lib");
bi2uni = _ : +(1) : /(2) : _;
rain(x,in) = env * g1 * g2 : en.adsr(a,d,s,r) * in * vel
with {
rnd = no.noise : ba.sAndH(ba.beat(rate*60))... |
2a7618dbd399dea7838857ed1ab44dff90d633294d3b4c01d3c64a79f643eb7a | LucaSpanedda/Sound_reading_and_writing_techniques_in_Faust | 1.02_Classic_Looper.dsp | // -----------------------------------------------------------------------------
// Declarations
declare name "Classic Looper";
declare version "0.1";
declare author "Luca Spanedda";
/*
BASICS OF WRITING AND READING:
A CLASSIC LOOPER IMPLEMENTED WITH THE RWTABLE
*/
// import Standard Faust library... | https://raw.githubusercontent.com/LucaSpanedda/Sound_reading_and_writing_techniques_in_Faust/bb01eff05a51424c16420a00b383441d8973d85e/0_work-in-progress/1.02_Classic_Looper.dsp | faust | -----------------------------------------------------------------------------
Declarations
BASICS OF WRITING AND READING:
A CLASSIC LOOPER IMPLEMENTED WITH THE RWTABLE
import Standard Faust library
https://github.com/grame-cncm/faustlibraries/
The rwtable function recalls a space in the memory
to acces... |
declare name "Classic Looper";
declare version "0.1";
declare author "Luca Spanedda";
import("stdfaust.lib");
classiclooper(recstart,dimension,readspeed) = rwtable(dimension,0.0,indexwrite,_,indexread)
with{
record = recstart : int;
indexwrite = (+(1) : %(dimension)) ~ *(record)... |
1e4fcc89bd7ebc18317dbcf032bf333bbf8856c25598b039e8f7b4d725837949 | plule/theremotion | instrument.dsp | declare name "theremotion";
declare version "1.0";
declare author "Pierre Lulé";
declare license "BSD";
import("stdfaust.lib");
// Precompute midi note to frequency
// Clamped to the midi range since the dsp is not strict on that
// It could be checked with the latest -ct 1 Faust option i... | https://raw.githubusercontent.com/plule/theremotion/287453c5372cd7bddbf8e6e9676a40e2e3096474/dsp/instrument.dsp | faust | Precompute midi note to frequency
Clamped to the midi range since the dsp is not strict on that
It could be checked with the latest -ct 1 Faust option instead, but let's keep the dsp "correct".
Filter used in each voice
Lead oscillator
Guitar
Drone
Mix
| declare name "theremotion";
declare version "1.0";
declare author "Pierre Lulé";
declare license "BSD";
import("stdfaust.lib");
midikey2hz(mk) = ba.tabulate(1, ba.midikey2hz, 2048, 0, 127, mk).val;
filter(res, note, cutoffNote) = ve.moog_vcf_2b(res, cutoffFreq)
with {
cutoffFreq = ... |
a614dbf7c3ecc4fab5ec49cee4d585ca110f84ecb229b79bd625004ef8e25cc2 | maximalexanian/guitarix-vst | expander.dsp |
/* Expander unit. */
/* This is pretty much the same as compressor.dsp, but here the given ratio is
applied to *attenuate* levels *below* the threshold. */
declare name "Expander";
declare category "Guitar Effects";
declare description "expander unit";
declare author "Albert Graef";
declare version "1.0";
impor... | https://raw.githubusercontent.com/maximalexanian/guitarix-vst/83fd0cbec9588fb2ef47d80f7c6cb0775bfb9f89/guitarix/src/LV2/faust/expander.dsp | faust | Expander unit.
This is pretty much the same as compressor.dsp, but here the given ratio is
applied to *attenuate* levels *below* the threshold.
Controls. |
declare name "Expander";
declare category "Guitar Effects";
declare description "expander unit";
declare author "Albert Graef";
declare version "1.0";
import("stdfaust.lib");
ratio = nentry("ratio", 2, 1, 20, 0.1);
threshold = nentry("threshold", -40, -96, 10, 0.1);
knee = nentry("knee", 3, 0, 20, 0.1);
attac... |
163b99239ed45fa3de09d471e8a0612eda695b5a5d14b2ffb2825fcbd32d6bfb | sekisushai/ambitools | hoa_beamforming_dirac_to_hoa.dsp | declare name "Beamforming Dirac on HOA";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2016";
// Description: This tool helps to explore the HOA scene with a "flashlight". It applies a directionnal filter (Dirac function) to t... | https://raw.githubusercontent.com/sekisushai/ambitools/2d21b7cc7cfe9bc35d91d51ec05bf9250372f0ce/Faust/src/hoa_beamforming_dirac_to_hoa.dsp | faust | Description: This tool helps to explore the HOA scene with a "flashlight". It applies a directionnal filter (Dirac function) to the HOA scene to just leave the sound from the chosen direction [1].
References:
[1] P. Lecomte, P.-A. Gauthier, C. Langrenne, A. Berry, and A. Garcia, “Filtrage directionnel dans un scène... | declare name "Beamforming Dirac on HOA";
declare version "1.0";
declare author "Pierre Lecomte";
declare license "GPL";
declare copyright "(c) Pierre Lecomte 2016";
import("stdfaust.lib");
import("lebedev.lib");
import("ymn.lib");
import("nfc.lib");
import("gui.lib");
M = 10;
M1 = M;
ins = (... |
06a92ac7b93512a39a684099a2d8187ea664c4aae6c66de6f83783dffa91c61c | grame-cncm/GeekBagatelles | Part_Gpublic.dsp | declare name "Part_Gpublic";
declare version "0.2";
declare author "Christophe Lebreton";
declare license "BSD";
import("stdfaust.lib");
nb_soundfile = 4;
// PROCESS
process = play:(@(ramp*ma.SR): select_sound),(rampa(ramp):1,_:-):*:*(temporisation:si.smooth(0.998)):*(gain)
with {
play = ((1-Trig_Accel... | https://raw.githubusercontent.com/grame-cncm/GeekBagatelles/d66ba1e022e0ca2386008f30971cd860a97256cb/Part_Gpublic.dsp | faust | PROCESS
-----------------------------------------------------------------------------------
/ Random Selection ID /////////////////////////////////////////////////////////////
-----------------------------------------------------------------------------------
/ Selection Random Audio file with accelerometer trigger /... | declare name "Part_Gpublic";
declare version "0.2";
declare author "Christophe Lebreton";
declare license "BSD";
import("stdfaust.lib");
nb_soundfile = 4;
process = play:(@(ramp*ma.SR): select_sound),(rampa(ramp):1,_:-):*:*(temporisation:si.smooth(0.998)):*(gain)
with {
play = ((1-Trig_Accel)<:sh(1),_:... |
39eebfd6428ebbdef04d4579dc2eea40c905984015910bcc36f0e20c2d7e0a9e | RuolunWeng/ruolunweng.github.io | SBrass.dsp | declare name "Brass";
declare description "WaveGuide Brass instrument from STK";
declare author "Romain Michon (rmichon@ccrma.stanford.edu)";
declare copyright "Romain Michon";
declare version "1.0";
declare licence "STK-4.3"; // Synthesis Tool Kit 4.3 (MIT style license);
//declare description "A simple brass instrume... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SBrass.dsp | faust | Synthesis Tool Kit 4.3 (MIT style license);
declare description "A simple brass instrument waveguide model, a la Cook (TBone, HosePlayer).";
Modification GRAME July 2015
=============== DESCRIPTION ================= :
- Brass instrument
- Turn ON brass (0=OFF, 1=ON)
- Head = Silence
- Upward = Higher frequency
- Do... | declare name "Brass";
declare description "WaveGuide Brass instrument from STK";
declare author "Romain Michon (rmichon@ccrma.stanford.edu)";
declare copyright "Romain Michon";
declare version "1.0";
declare reference "https://ccrma.stanford.edu/~jos/pasp/Brasses.html";
import("stdfaust.lib");
instrument=library("i... |
753e289e8a55ff7636e3352f8b46f509faf55545433c5328bcc22a2f5ca95db8 | rmichon/multiKeyboard | midiOnly.dsp | //################################### midiOnly.dsp ######################################
// Faust instrument specifically designed for `faust2smartkeyb` implementing a MIDI
// controllable app where the mobile device's touch screen is used to control
// specific parameters of the synth continuously using two separate ... | https://raw.githubusercontent.com/rmichon/multiKeyboard/7d04f591fac974a91e4b322c3cb757b8cbb50443/faust/examples/midiOnly.dsp | faust | ################################### midiOnly.dsp ######################################
Faust instrument specifically designed for `faust2smartkeyb` implementing a MIDI
controllable app where the mobile device's touch screen is used to control
specific parameters of the synth continuously using two separate X/Y cont... |
declare interface "SmartKeyboard{
'Number of Keyboards':'1',
'Keyboard 0 - Number of Keys':'2',
'Keyboard 0 - Send Freq':'0',
'Keyboard 0 - Piano Keyboard':'0',
'Keyboard 0 - Key 0 - Label':'Mod Index',
'Keyboard 0 - Key 1 - Label':'Mod Freq'
}";
import("stdfaust.lib");
f = hslider("freq",300,50,2000,0.01);
be... |
3ef2e3501e36b2b7d49fcb68a3d3a8740ecd0845830461f683559debb94d38d1 | olegkapitonov/Kapitonov-Plugins-Pack | kpp_bluedream.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/Kapitonov-Plugins-Pack/ed4541172d53ecf04bad43cd583365f278ccf176/LADSPA/kpp_bluedream/kpp_bluedream.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_bluedream";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.1";
import("stdfaust.lib");
process = output with {
bypass = checkbox("99_bypass");
drive = vslider("drive",63,0,100,0.01);
volume = vslider("volume",0.5,0,1,0.001);
voice = v... |
a6d6a5bf715886c855ac588ce51ee7cd124c3b9f967c875341409b49f52e636f | sadko4u/tamgamp.lv2 | tone.dsp | /*
* Simulation of Guitarix tonestack 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 ... | https://raw.githubusercontent.com/sadko4u/tamgamp.lv2/426da74142fcb6b7687a35b2b1dda3392e171b92/src/faust/tone.dsp | faust |
* Simulation of Guitarix tonestack 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 an... |
declare id "tone";
declare version "0.01";
declare author "Hermann Meyer";
declare license "BSD";
declare copyright "(C) Hermann Meyer 2008";
import("stdfaust.lib");
import("amp_sim.lib");
filter(b0,b1,b2,a0,a1,a2) = f : (+ ~ g)
with {
f(x) = (b0/a0)*x+(b1/a0)*x'+(b2/a0)*x'';
g... |
11eaf02be52ba01ad298b9ec1fd68dc84a52680e88cd9b0a1865c8b3dba32cbd | amstramgrame/amstramgrame | exfaust0.dsp |
declare name "AcidSea";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
/*
A filtered noise with flanger and comb filter
*/
import("stdfaust.lib");
// Linear interpolation when value changes
line... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/web/mkdocs/docs/gramophone/programs/exfaust0/exfaust0.dsp | faust |
A filtered noise with flanger and comb filter
Linear interpolation when value changes
Controls |
declare name "AcidSea";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
line(time, sig) = res
letrec {
'changed = (sig' != sig) | (time' != time);
'steps = ma.SR * time;
... |
e427e6a1f6781b1a88c7cd07220074fff7200b7af05e685450532ec1bde9a1d6 | moforte/sam-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/moforte/sam-faust/85be03f262e384c1befa9eaac237e052040b2cc1/faust-examples/freeverb/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... |
e85cd150e0e38d8ebba064a5490694616b3eb3deb975948143e45dc00d67f877 | afalaize/faust | vocal.dsp | //######################################## vocal.dsp #####################################
// A funny vocal synth app...
//
// ## Compilation Instructions
//
// This Faust code will compile fine with any of the standard Faust targets. However
// it was specifically designed to be used with `faust2smartkeyb`. For best r... | https://raw.githubusercontent.com/afalaize/faust/8f9f5fe3aa167eaeecc15a99d4da984ac2797be3/examples/smartKeyboard/vocal.dsp | faust | ######################################## vocal.dsp #####################################
A funny vocal synth app...
## Compilation Instructions
This Faust code will compile fine with any of the standard Faust targets. However
it was specifically designed to be used with `faust2smartkeyb`. For best results,
we re... |
import("stdfaust.lib");
declare interface "SmartKeyboard{
'Number of Keyboards':'1',
'Max Keyboard Polyphony':'0',
'Keyboard 0 - Number of Keys':'1',
'Keyboard 0 - Send Freq':'0',
'Keyboard 0 - Static Mode':'1',
'Keyboard 0 - Send X':'1',
'Keyboard 0 - Piano Keyboard':'0'
}";
vowel = hslider("vowel[acc: 0 0 -... |
1e2c55eac7d19a7a8ff5e33cfc1bfe3c85a8472f4c3e685a78916fe9b4e5d9e2 | RuolunWeng/ruolunweng.github.io | Freeverb.dsp | declare name "freeverb";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c) GRAME 2006";
declare reference "https://ccrma.stanford.edu/~jos/pasp/Freeverb.html";
import("stdfaust.lib");
/* Description :
- Reverberation processor.
- Head = maximum reve... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/Freeverb.dsp | faust | Description :
- Reverberation processor.
- Head = maximum reverberation.
======================================================
Freeverb
Faster version using fixed delays (20% gain)
======================================================
Constant Parameters
--------------------
valu... | declare name "freeverb";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c) GRAME 2006";
declare reference "https://ccrma.stanford.edu/~jos/pasp/Freeverb.html";
import("stdfaust.lib");
freeverb = vgroup("Freeverb", fxctrl(fixedgain, wetSlider, stereoR... |
a2f28a95f5b84a39b806be2cc34439354e7ea98f7bba6d7c1527cb9f621c638a | micahvdm/profiler | profiler.dsp | /*
* Copyright (C) 2018-2020 Oleg Kapitonov and 2022 Micah John
*
* 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.
... | https://raw.githubusercontent.com/micahvdm/profiler/f5cd88d8d897fd37b70c8ccfa8e9f5dcfcf3ef0a/LV2/profiler/profiler.dsp | faust |
* Copyright (C) 2018-2020 Oleg Kapitonov and 2022 Micah John
*
* 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.
*... |
declare name "profiler";
declare author "Micah John";
declare license "GPLv3";
declare version "2.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, <math.h... |
cee1573a342515ee1c4525338c27c119a32ea00e652dd5efdd06239e8cf159ea | nick8325/faustilogue | fm.dsp | import("stdfaust.lib");
declare version "1.0";
// carrierFreq, modulatorFreq and index definitions go here
carrierFreq=hslider("freq", 2000, 20, 20000, 1);
modulatorFreq=hslider("shape", 1, 0, 200, 20);
index=hslider("param1 [tooltip:Mod index]", 2, 0, 100, 1);
lfo=hslider("lfo", 1, -1, 1, 0.0001);
process =
os.os... | https://raw.githubusercontent.com/nick8325/faustilogue/f0a849a6670884f5e2717cbcb1d851f30a84a583/examples/fm.dsp | faust | carrierFreq, modulatorFreq and index definitions go here | import("stdfaust.lib");
declare version "1.0";
carrierFreq=hslider("freq", 2000, 20, 20000, 1);
modulatorFreq=hslider("shape", 1, 0, 200, 20);
index=hslider("param1 [tooltip:Mod index]", 2, 0, 100, 1);
lfo=hslider("lfo", 1, -1, 1, 0.0001);
process =
os.osc(carrierFreq + (lfo + os.osc(modulatorFreq))*index);
|
33d6fd2a6f69f1b6614544b62bc6c12c1ef10117de6349f1b192751fa1417ed4 | Brotherta/wam-bank | CompressorGuitarix.dsp | declare name "Compressor";
declare category "Guitar Effects";
/* Compressor unit. */
//declare name "compressor -- compressor/limiter unit";
declare author "Albert Graef";
declare version "1.0";
import("stdfaust.lib");
import("music.lib");
//import("guitarix.lib");
/* Controls. */
// partition the controls into th... | https://raw.githubusercontent.com/Brotherta/wam-bank/d52ad0b59df95c7a402afdafb140880b595c8950/plugins/CompressorGuitarix/CompressorGuitarix.dsp | faust | Compressor unit.
declare name "compressor -- compressor/limiter unit";
import("guitarix.lib");
Controls.
partition the controls into these three groups
compressor controls: ratio, threshold and knee size
attack and release controls; clamped to a minimum of 1 sample
gain controls: make-up gain, compression gain ... | declare name "Compressor";
declare category "Guitar Effects";
declare author "Albert Graef";
declare version "1.0";
import("stdfaust.lib");
import("music.lib");
comp_group(x) = hgroup("1-compression", x);
env_group(x) = vgroup("2-envelop", x);
gain_group(x) = vgroup("3-gain", x);
ratio = hslider("Ratio[OWL:PARAM... |
b25a24084d6d0170905315faae83afe8c68acf62b239211bb28b8c869d91e03c | grame-cncm/faust | statespace.dsp | declare name "statespace";
declare version "1.0";
declare author "JOS";
declare license "MIT";
declare copyright "(c) Julius O. Smith III, 2020";
//-----------------------------------------------
// General Linear State-Space Model Example
//-----------------------------------------------
import("stdfaust.lib"... | https://raw.githubusercontent.com/grame-cncm/faust/66cdb528642fdf3d607fec1b7ea7f386d7b709a4/examples/misc/statespace.dsp | faust | -----------------------------------------------
General Linear State-Space Model Example
-----------------------------------------------
number of inputs
number of outputs
number of states
state transition matrix
input-to-states matrix
states-to-output matrix
direct-term matrix, bypassing state
./matrix.dsp wi... | declare name "statespace";
declare version "1.0";
declare author "JOS";
declare license "MIT";
declare copyright "(c) Julius O. Smith III, 2020";
import("stdfaust.lib");
matrix(M,N) = tgroup("Matrix: %M x %N", par(in, N, _)
<: par(out, M, mixer(N, out))) with {
fader(in) = ba.db2linear(vslid... |
350494086e79e5726e90d33a031818284150d443452392ba733b0ae361577909 | amstramgrame/amstramgrame | exfaust10.dsp |
declare name "Jungle Euclidian Rhythm";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
on_click(x) = 0, 1 : select2( x > x');
/*
Impulsion with a specified duration. Can be... | https://raw.githubusercontent.com/amstramgrame/amstramgrame/4df99bfbae994fc9dcb4012190335e29255b411e/docs/gramophone/programs/exfaust10/exfaust10.dsp | faust |
Impulsion with a specified duration. Can be retriggered.
count = -(1)~_, smps_dur : select2(trig);
Euclidian function. Generates an euclidian rythm with 0;1 triggers
Frequency of euclidian rhythm
Audio signal
Filter audio signal |
declare name "Jungle Euclidian Rhythm";
declare version "1.0";
declare author "Johann Philippe";
declare license "MIT";
declare copyright "(c) Johann Philippe 2022";
import("stdfaust.lib");
on_click(x) = 0, 1 : select2( x > x');
mpulse(smps_dur, trig) = pulsation
with {
coun... |
af71c322d88678f63bde3f1b98e4000e7b796074a2625bbd939d9b5d822d2f79 | RuolunWeng/ruolunweng.github.io | OnOff.dsp | import("stdfaust.lib");
process = * (button("On Off"):ba.toggle:si.smooth(0.998)); | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/OnOff.dsp | faust | import("stdfaust.lib");
process = * (button("On Off"):ba.toggle:si.smooth(0.998)); | |
e91cd0a862101bb3ca9d4763c823b08a198ef9465dbfedc287fa8e58017827e1 | RuolunWeng/ruolunweng.github.io | HighPassFilter.dsp | declare name "High Pass Filter";
import("stdfaust.lib");
/* ========= DESCRITPION ===========
- A high pass filter blocks all the frequencies inferior to the designated CUT-OFF FREQUENCY
- Front = no filter
- Back = maximum filtering
- Rocking = Increase/Decrease of the filtering
*/
process = _:fi.highpass(2,fc):_
... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/HighPassFilter.dsp | faust | ========= DESCRITPION ===========
- A high pass filter blocks all the frequencies inferior to the designated CUT-OFF FREQUENCY
- Front = no filter
- Back = maximum filtering
- Rocking = Increase/Decrease of the filtering
| declare name "High Pass Filter";
import("stdfaust.lib");
process = _:fi.highpass(2,fc):_
with {
fc = hslider("Cut-off Frequency[acc:2 0 -10 0 10][scale:log]", 1300, 10, 20000, 0.01):si.smooth(0.999):min(20000):max(10);
};
|
e9065514e252551efd6c851ae7a0d78ca5abd5918102a454ba98624fe6ce49ce | RuolunWeng/ruolunweng.github.io | LowPassFilter.dsp | declare name "Low Pass Filter";
import("stdfaust.lib");
/* ========= DESCRITPION ===========
- A low pass filter blocks all the frequencies superior to the designated CUT-OFF FREQUENCY
- Front = no filter
- Back = maximum filtering
- Rocking = Increase/Decrease of the filtering
*/
process = _:fi.lowpass(2,fc):_
... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/LowPassFilter.dsp | faust | ========= DESCRITPION ===========
- A low pass filter blocks all the frequencies superior to the designated CUT-OFF FREQUENCY
- Front = no filter
- Back = maximum filtering
- Rocking = Increase/Decrease of the filtering
| declare name "Low Pass Filter";
import("stdfaust.lib");
process = _:fi.lowpass(2,fc):_
with{
fc = hslider("Cut-off Frequency[acc:2 1 -10 0 10][scale:log]", 800, 10, 20000, 0.01):si.smooth(0.999):min(20000):max(10);
};
|
ae5cf4d80e896e9cbb7e7b5fea0bac08dda848c1ee5aefc7c1af6aff5555606c | RuolunWeng/ruolunweng.github.io | RingModulation.dsp | declare name "Ring Modulation";
/* ======== DESCRIPTION ==========
- Ring modulation consists in modulating a sound by multiplying it with a sine wave
- Head = no modulation
- Downward = modulation, varying the modulating frequency
*/
import("stdfaust.lib");
process = ringmod;
ringmod = _<:_,*(os.oscs(freq)):dry... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/RingModulation.dsp | faust | ======== DESCRIPTION ==========
- Ring modulation consists in modulating a sound by multiplying it with a sine wave
- Head = no modulation
- Downward = modulation, varying the modulating frequency
| declare name "Ring Modulation";
import("stdfaust.lib");
process = ringmod;
ringmod = _<:_,*(os.oscs(freq)):drywet
with {
freq = hslider ( "[1]Modulation Frequency[acc:1 0 -10 0 10][scale:log]", 2,0.001,100,0.001):si.smooth(0.999);
drywet(x,y) = (1-c)*x + c*y;
c = hslider("[2]M... |
a0ae90302e6adc898af64d19c10992bf182d8e484843797113b312642795c9f5 | RuolunWeng/ruolunweng.github.io | Echo.dsp | declare name "Echo";
import("stdfaust.lib");
/* ============ DESCRIPTION =============
- Variable de.delay echo
- Echo Delay = Pick manually which amount of time in seconds must be repeated by the echo
- Rocking = To vary the intensity of the echo
*/
process = echo;
echo = +~ @(echoDelay)*(feedback);
echoDelay =... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/Echo.dsp | faust | ============ DESCRIPTION =============
- Variable de.delay echo
- Echo Delay = Pick manually which amount of time in seconds must be repeated by the echo
- Rocking = To vary the intensity of the echo
| declare name "Echo";
import("stdfaust.lib");
process = echo;
echo = +~ @(echoDelay)*(feedback);
echoDelay = hslider("Echo Delay[unit:s]", 0.5, 0.01, 1, 0.001):min(1):max(0.01)*(44100):int;
feedback = hslider("Echo Intensity (Feedback)[style:knob][acc:0 1 -10 0 10]", 0.001, 0.001, 0.65, 0.001):si.smooth(0.999);
|
1e44e88d0a74312975efbbd6cc361247fde5dfea231f2afaa63b5cd57a3d9038 | RuolunWeng/ruolunweng.github.io | CombFilter.dsp | declare name "Comb Filter";
/* =========== DESCRIPTION ==============
- A comb filter creates interferences in a sound
- Rocking = to change the filtering frequency
- Head = no filter
- Bottom = maximum filtering
*/
import("stdfaust.lib");
process = fi.fb_fcomb(maxdel,del,b0,aN)
with {
maxdel ... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/CombFilter.dsp | faust | =========== DESCRIPTION ==============
- A comb filter creates interferences in a sound
- Rocking = to change the filtering frequency
- Head = no filter
- Bottom = maximum filtering
| declare name "Comb Filter";
import("stdfaust.lib");
process = fi.fb_fcomb(maxdel,del,b0,aN)
with {
maxdel = 1<<16;
freq = 1/(hslider("Frequency[acc:0 1 -10 0 10]", 2500,100,20000,0.001)):si.smooth(0.99);
del = freq *(ma.SR) : si.smooth(0.99);
b0 = 1;
... |
9efce7d477ae932b4c4a97a623eee7626e486aad030bf8493031091cd21e3dd3 | RuolunWeng/ruolunweng.github.io | WahWah.dsp | declare name "WahWah";
/* ========== DESCRIPTION ===========
- Wahwah effect
- Head = no effect
- Bottom = Maximum wahwah intensity
- Rocking = varying the Wahwah effect
*/
import("stdfaust.lib");
process = _<:_,ve.crybaby(wah):drywet
with {
wah = hslider("[1]Wah Wah[acc:0 1 -10 0 10]", 0.6,0,1,0.01) : ba.au... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/WahWah.dsp | faust | ========== DESCRIPTION ===========
- Wahwah effect
- Head = no effect
- Bottom = Maximum wahwah intensity
- Rocking = varying the Wahwah effect
| declare name "WahWah";
import("stdfaust.lib");
process = _<:_,ve.crybaby(wah):drywet
with {
wah = hslider("[1]Wah Wah[acc:0 1 -10 0 10]", 0.6,0,1,0.01) : ba.automat(bps, 15, 0.0);
bps = hslider("[2]Speed[acc:0 1 -10 0 10]", 540, 360, 780, 0.1):si.smooth(0.999):min(780):max(360):int;
drywet(x,y) = (1-c)*... |
155179fc5ad0062129a2754ac2ad40530e66fa88dbc19027b77e3703b5674f5d | RuolunWeng/ruolunweng.github.io | Notch.dsp | import("stdfaust.lib");
/* =========== Description ===========:
- A Notch creates a "hole" in the sound at the indicated frequency
- The slider Q - FILTER BANDWIDTH indicates the width of the band in Hz around the center frequency.
- Rocking : to chose the frequency to be cut-off.
- Back : Maximum Q.
- Front : Mini... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/Notch.dsp | faust | =========== Description ===========:
- A Notch creates a "hole" in the sound at the indicated frequency
- The slider Q - FILTER BANDWIDTH indicates the width of the band in Hz around the center frequency.
- Rocking : to chose the frequency to be cut-off.
- Back : Maximum Q.
- Front : Minimum Q.
- Note : The smaller... | import("stdfaust.lib");
G = -3;
F = hslider("Frequency[scale:log][acc:0 1 -10 0 15]", 440, 80, 10000, 1):min(10000):max(80);
Q = hslider("Q - Filter Bandwidth[scale:log][acc:2 0 -10 0 10]", 20, 0.01, 50, 0.01):min(50):max(0.01);
process(x) = library("maxmsp.lib").notch(x,F,G,Q);
|
188663437e5da0e844431097aa601a51da5178e41f5002e6d91bde8276a8b009 | RuolunWeng/ruolunweng.github.io | InstrReverb.dsp | declare name "InstrReverb"; //instrument.lib
import("stdfaust.lib");
/* =========== DESCRIPTION =============
- Reverberation
- Head = Maximum Reverberation
- Bottom = No reverberation
*/
process = _<: instrReverb:>_;
instrReverb = _,_ <: *(reverbGain),*(reverbGain),*(1 - reverbGain),*(1 - reverbGain) :
re.zita_re... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/InstrReverb.dsp | faust | instrument.lib
=========== DESCRIPTION =============
- Reverberation
- Head = Maximum Reverberation
- Bottom = No reverberation
| import("stdfaust.lib");
process = _<: instrReverb:>_;
instrReverb = _,_ <: *(reverbGain),*(reverbGain),*(1 - reverbGain),*(1 - reverbGain) :
re.zita_rev1_stereo(rdel,f1,f2,t60dc,t60m,fsmax),_,_ <: _,!,_,!,!,_,!,_ : +,+
with {
reverbGain = hslider("v:Reverb/Reverberation Volume[acc:1 1 -10 0 10]",0.1,0.05,... |
1388eb0dcf83d6c67c4ec31550c037cb38dd9ca42d4c1b8236656b3c7f832085 | RuolunWeng/ruolunweng.github.io | VibratoEnvelope.dsp | declare name "Vibrato Envelope"; //instrument.lib
import("stdfaust.lib");
instrument = library("instruments.lib");
/* =========== DESCRIPTION ============
- Vibrato generator
- Head = no vibrato
- Bottom = Maximum virato intensity
- Rocking = From slow to fast vibrato
*/
process = vgroup("Vibrato",vibrato);
vibrat... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/VibratoEnvelope.dsp | faust | instrument.lib
=========== DESCRIPTION ============
- Vibrato generator
- Head = no vibrato
- Bottom = Maximum virato intensity
- Rocking = From slow to fast vibrato
| import("stdfaust.lib");
instrument = library("instruments.lib");
process = vgroup("Vibrato",vibrato);
vibrato = _*((vibratoGain*os.osc(vibratoFreq)+(1-vibratoGain))*vibratoEnv);
vibratoGain = hslider("Vibrato Intensity[style:knob][acc:1 0 -10 0 10]", 0.1, 0.05, 0.4, 0.01) : si.smooth(0.999):min(0.5):max(0.05);
vibr... |
b7eafb646bad273ceed4f5e37eca65540f1ce5a9a985d2c80f382a8f9c8ac167 | RuolunWeng/ruolunweng.github.io | BandPassFilter.dsp | declare name "Band Pass Filter";
/* ============ DESCRITPION ============
- A band pass filter blocks all the frequencies but the designated frequency band
- The slider CENTER FREQUENCY corresponds to the center frequency of the band
- The slider Q - FILTER BANDWIDTH indicates the width of the band in Hz around the c... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/BandPassFilter.dsp | faust | ============ DESCRITPION ============
- A band pass filter blocks all the frequencies but the designated frequency band
- The slider CENTER FREQUENCY corresponds to the center frequency of the band
- The slider Q - FILTER BANDWIDTH indicates the width of the band in Hz around the center frequency.
- Head = High cente... | declare name "Band Pass Filter";
import("stdfaust.lib");
process = _:fi.bandpass(1, Lowf, Highf):_
with {
freq = hslider("[1]Center Frequency[unit:Hz][style:log][acc:1 1 -10 0 10]", 200, 50, 10000, 0.01):si.smooth(0.999);
Lowf = freq - Q;
Highf = freq + Q;
Q = hslider("Q - Filt... |
71b81bf078acc7daa301da5be80dfa61c752285def96baa730b3bc12e7ffb3e4 | RuolunWeng/ruolunweng.github.io | PeakEqualizer.dsp | declare name "Peak Equalizer";
import("stdfaust.lib");
/* =========== DESCRITPION ==============
- An Equalizer - or EQ - is used to cut or boost a designated peak frequency from a sound
- The Q - FILTER BANDWIDTH indicates in Hz the width of the frequency band around the peak frequency impacted by the cut or boost
... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/PeakEqualizer.dsp | faust | =========== DESCRITPION ==============
- An Equalizer - or EQ - is used to cut or boost a designated peak frequency from a sound
- The Q - FILTER BANDWIDTH indicates in Hz the width of the frequency band around the peak frequency impacted by the cut or boost
- Front = Boosting effect/ Narrow band
- Back = Cutting ef... | declare name "Peak Equalizer";
import("stdfaust.lib");
process = vgroup("Peak EQ",fi.peak_eq(level,freq,Q))
with {
level = hslider("[2]Level[unit:dB][style:knob][acc:2 1 -10 0 10][tooltip: boost Level>0 or cut Level<0)", 0, -40, 32, 0.01):min(32):max(-40);
freq = hslider("[1]Peak Frequency[unit:... |
0fa82f31645b23ea17d4fc49eeda58e7379568c855af47402596dbcbf5e42679 | RuolunWeng/ruolunweng.github.io | Flanger.dsp | declare name "Flanger";
import("stdfaust.lib");
/* =========== DESCRIPTION ==========
- Flanger effect
- Head = No effect
- Bottom = Maximum Intensity and Amplitude
- Left = Slow Flanging
- Right = Maximum Speed
*/
process = _<:_,(_<:FlangerDemo:>*(0.1)):drywet;
FlangerDemo = flanger_stereo_demo with {
flanger... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/Flanger.dsp | faust | =========== DESCRIPTION ==========
- Flanger effect
- Head = No effect
- Bottom = Maximum Intensity and Amplitude
- Left = Slow Flanging
- Right = Maximum Speed
meter_group(checkbox("[1] Invert Flange Sum"));
sine for left channel
cosine for right channel | declare name "Flanger";
import("stdfaust.lib");
process = _<:_,(_<:FlangerDemo:>*(0.1)):drywet;
FlangerDemo = flanger_stereo_demo with {
flanger_group(x) =
vgroup("FLANGER [tooltip: Reference: https://ccrma.stanford.edu/~jos/pasp/Flanging.html]", x);
ctl_group(x) = flanger_group(hgroup("[1]", x));
f... |
4e107a6c9f52e21fafe43ee131be843af7399e1b3a14a4029f814e3f1fb9f88e | RuolunWeng/ruolunweng.github.io | Modulations.dsp | declare name "Modulations";
/* =========== DESCRITPION ===========
- Non Linear modulation processor
- There are 5 different types of modulations available :
==> 0, 1, 2 use the incoming signal to perform the modulation
==> 3 uses the modulating frequency to modulate the sound
==> 4 uses the default 220Hz frequency t... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/Modulations.dsp | faust | =========== DESCRITPION ===========
- Non Linear modulation processor
- There are 5 different types of modulations available :
==> 0, 1, 2 use the incoming signal to perform the modulation
==> 3 uses the modulating frequency to modulate the sound
==> 4 uses the default 220Hz frequency to modulate the sound
- Pick a ... | declare name "Modulations";
import("stdfaust.lib");
instrument=library("instruments.lib");
NLFM = _ : instrument.nonLinearModulator(nonlinearity,env,freq,typeMod,freqMod,order) : _;
process = NLFM;
gate = hslider("[1]ON/OFF (ASR Envelope)[acc:2 0 -10 0 10]", 1,0,1,1);
ASR =(en.asr(a,s,r,t))
with {
a = 1;
s = ... |
8ef577459064731fbcf404ff9b318d32badc97288e82f9ed946c9d41627029de | RuolunWeng/ruolunweng.github.io | Phaser.dsp | declare name "Phaser";
import("stdfaust.lib");
/* =========== DESCRIPTION ==========
- Flanger effect
- Head = No effect
- Bottom = Maximum Intensity and Amplitude
- Left = Slow Flanging
- Right = Maximum Speed
*/
process = _<:_,(_<:phaser2Demo:>*(0.2)):drywet;
phaser2Demo = phaser2_stereo_demo with {
phaser2_g... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/Phaser.dsp | faust | =========== DESCRIPTION ==========
- Flanger effect
- Head = No effect
- Bottom = Maximum Intensity and Amplitude
- Left = Slow Flanging
- Right = Maximum Speed
FIXME: This should be an amplitude-response display:
flangeview = phaser2_amp_resp : meter_group(hspectrumview("[2] Phaser Amplitude Response", 0,1));
pha... | declare name "Phaser";
import("stdfaust.lib");
process = _<:_,(_<:phaser2Demo:>*(0.2)):drywet;
phaser2Demo = phaser2_stereo_demo with {
phaser2_group(x) =
vgroup("PHASER2 [tooltip: Reference: https://ccrma.stanford.edu/~jos/pasp/Flanging.html]", x);
meter_group(x) = phaser2_group(hgroup("[0]", x));
ctl_... |
f05b7ff78d0a4edf80c8b96142fe0f5ab66aa60a3b895eef0a96bb040f79a6ef | RuolunWeng/ruolunweng.github.io | ASREnvelope.dsp | declare name "ASR Envelope";
import("stdfaust.lib");
instrument = library("instruments.lib");
/* =========== DESCRITPTION ============
- An Attack, Sustain, Release envelope is used to "shape" a sound :
==> The ATTACK defines how long it takes to start : it is also called a "fade in"
==> The RELEASE defines how long... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/ASREnvelope.dsp | faust | =========== DESCRITPTION ============
- An Attack, Sustain, Release envelope is used to "shape" a sound :
==> The ATTACK defines how long it takes to start : it is also called a "fade in"
==> The RELEASE defines how long it takes to end : it is also called a "fade out"
==> The ON/OFF slider is also called GATE or TRI... | declare name "ASR Envelope";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = *(en.asr(a,s,r,t)):_
with {
a = hslider("[2]Envelope Attack[unit:s][acc:0 1 -10 0 10][style:knob]", 0.1, 0.01, 2, 0.01) : si.smooth(0.999);
s = 1;
r = hslider("[3]Envelope Release[unit... |
58e8c0ff3b837f0a2078ad4c67f45d980ad169b1b5dda8549952398b1b91ead3 | RuolunWeng/ruolunweng.github.io | RandomRingModulation.dsp | declare name "Random Ring Modulator";
/* ========== DESCRITPION ===========
- Ring Modulator which randomly changes the modulation frequency
- Left = Irregular and rare changes
- Right = Regular and frequent changes
- Front = Low ranging modulating frequencies
- Back = High ranging modulating frequencies
*/
import... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/RandomRingModulation.dsp | faust | ========== DESCRITPION ===========
- Ring Modulator which randomly changes the modulation frequency
- Left = Irregular and rare changes
- Right = Regular and frequent changes
- Front = Low ranging modulating frequencies
- Back = High ranging modulating frequencies
--------------------------- Random Frequency ------... | declare name "Random Ring Modulator";
import("stdfaust.lib");
process = *(ringmod);
ringmod = os.oscs(rfreq);
ringSpeed = hslider("[1]Ring Modulation Speed Range[scale:log][acc:2 0 -10 0 10]", 20, 10, 10000, 1) : si.smooth(0.99) : min(10000) : max(1);
rfreq = pulsaring.gate : randfreq : si.smooth(0.99) : fi.l... |
6b5a1629630797d027e99e7c8aa9d0dfe70a2dc0223242c2726b757910212d2f | RuolunWeng/ruolunweng.github.io | Seaside.dsp | declare name "Seaside";
declare autho "ER";
/* =========== DESCRIPTION ============
- Pink no.noise filtering which emulates the sound of waves, of the sea
- Rocking = waves coming back and forth
- Head = Slight reverberation
*/
import("stdfaust.lib");
instrument = library("instruments.lib");
process = Pink : fi... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/combined/Seaside.dsp | faust | =========== DESCRIPTION ============
- Pink no.noise filtering which emulates the sound of waves, of the sea
- Rocking = waves coming back and forth
- Head = Slight reverberation
----------------------- Band Pass Filter --------------------------
----------------------- Pink Noise --------------------------------... | declare name "Seaside";
declare autho "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = Pink : fi.bandpass(1, Lowf, Highf) <: instrReverbSea :> _
with {
freq = 200;
Lowf = freq - Q;
Highf = freq + Q;
Q = hslider("[1]Q - Filter Bandwidth (Bandpass... |
d18c0f6a42621f838bdd84cd1f0c19a8604edc4f09bdbfcc67307472a7c8fbb1 | RuolunWeng/ruolunweng.github.io | SNoiseburst.dsp | declare name "Noiseburst";
declare author "Adapted frome sfIter by Christophe Lebreton";
import("stdfaust.lib");
/* =========== DESCRITPTION =============
- Noise outbursts generator
- Front = Medium size bursts
- Back = short bursts
- Left Slow rhythm
- Right = Fast rhythm
- Bottom = Regular occurrences
- Head = Ir... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SNoiseburst.dsp | faust | =========== DESCRITPTION =============
- Noise outbursts generator
- Front = Medium size bursts
- Back = short bursts
- Left Slow rhythm
- Right = Fast rhythm
- Bottom = Regular occurrences
- Head = Irregular occurrences
----------------------- NOISEBURST -------------------------
fundamental period in samples
... | declare name "Noiseburst";
declare author "Adapted frome sfIter by Christophe Lebreton";
import("stdfaust.lib");
process = noiseburst *(0.1);
noiseburst = no.noise : *(gate : trigger(P))
with {
upfront(x) = (x-x') > 0;
decay(n,x) = x - (x>0)/n;
release(n) = + ~ decay(n);
trigge... |
f57a2667496d33e805830edc69fc90a577dce6fb5216124e2ada1b55a7ae23e0 | RuolunWeng/ruolunweng.github.io | RandomVibrato.dsp | declare name "Random Vibrato";
/* ========== DESCRITPION ===========
- Vibrato processor which randomly changes the vibrato frequency
- Left = Irregular and rare changes
- Right = Regular and frequent changes
- Front = Low ranging vibrato frequencies
- Back = High ranging vibrato frequencies
*/
import("stdfaust.lib... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/RandomVibrato.dsp | faust | ========== DESCRITPION ===========
- Vibrato processor which randomly changes the vibrato frequency
- Left = Irregular and rare changes
- Right = Regular and frequent changes
- Front = Low ranging vibrato frequencies
- Back = High ranging vibrato frequencies
Random Vibrato:
----------------- VIBRATO ---------------... | declare name "Random Vibrato";
import("stdfaust.lib");
process = *(vibrato);
vibrato = vibratoGain * os.osc(vibratoFreq) + (1-vibratoGain);
vibratoGain = hslider("[2]Vibrato Intensity[style:knob][acc:1 0 -10 0 10]", 0.1, 0.05, 0.4, 0.01) : si.smooth(0.999);
vibratoFreq = vfreq;
vibratoSpeed = hslider("[1]Vibrato... |
d59eaa24153993e1431ab06bc78685ba25a3fb509450bf211a1753139e5bdaf0 | RuolunWeng/ruolunweng.github.io | Granulator.dsp | declare name "Granulator";
declare author "Adapted from sfIter by Christophe Lebreton";
/* =========== DESCRITPTION =============
- The granulator takes very small parts of a sound, called GRAINS, and plays them at a varying speed
- Front = Medium size grains
- Back = short grains
- Left Slow rhythm
- Right = Fast rh... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/effects/Granulator.dsp | faust | =========== DESCRITPTION =============
- The granulator takes very small parts of a sound, called GRAINS, and plays them at a varying speed
- Front = Medium size grains
- Back = short grains
- Left Slow rhythm
- Right = Fast rhythm
- Bottom = Regular occurrences
- Head = Irregular occurrences
----------------------... | declare name "Granulator";
declare author "Adapted from sfIter by Christophe Lebreton";
import("stdfaust.lib");
process = hgroup("Granulator", *(excitation : ampf));
excitation = noiseburst(gate,P) * (gain);
ampf = an.amp_follower_ud(duree_env,duree_env);
noiseburst(gate,P) = no.noise : *(gate : trigger(P))
with... |
14a4b55d6945d52f7df87795a1f0278b5d9b98d7adce04eb79d06ccb3cd63735 | RuolunWeng/ruolunweng.github.io | WoodenKeyboard.dsp | declare name "Wooden Keyboard";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
//d'apres les enveloppes de John Chowning utilisees dans Turenas
/* =============== DESCRIPTION ================= :
- Wooden keyboard
- Head = Echo/Silence
- Rocking = striking across the keyboard ... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/combined/WoodenKeyboard.dsp | faust | d'apres les enveloppes de John Chowning utilisees dans Turenas
=============== DESCRIPTION ================= :
- Wooden keyboard
- Head = Echo/Silence
- Rocking = striking across the keyboard from low frequencies (Left) to high frequencies (Right)
- Back + Rotation = long notes
- Front + Rotation = short notes
----... | declare name "Wooden Keyboard";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
marimkey(n) = os.osc(octave(n)) * (0.1)
*(trigger(n+1) : enveloppe : fi.lowpass(1,500));
process = hand <: par(i, 10, marimkey(i)) :> echo *(3);
hand = hslider("[1]Instrument Hand[acc:1 0 ... |
960fabe0b6733a09c882b9c8d01e6dc8941228526973788be5e6b340d254c0df | RuolunWeng/ruolunweng.github.io | SBouncyHarp.dsp | declare name "Bouncy Harp";
declare author "ER"; //From Nonlinear EKS by Julius Smith and Romain Michon;
/* =============== DESCRIPTION ================= :
Do not hesitate to make swift and abrupt gestures.
- Head : Silence
- Swing : To pluck the strings of the harp.
- Fishing rod with abrupt stop in Head position :... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SBouncyHarp.dsp | faust | From Nonlinear EKS by Julius Smith and Romain Michon;
=============== DESCRIPTION ================= :
Do not hesitate to make swift and abrupt gestures.
- Head : Silence
- Swing : To pluck the strings of the harp.
- Fishing rod with abrupt stop in Head position : bouncing string effect.
- Frying Pan and Tennis Racke... | declare name "Bouncy Harp";
import("stdfaust.lib");
process = par(i, N, NLFeks(i)):>_;
NLFeks(n) = filtered_excitation(n,P(octave(n)),octave(n)) : stringloop(octave(n));
N = 15;
gain = 1;
reverse = select2(_, 1, 0);
pickangle = 0.9 * hslider("[3]Dry/Soft Strings[acc:2 1 -10 0 10]", 0.45,0,0.9,0.1);
beta = hslid... |
517a315b6451ad25399ece01e832972b8401000585141f74807d9ae7fdfe4351 | RuolunWeng/ruolunweng.github.io | SPentatonicSoftHarp.dsp | declare name "Pentatonic Soft Harp";
declare author "ER";//Adapted from "Nonlinear EKS" by Julius Smith and Romain Michon;
import("stdfaust.lib");
instrument = library("instruments.lib");
/* =============== DESCRIPTION =================
- Reverberated pentatonic soft harp
- Left = Lower frequencies/Silence when st... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SPentatonicSoftHarp.dsp | faust | Adapted from "Nonlinear EKS" by Julius Smith and Romain Michon;
=============== DESCRIPTION =================
- Reverberated pentatonic soft harp
- Left = Lower frequencies/Silence when still
- Front = Resonance
- Back = No resonance
- Right = Higher frequencies/Fast rhythm
- Head = Reverberation
- Rocking = pluckin... | declare name "Pentatonic Soft Harp";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = par(i, N, NFLeks(i)):>_;
NFLeks(n) = filtered_excitation(n,P(freq(n)),freq(n)) : stringloop(freq(n));
N = 20;
with{
bps = hslider("[2]Speed[style:knob][acc:0 1 -10 0 10]", 480, 180, 720, 1):si.smooth... |
9f8a86b84e3fdf3bf350e74bae572bc109568fd2ebd2c0094796695edd473dcb | RuolunWeng/ruolunweng.github.io | SAtonalSoftHarp.dsp | declare name "Atonal Soft Harp";
declare author "ER"; //Adapted from NLFeks by Julius Smith and Romain Michon;
/* =============== DESCRIPTION ======================== :
- Soft Atonal Harp
- Swing = Plucking all the strings one by one
- Left = Slow rhythm /Low frequencies/ Silence
- Right = Fast rhythm/ High frequenc... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SAtonalSoftHarp.dsp | faust | Adapted from NLFeks by Julius Smith and Romain Michon;
=============== DESCRIPTION ======================== :
- Soft Atonal Harp
- Swing = Plucking all the strings one by one
- Left = Slow rhythm /Low frequencies/ Silence
- Right = Fast rhythm/ High frequencies
- Back = Short and dry notes
- Front = Long and bright ... | declare name "Atonal Soft Harp";
import("stdfaust.lib");
process = par(i, N, NFLeks(i)):>_;
NFLeks(n) = filtered_excitation(n,P(freq(n)),freq(n)) : stringloop(freq(n));
N = 20;
with{
bps = hslider("h:[1]/Speed[style:knob][acc:0 1 -10 0 10]", 480, 180, 720, 1):si.smooth(0.999) : min(720) : max(180) : int;
};
gain ... |
7e65e120d5c76d9705155c0c706b7293d079c7ee1760b4ab6cdbd6779d46a9f1 | RuolunWeng/ruolunweng.github.io | SChromaticSoftHarp.dsp | declare name "Chromatic Soft Harp";
declare author "ER";//Adapted from Nonlinear EKS by Julius Smith and Romain Michon;
declare reference "http://ccrma.stanford.edu/~jos/pasp/vegf.html";
import("stdfaust.lib");
/* =============== DESCRIPTION =================
- Soft chromatic harp
- Left = Lower frequencies/Silence... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SChromaticSoftHarp.dsp | faust | Adapted from Nonlinear EKS by Julius Smith and Romain Michon;
=============== DESCRIPTION =================
- Soft chromatic harp
- Left = Lower frequencies/Silence when still
- Front = Resonance
- Back = No resonance
- Right = Higher frequencies/Fast rhythm
- Rocking = plucking all strings one by one
============... | declare name "Chromatic Soft Harp";
declare reference "http://ccrma.stanford.edu/~jos/pasp/vegf.html";
import("stdfaust.lib");
process = par(i, N, NFLeks(i)):>_;
NFLeks(n) = filtered_excitation(n,P(freq(n)),freq(n)) : stringloop(freq(n));
N = 24;
with{
bps = hslider("h:[1]/Speed[style:knob][acc:0 1 -10 0 10]", 4... |
cf4309c12ca2a7f5ab9f6440f29a14a27e03c99c5f93b1f8080afa199525079e | RuolunWeng/ruolunweng.github.io | SCMajSoftHarp.dsp | declare name "C Major Soft Harp";
declare author "ER";//Adapted from Nonlinear EKS by Julius Smith and Romain Michon;
declare reference "http://ccrma.stanford.edu/~jos/pasp/vegf.html";
import("stdfaust.lib");
/* =============== DESCRIPTION ================= :
- C Major soft harp
- Left = Lower frequencies/Silence wh... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SCMajSoftHarp.dsp | faust | Adapted from Nonlinear EKS by Julius Smith and Romain Michon;
=============== DESCRIPTION ================= :
- C Major soft harp
- Left = Lower frequencies/Silence when still
- Front = Resonance
- Back = No resonance
- Right = Higher frequencies/Fast rhythm
- Rocking = plucking all strings one by one
=============... | declare name "C Major Soft Harp";
declare reference "http://ccrma.stanford.edu/~jos/pasp/vegf.html";
import("stdfaust.lib");
process = vgroup("Soft Harp - C Major",par(i, N, NFLeks(i)):>_);
NFLeks(n) = filtered_excitation(n,P(freq(n)),freq(n)) : stringloop(freq(n));
N = 24;
with{
bps = hslider("h:[1]/Speed[style... |
d8d95e1dd9bb940fd276f984b130d78733fefdcb61bcdeb9c77d2ca47d9cce42 | RuolunWeng/ruolunweng.github.io | STunedBar.dsp | declare name "Tuned Bars";
declare author "ER";//From "Tuned Bar" by Romain Michon (rmichon@ccrma.stanford.edu);
import("stdfaust.lib");
instrument = library("instruments.lib");
/* =============== DESCRIPTION ================= :
- Cascading tuned bars
- Head = Silence
- Bottom = Chime
- Left = Low frequencies + slow... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/STunedBar.dsp | faust | From "Tuned Bar" by Romain Michon (rmichon@ccrma.stanford.edu);
=============== DESCRIPTION ================= :
- Cascading tuned bars
- Head = Silence
- Bottom = Chime
- Left = Low frequencies + slow rhythm
- Right = High frequencies + fast rhythm
- Geiger counter = Chime
==================== INSTRUMENT ==========... | declare name "Tuned Bars";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = par(i, N, tunedBar(i)):>_;
tunedBar(n) =
((select-1)*-1) <:
par(i,nModes,(resonance(i,octave(n),gate(n))~_)):> + :
*(15);
N = 10;
gain = 1;
gate(n) = position(n) : upfront;
hand = hslider("[1]Instrument Ha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.