_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 |
|---|---|---|---|---|---|---|---|
49039b1eb8217c4ebf01eb27bdcc7d1cf0801c2326b8dbdd8e8bb96e7c4b3059 | rottingsounds/bitDSP-faust | ca.dsp | // This is a simple example showing pattern-formation through
// elementary cellular automata. The cellular automata function
// is called with four integer arguments: size of the circular lattice;
// the rule that determines the next state of each cell; the initial
// state of the cells; the iteration rate.
//
// The ... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/21cf36105c55b6e18969a867a319530a0ef1ea63/examples/ca.dsp | faust | This is a simple example showing pattern-formation through
elementary cellular automata. The cellular automata function
is called with four integer arguments: size of the circular lattice;
the rule that determines the next state of each cell; the initial
state of the cells; the iteration rate.
The size of the la... |
declare name "ca";
declare description "Elementary cellular automata – size-16 lattice example; rule 110";
declare author "Dario Sanfilippo";
declare reference "Stephen Wolfram – A New Kind of Science (2002)";
import("stdfaust.lib");
bitBus = library("bitDSP_bitBus.lib");
process = bitBus.eca(16, 110, 24, ma.SR);
... |
7ed8741eaa65eec19727d603d1f5dd21dfdf030e86208ef7887a05106ce710f0 | SpotlightKid/faustfilters | korg35hpf.dsp | declare name "Korg35HPF";
declare description "FAUST Korg 35 24 dB HPF";
declare author "Eric Tarr";
declare license "MIT-style STK-4.3 license";
import("stdfaust.lib");
//===================================Korg 35 Filters======================================
// The following filters are virtual analog models of the... | https://raw.githubusercontent.com/SpotlightKid/faustfilters/8dfb35de7b83935806abe950187e056623b6c01a/faust/korg35hpf.dsp | faust | ===================================Korg 35 Filters======================================
The following filters are virtual analog models of the Korg 35 low-pass
filter and high-pass filter found in the MS-10 and MS-20 synthesizers.
The virtual analog models for the LPF and HPF are different, making these
filters mo... | declare name "Korg35HPF";
declare description "FAUST Korg 35 24 dB HPF";
declare author "Eric Tarr";
declare license "MIT-style STK-4.3 license";
import("stdfaust.lib");
declare korg35HPF author "Eric Tarr";
declare korg35HPF license "MIT-style STK-4.3 license";
korg35HPF(freq,Q) = _ <: (s1,s2,s3,y) : !,!,!,_
letrec... |
bb7836e2967e0e8dddeb484ddb0c7be6ce1d3ebe2a9ec76707e28d8779b9158c | SpotlightKid/faustfilters | korg35lpf.dsp | declare name "Korg35LPF";
declare description "FAUST Korg 35 24 dB LPF";
declare author "Christopher Arndt";
declare license "MIT-style STK-4.3 license";
import("stdfaust.lib");
//===================================Korg 35 Filters======================================
// The following filters are virtual analog model... | https://raw.githubusercontent.com/SpotlightKid/faustfilters/8dfb35de7b83935806abe950187e056623b6c01a/faust/korg35lpf.dsp | faust | ===================================Korg 35 Filters======================================
The following filters are virtual analog models of the Korg 35 low-pass
filter and high-pass filter found in the MS-10 and MS-20 synthesizers.
The virtual analog models for the LPF and HPF are different, making these
filters mo... | declare name "Korg35LPF";
declare description "FAUST Korg 35 24 dB LPF";
declare author "Christopher Arndt";
declare license "MIT-style STK-4.3 license";
import("stdfaust.lib");
declare korg35LPF author "Eric Tarr";
declare korg35LPF license "MIT-style STK-4.3 license";
korg35LPF(freq,Q) = _ <: (s1,s2,s3,y) : !,!,!,... |
ab490387c7aad2d9560b61b65e4dd0af49864e743b0ca0304e3e51d28d30d425 | Sylcantor/wam-web-components | Kpp_fuzz.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/Sylcantor/wam-web-components/c54352dae5b80bcf6d8d4c306ea22e2c91a12b08/plugins/Kpp_fuzz/Kpp_fuzz.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_fuzz";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.2";
import("stdfaust.lib");
process = output with {
bypass = checkbox("99_bypass");
fuzz = vslider("fuzz[style:knobs]",50,0,100,0.01);
tone = vslider("tone[style:knobs]",-7.5,-15,0,0.1);
volume = ... |
7eb6c378874ffe24c117b48c757a02f710db2eb09bb67616a057875ae99854ba | Sylcantor/wam-web-components | deathgate.dsp | /*
* Copyright (C) 2018 Oleg Kapitonov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is dis... | https://raw.githubusercontent.com/Sylcantor/wam-web-components/c54352dae5b80bcf6d8d4c306ea22e2c91a12b08/plugins/deathgate/deathgate.dsp | faust |
* Copyright (C) 2018 Oleg Kapitonov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distr... |
declare name "kpp_deadgate";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "0.1b";
import("stdfaust.lib");
process = output with {
deadzone_knob = ba.db2linear(vslider("DeadZone[style:knob]", -100, -120, 0, 0.001));
noizegate_knob = vslider("NoiseGate[style:knob]", -120, -120, 0, ... |
fa6b2203b0c56695a3d2a4c68e550d0ec4b80f0d540480aedd7c3f3dafc3b78f | grame-cncm/smartfaust | sfGretchensCat.dsp | declare name "sfGretchenCat";
declare version "0.3";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
//-------------------- MAIN -------------------------------
process = FM_synth:*(out):max(-0.99):min(0.99)
with {
... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfGretchensCat/sfGretchensCat.dsp | faust | -------------------- MAIN -------------------------------
-----------------------------------------------------------
Defined Chroma Table of carrier FM synthesis
-----------------------------------------------------------
order of filter
-----------------------------------------------------------
simple FM synthesi... | declare name "sfGretchenCat";
declare version "0.3";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
process = FM_synth:*(out):max(-0.99):min(0.99)
with {
out = checkbox ("v:sfGretchen's Cat/ON/OFF"):si.smooth(0... |
25e8d23d3455dff66c9897d0bf1641e16071453671d8205cb8aabf18316e87ee | rottingsounds/bitDSP-faust | LowPressure.dsp | declare name "LowPressure";
declare author "Till Bovermann";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit_gen = library("bitDSP_gen.lib");
// plot
// CXXFLAGS="-I ../include" faust2csvplot -I ../lib LowPressure.dsp
// ./boolOsc0 -n 10
// compile
// CXXFLAGS="-I ../../../include" faust2caqt ... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/c436ecad29c57d46d5e3e59110c25e71a3761fc5/synths/LowPressure.dsp | faust | plot
CXXFLAGS="-I ../include" faust2csvplot -I ../lib LowPressure.dsp
./boolOsc0 -n 10
compile
CXXFLAGS="-I ../../../include" faust2caqt -I ../lib -double LowPressure.dsp
./LowPressure
process = bit_gen.lowPressure(c1, c2) : par(i, 2, (_ * vol)); | declare name "LowPressure";
declare author "Till Bovermann";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit_gen = library("bitDSP_gen.lib");
c1 = hslider("c1",0,0,1,0.001);
c2 = hslider("c2",0.5,0,1,0.001);
rot = hslider("rot",0.5,0, ma.PI, 0.001) : si.smoo;
lFreq = hslider("lFreq [scale:lo... |
6a6a5f51e9e18ab59a4817ee2a058ffcbbf6ff46d3c658016e6fc303707d7ade | rottingsounds/bitDSP-faust | DSM2PCM.dsp | declare name "DSM2PCM";
declare author "Till Bovermann, Dario Sanfilippo";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit = library("bitDSP.lib");
// plot
// CXXFLAGS="-I ../include" faust2csvplot -double -I ../lib DSM2PCM.dsp
// ./DSM2PCM -n 10
// compile
// CXXFLAGS="-I ../../../include"... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/21cf36105c55b6e18969a867a319530a0ef1ea63/examples/_sc/DSM2PCM.dsp | faust | plot
CXXFLAGS="-I ../include" faust2csvplot -double -I ../lib DSM2PCM.dsp
./DSM2PCM -n 10
compile
CXXFLAGS="-I ../../../include" faust2caqt -double -I ../lib DSM2PCM.dsp
./DSM2PCM
SuperCollider
export SUPERCOLLIDER_HEADERS=/localvol/sound/src/supercollider/include/
faust2supercollider -double -I ../faust/bitDS... | declare name "DSM2PCM";
declare author "Till Bovermann, Dario Sanfilippo";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit = library("bitDSP.lib");
freq = hslider("freq", 100, 100, 192000, 0);
process = fi.lowpass(8, freq);
|
0124dd8413cc39fd19963e5db04ba0143c8ac1eca2e576c1b24f1764b317f798 | madskjeldgaard/komet | madstorro.dsp | declare name "madstorro";
declare version "0.1";
declare author "Jakob Zerbian";
declare author "Mads Kjeldgaard";
declare description "Dattorro reverb, mono";
import("stdfaust.lib");
/*
This is a modified version of the datorro reverb that comes with faust.
The modification is to make it mono
*/
madstorro_rev(pre... | https://raw.githubusercontent.com/madskjeldgaard/komet/b7123007d7af668181d4741f6c9746b37fca8729/faust/madstorro.dsp | faust |
This is a modified version of the datorro reverb that comes with faust.
The modification is to make it mono
allpass using delay with fixed size
input pre-delay and diffusion
reverb loop | declare name "madstorro";
declare version "0.1";
declare author "Jakob Zerbian";
declare author "Mads Kjeldgaard";
declare description "Dattorro reverb, mono";
import("stdfaust.lib");
madstorro_rev(pre_delay, bw, i_diff1, i_diff2, decay, d_diff1, d_diff2, damping) =
si.bus(1) : *(0.5) : predelay : bw_filter : di... |
46168b59d5a51ee79a3c368223fe6226bba817a7908fcc8bfb53277f291d0673 | DBraun/DawDreamer | polyphonic_wavetable.dsp | declare name "MyInstrument";
declare options "[nvoices:8]"; // FaustProcessor has a property which will override this.
import("stdfaust.lib");
// This example demonstrates using lagrange interpolation to improve
// the sampling of a short wavetable.
// Specifically, from Python we pass myCycle, 4 samples of a sine wa... | https://raw.githubusercontent.com/DBraun/DawDreamer/a67f66107ae02afc8334052dd9d806dbf93b4550/tests/faust_dsp/polyphonic_wavetable.dsp | faust | FaustProcessor has a property which will override this.
This example demonstrates using lagrange interpolation to improve
the sampling of a short wavetable.
Specifically, from Python we pass myCycle, 4 samples of a sine wave,
so the values are {0, 1, 0, -1}.
However, with Lagrange interpolation, we can turn these... | declare name "MyInstrument";
import("stdfaust.lib");
soundfile_full = soundfile("myCycle",1): _, !, _;
S = 0, 0 : soundfile_full : _, !;
soundfile_table = 0, _ : soundfile_full : !, _;
declare lagrangeCoeffs author "Dario Sanfilippo";
declare lagrangeCoeffs copyright "Copyright (C) 2021 Dario Sanfilippo
<san... |
0e9c54c68d60ebbaf06f88e9ee0b250c62cdd063c62e60cb0601ce7175904a6d | magnetophon/DigiDrie | oberheim_test.dsp | declare oberheim author "Eric Tarr";
declare oberheim license "MIT-style STK-4.3 license";
import("stdfaust.lib");
oberheimF(freq,Q) = _<:(s1,s2,ybsf,ybpf,yhpf,ylpf) : !,!,_,_,_,_
letrec{
's1 = _-s2:_-(s1*FBs1):_*alpha0:_*g<:_,(_+s1:ef.cubicnl(0.0,0)):>_;
's2 = _-s2:_-(s1*FBs1):_*alpha0:_*g:_+s1:ef.cubicnl(0.0,0)... | https://raw.githubusercontent.com/magnetophon/DigiDrie/a9f79d502e1f8d522e5f47e0c460ae99e80f9441/faust/benchmark/oberheim/oberheim_test.dsp | faust | Compute the BSF, BPF, HPF, LPF outputs
target.
target.
target.
Compute the BSF, BPF, HPF, LPF outputs
Only valid in [0, 0.498). 0.5 is nyquist frequency. | declare oberheim author "Eric Tarr";
declare oberheim license "MIT-style STK-4.3 license";
import("stdfaust.lib");
oberheimF(freq,Q) = _<:(s1,s2,ybsf,ybpf,yhpf,ylpf) : !,!,_,_,_,_
letrec{
's1 = _-s2:_-(s1*FBs1):_*alpha0:_*g<:_,(_+s1:ef.cubicnl(0.0,0)):>_;
's2 = _-s2:_-(s1*FBs1):_*alpha0:_*g:_+s1:ef.cubicnl(0.0,0)... |
32c79d5b3c7c3ae28d9623b136034b44e71210fbc44a50c86a9482018a21c7c1 | pingdynasty/OwlPatches | HarpAuto.dsp | //-----------------------------------------------
// Kisana : 3-loops string instrument
// (based on Karplus-Strong)
//
//-----------------------------------------------
declare name "Kisana";
declare author "Yann Orlarey";
import("stdfaust.lib");
KEY = 60; // basic midi key
NCY = 15; // note cycle length
CC... | https://raw.githubusercontent.com/pingdynasty/OwlPatches/2be8a65bb257b53ee7ee0b9d4b5a1ad249e16dab/Faust/HarpAuto.dsp | faust | -----------------------------------------------
Kisana : 3-loops string instrument
(based on Karplus-Strong)
-----------------------------------------------
basic midi key
note cycle length
control cycle length
general tempo (beat per sec)
-------------------------------kisana---------------------------------... |
declare name "Kisana";
declare author "Yann Orlarey";
import("stdfaust.lib");
process = _,(harpe(C,9,48) :> *(l)) :> _
with {
l = hslider("Master[OWL:PARAMETER_D]",0, 0, 1, 0.01);
C = hslider("Timbre[OWL:PARAMETER_C]",0, 0, 1, 0.01);
};
harpe(C,N,b) = hand <: par(i, N, position(i+1)
: strin... |
c0ad723e3cfb9a559946a0be60ec7407fd98ae0e96b63a83f8b30e9ef7b5353c | magnetophon/faustOscillators | fof.dsp | declare author "Bart Brouns";
declare license "GPLv3";
declare name "fof";
import("stdfaust.lib");
import("CZ.lib");
// process =
// fof;
// adapted from:
// https://ccrma.stanford.edu/~mjolsen/pdfs/smc2016_MOlsenFOF.pdf
/////////////////////////////////////////////////////////////////////////////
// ... | https://raw.githubusercontent.com/magnetophon/faustOscillators/6ac2ac572f8a3dc78cc6cb0074d60cce10845300/fof.dsp | faust | process =
fof;
adapted from:
https://ccrma.stanford.edu/~mjolsen/pdfs/smc2016_MOlsenFOF.pdf
///////////////////////////////////////////////////////////////////////////
Hard-Syncing Wavetable Oscillator //
////////////////////////////////////////////////////////////////////////... | declare author "Bart Brouns";
declare license "GPLv3";
declare name "fof";
import("stdfaust.lib");
import("CZ.lib");
ph(f0,c)=
inc
:(+:d)~
(-(_<:(_,*(_,clk))))
:*(pl.tablesize)
with {
clk = c>0;
d = ma.decimal;
inc = f0/float(ma.SR);
};
oscpr(f0,c) =
rdtable(pl.tablesize
, os.sinwaveform(... |
22535a942c5512b9376de3b052884932a7607658bfd842944778ed586ee961f6 | rottingsounds/bitDSP-faust | Bfb.dsp | declare name "Bfb";
declare description "bool_osc FB alternative 1";
declare author "Till Bovermann";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit_gen = library("bitDSP_gen.lib");
// bit = library("bitDSP.lib");
// SuperCollider
// CXXFLAGS="-I ../../../../include" faust2supercollider -I ... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/c436ecad29c57d46d5e3e59110c25e71a3761fc5/synths/Bfb.dsp | faust | bit = library("bitDSP.lib");
SuperCollider
CXXFLAGS="-I ../../../../include" faust2supercollider -I ../../lib -noprefix Bfb.dsp
plot
CXXFLAGS="-I ../include" faust2csvplot -I ../lib Bfb.dsp
./boolOsc_fb -n 10
compile
CXXFLAGS="-I ../../../include" faust2caqt -I ../lib -double Bfb.dsp
./Bfb
process = bit_gen... | declare name "Bfb";
declare description "bool_osc FB alternative 1";
declare author "Till Bovermann";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit_gen = library("bitDSP_gen.lib");
c1 = hslider("c1",0,0,1,0.001);
c2 = hslider("c2",0.5,0,1,0.001);
rot = hslider("rot",0.5,0, ma.PI, 0.001... |
498951efd0cb5822634ce8d154c68d31e9c8cbc4d87d00fa1bdd0354d59cc362 | rottingsounds/bitDSP-faust | rbn.dsp | // This is a simple example showing the possibilities offered by
// recursivity combined with nonlinear properties of Boolean operators.
// The network in this example is a fourth-order one, hence with four nodes,
// combining identity and circular topologies. The system parameters are
// the delays between the connect... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/21cf36105c55b6e18969a867a319530a0ef1ea63/examples/rbn.dsp | faust | This is a simple example showing the possibilities offered by
recursivity combined with nonlinear properties of Boolean operators.
The network in this example is a fourth-order one, hence with four nodes,
combining identity and circular topologies. The system parameters are
the delays between the connections, whic... |
declare name "RBN";
declare description "Recursive Boolean network";
declare author "Dario Sanfilippo";
declare reference "Stuart A Kauffman, “Metabolic stability and epigenesis
in randomly constructed genetic nets,” Journal of theoretical
biology, vol. 22, no. 3, pp. 437–467, 1969.";
import("stdfaust.l... |
4a98645de0c92aae1e3cd28b01c24439a57c91dee214b50b05a18c4c3b38f4aa | tomara-x/magi | moodygirl.dsp | //trans rights
declare name "moodygirl";
declare author "amy universe";
declare version "0.14";
declare license "WTFPL";
import("stdfaust.lib");
N = 32; //modes per group //faust compiler: "alarm clock" with 128
mood(g) = _ : pm.modalModel(N,par(i,N,frq(i,g)),
par(i,N,dur(i,g)),
... | https://raw.githubusercontent.com/tomara-x/magi/28dedc9ef9d34079a5bbf6844fe94f98eefea983/effect/moodygirl.dsp | faust | trans rights
modes per group //faust compiler: "alarm clock" with 128
make em stick at the nyquist
f, fm+s, f2m+2s, f3m+3s, ... (for each mode in the group)
d, d/dd, d/2dd, d/3dd, ... (same) (all modes durations = d if dd == 2)
a, a/d, a/2d, a/3d, ... (same) (all modes amps = a if d == 2) |
declare name "moodygirl";
declare author "amy universe";
declare version "0.14";
declare license "WTFPL";
import("stdfaust.lib");
mood(g) = _ : pm.modalModel(N,par(i,N,frq(i,g)),
par(i,N,dur(i,g)),
par(i,N,amp(i,g) * (i < m(g))))/N : _
with {
m(y) = vsl... |
fbe3a4edd3d48e4a090de342b09647b825f2c9408136efa2482667975b209026 | s-e-a-m/faust-libraries | vcs3.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.dsp | faust | import("../../seam.lib");
process = vcs3osc1(freq,shape,samp,pamp) : fi.lowpass(2,10000), fi.lowpass(2,10000) : fi.lowpass6e(20000), fi.lowpass6e(20000) : fi.dcblocker, fi.dcblocker; | 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]"... |
7b7cb4e432e128a18ec4d502e461c5cc0426869d0f51ed4eeaf1ea0cb26d45fc | friskgit/snares | snares_fb.dsp | // -*- compile-command: "cd .. && make jack src=src/snares_fb.dsp && cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
//---------------`Filterbank for snaredrum` ----------------... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/extras/snares_fb.dsp | faust | -*- compile-command: "cd .. && make jack src=src/snares_fb.dsp && cd -"; -*-
---------------`Filterbank for snaredrum` --------------------------
A filterbank for use with snare drum synths and channel disperser.
18 Juli 2019 Henrik Frisk mail@henrikfrisk.com
---------------------------------------------------
en.... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
channels = 2;
imp = ba.pulse(hslider("tempo", 1000, 500, 10000, 1));
env = en.ar(attack, rel, imp) * amp
with {
attack = hslider("attack"... |
0a4e2eac6759da936e135d5e7ba4d0311df08c1b34186d913e32cf99f2429aba | RuolunWeng/ruolunweng.github.io | SRandomFrequencyGenerator.dsp | declare name "Random Frequency Generator";
declare author "ER";
/* ============ DESCRIPTION ============
- Random Frequency Generator
- Head = High Frequencies
- Bottom = Low frequencies
- Left = Slow rhythm
- Right = Fast rhythm
*/
import("stdfaust.lib");
process = vgroup("Random Frequency Generator", randfreq : ... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SRandomFrequencyGenerator.dsp | faust | ============ DESCRIPTION ============
- Random Frequency Generator
- Head = High Frequencies
- Bottom = Low frequencies
- Left = Slow rhythm
- Right = Fast rhythm
| declare name "Random Frequency Generator";
declare author "ER";
import("stdfaust.lib");
process = vgroup("Random Frequency Generator", randfreq : os.osc);
sampleAndhold(t) = select2(t) ~_;
randfreq = no.noise : sampleAndhold(gate)*(lowhigh) : si.smooth(0.99)
with{
lowhigh = hslider("[2]Hight[tooltip: frequency ran... |
124f022fd7301906d0f1690069098d54fcabf152b7167068ae5c574dad0d3e45 | RuolunWeng/ruolunweng.github.io | SRandomAndHold.dsp | declare name "Random and Hold";
declare author "ER";
/* ========= DESCRIPTION ============
- Random frequency generator with hold function
- Head = Hold the last sampled note
- Swing = Generate random notes
- Left = Slow rhythm
- Right = Fast rhythm
*/
import("stdfaust.lib");
process = no.noise : sampleAndhold(gat... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SRandomAndHold.dsp | faust | ========= DESCRIPTION ============
- Random frequency generator with hold function
- Head = Hold the last sampled note
- Swing = Generate random notes
- Left = Slow rhythm
- Right = Fast rhythm
| declare name "Random and Hold";
declare author "ER";
import("stdfaust.lib");
process = no.noise : sampleAndhold(gate) * (1500) : si.smooth(0.99) : os.osc : sampleAndhold(reverse(hold))<:select2(reverse(hold),(si.smooth(0.999) : *(1500):os.osc),_);
sampleAndhold(g) = select2(g) ~_;
reverse(t) = select2(t,1,0);
ho... |
cb0b6036d4d08a34a733cd9eae78578d5300559d7854a104acebec8992484221 | dariosanfilippo/modified_rossler | modified_rossler.dsp | // =============================================================================
// Modified Rössler complex generator
// =============================================================================
//
// Complex sound generator based on modified Rössler equations.
// The model is structurally-stable through h... | https://raw.githubusercontent.com/dariosanfilippo/modified_rossler/b44a671bcb941d90830121d1911a2b9957645588/modified_rossler.dsp | faust | =============================================================================
Modified Rössler complex generator
=============================================================================
Complex sound generator based on modified Rössler equations.
The model is structurally-stable through hyperbolic ta... |
import("stdfaust.lib");
declare name "Modified Rössler complex generator";
declare author "Dario Sanfilippo";
declare copyright "Copyright (C) 2021 Dario Sanfilippo
<sanfilippo.dario@gmail.com>";
declare version "1.1";
declare license "GPL v3.0 license";
rossler(l, a, b, c, dt, x_0, y_0, z_0) = x_level(out *... |
93b3eb6c889fa51280771f05798b289603643a8a73f62aed9fafc14beded3e40 | rottingsounds/bitDSP-faust | Higks.dsp | declare name "Higks";
declare author "Till Bovermann";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit_gen = library("bitDSP_gen.lib");
// SuperCollider
// CXXFLAGS="-I ../../../../include" faust2supercollider -I ../../lib -noprefix Higks.dsp
// plot
// CXXFLAGS="-I ../include" faust2csvplo... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/c436ecad29c57d46d5e3e59110c25e71a3761fc5/synths/Higks.dsp | faust | SuperCollider
CXXFLAGS="-I ../../../../include" faust2supercollider -I ../../lib -noprefix Higks.dsp
plot
CXXFLAGS="-I ../include" faust2csvplot -I ../lib Higks.dsp
./Higks -n 10
compile
CXXFLAGS="-I ../../../include" faust2caqt -I ../lib -double Higks.dsp
./Higks
process = bit_gen.higks(c1, c2) : par(i, 2, (_... | declare name "Higks";
declare author "Till Bovermann";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit_gen = library("bitDSP_gen.lib");
c1 = hslider("c1",0,0,1,0.001);
c2 = hslider("c2",0.5,0,1,0.001);
rot = hslider("rot",0.5,0, ma.PI, 0.001) : si.smoo;
lFreq = hslider("lFreq [scale:log... |
cdf21cc6a8f27698c220a98f053e059dd2ee45824dd56ecc5664417a0536df33 | Rickr922/Faust-FDS | StiffString.dsp | import("stdfaust.lib");
declare name "StiffString";
declare description "Linear string model with impulse excitation.";
declare author "Riccardo Russo";
//----------------------------------String Settings---------------------------//
//nPoints=int(Length/h);
nPoints = 100;
k = 1/ma.SR;
//Stability conditi... | https://raw.githubusercontent.com/Rickr922/Faust-FDS/ead5c05c0eced6ed111dcfd8eeea14d313f74ef6/library/CorrectExamples/StiffString.dsp | faust | ----------------------------------String Settings---------------------------//
nPoints=int(Length/h);
Stability condition
Tension [N]
Radius (0.016 gauge) [m]
Density [kg/m^3];
Area of string section
Moment of Inertia
Young modulus [Pa]
Stiffness parameter
Wave speed
Frequency dependent damping
Fr... | import("stdfaust.lib");
declare name "StiffString";
declare description "Linear string model with impulse excitation.";
declare author "Riccardo Russo";
nPoints = 100;
k = 1/ma.SR;
coeff = c^2*k^2 + 4*sigma1*k;
h = sqrt((coeff + sqrt((coeff)^2 + 16*k^2*K^2))/2);
den = 1+sigma0*k;
A = (2*h^4-2*c^2*k^2... |
89bfa6642acdb15889749f2b266e6ac154cebbba322a0575f49d99ec07c9cf2c | grame-cncm/smartfaust | sfWindy.dsp | declare name "sfWindy";
declare version "1.1";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
//--------------------------------------------------------------------------------------------------
// MAIN PROCESS
pr... | https://raw.githubusercontent.com/grame-cncm/smartfaust/0a9c93ea7eda9899e1401402901848f221366c99/src/sfWindy/sfWindy.dsp | faust | --------------------------------------------------------------------------------------------------
MAIN PROCESS
Motion = hslider("Motion",0,0,1,0.001);
--------------------------------------------------------------------------------------------------
MOTION ANALYSE accelerometers
defined a mapping from smartphones ... | declare name "sfWindy";
declare version "1.1";
declare author "Christophe Lebreton";
declare license "BSD";
declare copyright "SmartFaust - GRAME(c)2013-2018";
import("stdfaust.lib");
process= no.pink_noise :*(Motion):moog_vcf_wind:*(out)
with {
out = checkbox ("v:sfWindy/ON/OFF"):si.smooth(0.998);
}... |
9b47711aa2bb150586f6355cb4cbfdd6fd56498417dec64e1c3d71f9f1d2fa26 | afalaize/faust | lowBoost.dsp | // WARNING: This a "legacy example based on a deprecated library". Check filters.lib
// for more accurate examples of filter functions
declare name "lowboost";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
//--------------------------------------------... | https://raw.githubusercontent.com/afalaize/faust/8f9f5fe3aa167eaeecc15a99d4da984ac2797be3/examples/filtering/lowBoost.dsp | faust | WARNING: This a "legacy example based on a deprecated library". Check filters.lib
for more accurate examples of filter functions
------------------------------------------------------------------
DAFX, Digital Audio Effects (Wiley ed.)
chapter 2 : filters
section 2.3 : Equalizers
page 53 : second order shelving... |
declare name "lowboost";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
import("stdfaust.lib");
V0(g) = pow(10,g/20.0);
K(fc) = tan(ma.PI*fc/ma.SR);
square(x) = x*x;
denom(fc) = 1 + sqrt(2)*K(fc) + square(K(fc));
lfboost(fc, g) = fi.TF2((1 + ... |
10d69be3cce10c57737d0e6be6965f896b069d2b404563e7e83206eae624592b | afalaize/faust | fourSourcesToOcto.dsp | declare name "fourSourcesToOcto";
declare version "1.0";
declare author "CICM";
declare license "BSD";
declare copyright "(c)CICM 2013";
import("stdfaust.lib");
r1 = hslider("Radius1", 1.0, 0, 5, 0.001) : si.smooth(ba.tau2pole(0.02));
a1 = hslider("Angle1", 0, ma.PI*(-2), ma.PI*2, 0.001) : si.smooth(ba.tau2pole(0.02)... | https://raw.githubusercontent.com/afalaize/faust/8f9f5fe3aa167eaeecc15a99d4da984ac2797be3/examples/ambisonics/fourSourcesToOcto.dsp | faust | declare name "fourSourcesToOcto";
declare version "1.0";
declare author "CICM";
declare license "BSD";
declare copyright "(c)CICM 2013";
import("stdfaust.lib");
r1 = hslider("Radius1", 1.0, 0, 5, 0.001) : si.smooth(ba.tau2pole(0.02));
a1 = hslider("Angle1", 0, ma.PI*(-2), ma.PI*2, 0.001) : si.smooth(ba.tau2pole(0.02)... | |
21f972108f9f839b768dbc20cfa1a7aa15a618ddbf9a6f35ca3fd501e7608cb9 | SKyzZz/test | korg35LPF.dsp | declare name "korg35LPF";
declare description "Demonstration of the Korg 35 LPF";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise *switch) , (os.sawtooth(100)*(1-switch)) :> _... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/korg35LPF.dsp | faust | declare name "korg35LPF";
declare description "Demonstration of the Korg 35 LPF";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise *switch) , (os.sawtooth(100)*(1-switch)) :> _... | |
0bf452e28acafa817e86b10f333e106792dd185783d0569d7b2e98c58ae18293 | SKyzZz/test | korg35HPF.dsp | declare name "korg35HPF";
declare description "Demonstration of the Korg 35 HPF";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise *switch) , (os.sawtooth(100)*(1-switch)) :> _... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/korg35HPF.dsp | faust | declare name "korg35HPF";
declare description "Demonstration of the Korg 35 HPF";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise *switch) , (os.sawtooth(100)*(1-switch)) :> _... | |
40c1b4f57dfc92b917ad1781b969f2744f8128899b7d42361cd2122a007fadad | SpotlightKid/faustfilters | mooghalfladder.dsp | declare name "MoogHalfLadder";
declare description "FAUST Moog Half Ladder 12 dB LPF";
declare author "Eric Tarr";
declare license "MIT-style STK-4.3 license";
import("stdfaust.lib");
//------------------`moogHalfLadder`-----------------
// Virtual analog model of the 2nd-order Moog Half Ladder (simplified version of... | https://raw.githubusercontent.com/SpotlightKid/faustfilters/8dfb35de7b83935806abe950187e056623b6c01a/faust/mooghalfladder.dsp | faust | ------------------`moogHalfLadder`-----------------
Virtual analog model of the 2nd-order Moog Half Ladder (simplified version of
`(ve.)moogLadder`). Several 1st-order filters are cascaded in series.
Feedback is then used, in part, to control the cut-off frequency and the
resonance.
This filter was implemented in... | declare name "MoogHalfLadder";
declare description "FAUST Moog Half Ladder 12 dB LPF";
declare author "Eric Tarr";
declare license "MIT-style STK-4.3 license";
import("stdfaust.lib");
declare moogHalfLadder author "Eric Tarr";
declare moogHalfLadder license "MIT-style STK-4.3 license";
moogHalfLadder(freq,Q) = _ <: (... |
cc71f75205f4c937e38537f2e25b866c6218ba9e1222243c9dbe19596db76c61 | SpotlightKid/faustfilters | moogladder.dsp | declare name "MoogLadder";
declare description "FAUST Moog Ladder 24 dB LPF";
declare author "Christopher Arndt";
declare license "MIT-style STK-4.3 license";
import("stdfaust.lib");
//------------------`moogLadder`-----------------
// Virtual analog model of the 4th-order Moog Ladder, which is arguably the
// most w... | https://raw.githubusercontent.com/SpotlightKid/faustfilters/8dfb35de7b83935806abe950187e056623b6c01a/faust/moogladder.dsp | faust | ------------------`moogLadder`-----------------
Virtual analog model of the 4th-order Moog Ladder, which is arguably the
most well-known ladder filter in analog synthesizers. Several
1st-order filters are cascaded in series. Feedback is then used, in part, to
control the cut-off frequency and the resonance.
This ... | declare name "MoogLadder";
declare description "FAUST Moog Ladder 24 dB LPF";
declare author "Christopher Arndt";
declare license "MIT-style STK-4.3 license";
import("stdfaust.lib");
declare moogLadder author "Eric Tarr";
declare moogLadder license "MIT-style STK-4.3 license";
moogLadder(freq,Q) = _<:(s1,s2,s3,s4,y) ... |
8a2bc9d0ea4367d53e1520e00e6ce014ed5237c92ac5ef79c5af1062fe7454e3 | unicornsasfuel/reverb_trickery | reverbtrickery.dsp | declare name "Reverb Trickery";
declare author "Evermind";
import("stdfaust.lib");
not(x) = x <= 0;
////////////////
// UI Controls
////////////////
//"octave"
bypass_octave = not(checkbox("v:Reverb Trickery/h:[0]Trick Selection/[1]Octave"));
octave_direction = hslider("v:Reverb Trickery/t:[1]Parameters/v:[1]... | https://raw.githubusercontent.com/unicornsasfuel/reverb_trickery/12ba709638c0061c28a1923d8bf5c57a2d5a8e86/reverbtrickery.dsp | faust | //////////////
UI Controls
//////////////
"octave"
"distort"
"band"
"gate"
"bloom"
reverb controls + wet/dry
wet/dry
//////////////
Process definition
//////////////
//////////////
Helpers
//////////////
"octave"
"band"
"gate"
"distort"
"bloom"
wet/dry control | declare name "Reverb Trickery";
declare author "Evermind";
import("stdfaust.lib");
not(x) = x <= 0;
bypass_octave = not(checkbox("v:Reverb Trickery/h:[0]Trick Selection/[1]Octave"));
octave_direction = hslider("v:Reverb Trickery/t:[1]Parameters/v:[1]Octave/[0]Direction[style:menu{'Up':0;'Down':1}]",0,0,1,1);
... |
f1aa42cebba34c91ceeb8d33e525081fdea43c9c6df9f1bb8ef35973a1427048 | micbuffa/WebAudioPlugins | kpp_deadgate.dsp | /*
* Copyright (C) 2018 Oleg Kapitonov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is dis... | https://raw.githubusercontent.com/micbuffa/WebAudioPlugins/2fab2ee55d131aa5de753dc2dd3b3723fbd5b274/examples/plugins/Faust/DeadGate/Original%20Faust%20Code/kpp_deadgate.dsp | faust |
* Copyright (C) 2018 Oleg Kapitonov
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distr... |
declare name "kpp_deadgate";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "0.1b";
import("stdfaust.lib");
process = output with {
deadzone_knob = ba.db2linear(vslider("Dead Zone", -120, -120, 0, 0.001));
noizegate_knob = vslider("Noise Gate", -120, -120, 0, 0.001);
deadzone ... |
3563aaef491375077a8daeea1cd18c0a2af547c236c30c0b90da3804802a6e5a | spencersalazar/faust2ck | freeverbStereo.dsp | declare name "stereoFreeverb";
declare version "0.0";
declare author "RM-CC";
declare description "Original freeverb demo application, modified so it doesn't mix inputs to mono";
import("stdfaust.lib");
//===============================Freeverb===================================
// compile with faust2jaqt freeverbSte... | https://raw.githubusercontent.com/spencersalazar/faust2ck/23065bfb2d5e9c6351b3067ddb19babe5b066e9d/src/test/freeverbStereo.dsp | faust | ===============================Freeverb===================================
compile with faust2jaqt freeverbStereo.dsp
or no gui with faust2jackconsole freeverbStereo.dsp
only change is to remove the following + <:
stereo_freeverb(fb1, fb2, damp, spread) = + <: mono_freeverb(fb1, fb2, damp, 0), mono_freeverb(fb1, ... | declare name "stereoFreeverb";
declare version "0.0";
declare author "RM-CC";
declare description "Original freeverb demo application, modified so it doesn't mix inputs to mono";
import("stdfaust.lib");
mono_freeverb(fb1, fb2, damp, spread) = _ <: par(i,8,lbcf(combtuningL(i)+spread,fb1,damp))
:> seq(i,4,fi.allpass_... |
4dff3889923fbc22ad5fdb5258f64b8dae4612900c94a417a531beea0842830d | olegkapitonov/KPP-VST3 | kpp_octaver.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_octaver/include/kpp_octaver.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_octaver";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.2";
import("stdfaust.lib");
process = output with {
bypass = checkbox("99_bypass");
level_d1 = ba.db2linear(-20 + vslider("octave1",0,0,30,0.01));
level_d2 = ba.db2linear(-20 + vslider("octave2",0,... |
6432fd68ff1e4742f782d8162a6180ac10d0a3c2134e934dde6eea25cc78c8b3 | olegkapitonov/KPP-VST3 | kpp_deadgate.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_deadgate/include/kpp_deadgate.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_deadgate";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.2";
import("stdfaust.lib");
process = output with {
deadzone_knob = ba.db2linear(vslider("Dead Zone", -120, -120, 0, 0.001));
noizegate_knob = vslider("Noise Gate", -120, -120, 0, 0.001);
deadzone = _ <:... |
a556931eabb198ddad0d76567f9bad269310904d6950f36a3be9a821b9548354 | rottingsounds/bitDSP-faust | lfsrNoGUI.dsp | declare name "LFSRNoGUI";
declare description "linear feedback shift register example without GUI";
declare author "Till Bovermann";
declare reference "http://rottingsounds.org";
// see https://en.wikipedia.org/wiki/Linear-feedback_shift_register
import("stdfaust.lib");
bit32 = library("bitDSP_int32.lib");
// plot
//... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/21cf36105c55b6e18969a867a319530a0ef1ea63/examples/lfsrNoGUI.dsp | faust | see https://en.wikipedia.org/wiki/Linear-feedback_shift_register
plot
CXXFLAGS="-I ../include" faust2csvplot -I ../lib lfsrNoGUI.dsp
./lfsrNoGUI -n 10
compile
CXXFLAGS="-I ../../../include" faust2caqt -I ../lib lfsrNoGUI.dsp
// open lfsrNoGUI.app
dac_bits = int(nentry("dac bits",1,1,32,1));
dac_offset = min... | declare name "LFSRNoGUI";
declare description "linear feedback shift register example without GUI";
declare author "Till Bovermann";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit32 = library("bitDSP_int32.lib");
dac_bits = 31;
dac_offset = 0;
lfsr_bits = 16;
lfsr_init = 12356;
lfsr_m... |
f9872f47998d9ee59496d038492684cb0df39e4d9fbdcbb7c071cf11b038b365 | rottingsounds/bitDSP-faust | lfsr32.dsp | declare name "LFSR32";
declare author "Till Bovermann";
declare description "linear feedback shift register (32bit) example";
declare reference "http://rottingsounds.org";
// see https://en.wikipedia.org/wiki/Linear-feedback_shift_register
import("stdfaust.lib");
bit32 = library("bitDSP_int32.lib");
// plot
// CXXFL... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/21cf36105c55b6e18969a867a319530a0ef1ea63/examples/lfsr32.dsp | faust | see https://en.wikipedia.org/wiki/Linear-feedback_shift_register
plot
CXXFLAGS="-I ../include" faust2csvplot -I ../lib lfsr32.dsp
./lfsr32 -n 10
compile
CXXFLAGS="-I ../../../include" faust2caqt -I ../lib lfsr32.dsp
// open lfsr32.app
initial state of the LFSR (!=0)
change to reset LFSR to start with that new ... | declare name "LFSR32";
declare author "Till Bovermann";
declare description "linear feedback shift register (32bit) example";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit32 = library("bitDSP_int32.lib");
dac_bits = int(nentry("dac bits" ,1,1,32,1));
dac_offset = min(int(nentry("... |
2320684e6ca896ed7e5e773ca113fb878546e99e8352745491ef0566ef6411c6 | rottingsounds/bitDSP-faust | RawLFSR.dsp | declare name "RawLFSR";
declare author "Till Bovermann";
declare description "linear feedback shift register example, raw output";
declare reference "http://rottingsounds.org";
// compute lfsr on an n-bit integer bitset (assuming it to be unsigned, [0 < n <= 32] ).
// see https://en.wikipedia.org/wiki/Linear-feedback_s... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/21cf36105c55b6e18969a867a319530a0ef1ea63/examples/_sc/RawLFSR.dsp | faust | compute lfsr on an n-bit integer bitset (assuming it to be unsigned, [0 < n <= 32] ).
see https://en.wikipedia.org/wiki/Linear-feedback_shift_register
SuperCollider
CXXFLAGS="-I ../../../../include" faust2supercollider -I ../../lib -noprefix RawLFSR.dsp
plot
CXXFLAGS="-I ../include" faust2csvplot -I ../../lib Raw... | declare name "RawLFSR";
declare author "Till Bovermann";
declare description "linear feedback shift register example, raw output";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit32 = library("bitDSP_int32.lib");
lfsr_num_bits = int(nentry("bits",1,1,32,1));
lfsr_init_state = nentry("ini... |
b37b222005dce88a4272602686a4c48b1468241bf82c4bb161a5495ecd892ebe | SKyzZz/test | diodeLadder.dsp | declare name "diodeLadder";
declare description "Demonstration of diodeLadder";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.7072,25,0.01);
normFreq = hslider("freq",0.1,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise *switch) , (os.sawtooth(100)*(1-switch)) :> _... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/diodeLadder.dsp | faust | declare name "diodeLadder";
declare description "Demonstration of diodeLadder";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.7072,25,0.01);
normFreq = hslider("freq",0.1,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise *switch) , (os.sawtooth(100)*(1-switch)) :> _... | |
3d6a4a3995b0a8dad7427ac3fe0cb0539ddebde4be2cd479389f7509c06cf6b7 | SKyzZz/test | moogLadder.dsp | declare name "moogLadder";
declare description "Demonstration of moogLadder";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.7072,25,0.01);
normFreq = hslider("freq",0.1,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise *switch) , (os.sawtooth(100)*(1-switch)) :> _; ... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/moogLadder.dsp | faust | declare name "moogLadder";
declare description "Demonstration of moogLadder";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.7072,25,0.01);
normFreq = hslider("freq",0.1,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise *switch) , (os.sawtooth(100)*(1-switch)) :> _; ... | |
fdb43f7d5ed02876ce1bfbe974e3baceb042104233cce2e5810667ea92479d64 | RuolunWeng/faust2smartphone | oscplugin.dsp | declare name "osc";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2009";
//-----------------------------------------------
// Sinusoidal Oscillator
//-----------------------------------------------
import("stdfaust.lib");
vol = hslider("volume [unit:dB... | https://raw.githubusercontent.com/RuolunWeng/faust2smartphone/78f502aeb42af3d8fa48b0cbfef01d3b267dc038/examples/3_Plugin_Mode/oscplugin.dsp | faust | -----------------------------------------------
Sinusoidal Oscillator
----------------------------------------------- | declare name "osc";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2009";
import("stdfaust.lib");
vol = hslider("volume [unit:dB]", 0, -96, 0, 0.1) : ba.db2linear : si.smoo ;
freq = hslider("freq [unit:Hz]", 1, 0, 5, 0.01);
process = vgroup("Oscillat... |
6355d2d4831f4d7839306301da7be4445eba04d8403fc3dc7c2654704d556677 | SKyzZz/test | oberheimBSF.dsp | declare name "oberheimBSF";
declare description "Demonstration of the Oberheim Band-Stop Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/oberheimBSF.dsp | faust | declare name "oberheimBSF";
declare description "Demonstration of the Oberheim Band-Stop Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(... | |
59bf240bb2f8e6054a3dd68b1367f558c9a24e16a1b4e90fbebec59b2f4655e0 | SKyzZz/test | oberheimBPF.dsp | declare name "oberheimBPF";
declare description "Demonstration of the Oberheim Band-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/oberheimBPF.dsp | faust | declare name "oberheimBPF";
declare description "Demonstration of the Oberheim Band-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(... | |
20f579b63baa2ce89a05211f3e83f3356f0fa5907b1d11d0eb8d8ed2c6dec23a | SKyzZz/test | oberheimHPF.dsp | declare name "oberheimHPF";
declare description "Demonstration of the Oberheim High-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/oberheimHPF.dsp | faust | declare name "oberheimHPF";
declare description "Demonstration of the Oberheim High-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(... | |
dfc427992e63109d08771e9778e0d37e28c5579d73bc2259e9b28b921e966617 | SKyzZz/test | oberheimLPF.dsp | declare name "oberheimLPF";
declare description "Demonstration of the Oberheim Low-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(1... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/oberheimLPF.dsp | faust | declare name "oberheimLPF";
declare description "Demonstration of the Oberheim Low-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(1... | |
1d6752f472e288cd07ea8022951ad2ce67158464cba5f1ba8848bf17facbb265 | tonal-glyph/faustus | karplus32.dsp | declare name "karplus32";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
//-----------------------------------------------
// karplus-strong
// with 32 resonators in parallel
//-----------------------------------------------
import("stdfaust.lib"); ... | https://raw.githubusercontent.com/tonal-glyph/faustus/cc887b115aceaee202edbdb37ee0e4087bfb5a33/benchmark/karplus32.dsp | faust | -----------------------------------------------
karplus-strong
with 32 resonators in parallel
-----------------------------------------------
Excitator
--------
Resonator
-----------------
Polyphony
----------------- | declare name "karplus32";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
import("stdfaust.lib");
upfront(x) = (x-x') > 0.0;
decay(n,x) = x - (x>0)/n;
release(n) = + ~ decay(n);
trigger(n) = upfront : release(n) : >(0.0) : +(leak);
leak = 1.0/6553... |
6baf9b0f086ef883cc7ba1c6d83a006099d2788fc1bf44739f061aae54758639 | s-e-a-m/faust-libraries | ORTF_plot.dsp | declare name "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
import("stdfaust.lib");
import("../../seam.lib");
//radsweep = (os.lf_triangl... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/plots/dsp/ORTF_plot.dsp | faust | radsweep = (os.lf_trianglepos(1)*90)-45 : deg2rad;
process = os.osc(20000),radsweep : ortf <: _,_,nsum,ndif;
: RMS(1000);
: RMS(1000);
: RMS(1000);
: RMS(1000);
: RMS(1000);
: RMS(1000);
: RMS(1000);
: RMS(1000);
: RMS(1000);
: RMS(1000);
process = band1, band2, band3, band4, band5, band6, band7, band8, band9... | declare name "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2019";
declare description "MID SIDE PANNER - LEFT RIGHT LOUDSPEAKER";
import("stdfaust.lib");
import("../../seam.lib");
radsweep = (os.lf_trianglep... |
bcfb3bc9970fd274711044bebdb43bd62c78d8539ebe4b07055d19ff72f543ec | ossia/score-user-library | midiStereoVolume.dsp | declare name "midiStereoVolume";
declare author "SCRIME";
import("stdfaust.lib");
v = hslider("volume", 0, 0, 127, 1) /127: si.smoo : ba.lin2LogGain;
process = _,_:*(v), *(v);
| https://raw.githubusercontent.com/ossia/score-user-library/1de4c36f179105f1728e72b02e96f68d1c9130c2/Presets/Faust/midiStereoVolume.dsp | faust | declare name "midiStereoVolume";
declare author "SCRIME";
import("stdfaust.lib");
v = hslider("volume", 0, 0, 127, 1) /127: si.smoo : ba.lin2LogGain;
process = _,_:*(v), *(v);
| |
a082dfa5d952cf8dec4fe5bdaf8bcb75621755bb6c004b9311a3d8b598921998 | SKyzZz/test | oberheim.dsp | declare name "oberheimBSF";
declare description "Demonstration of the Oberheim generic multi-outputs Filter";
declare author "Eric Tarr, GRAME";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , ... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/oberheim.dsp | faust | The BSF, BPF, HPF and LPF outputs are produced | declare name "oberheimBSF";
declare description "Demonstration of the Oberheim generic multi-outputs Filter";
declare author "Eric Tarr, GRAME";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , ... |
1043968e2d9905297d73aa6d9583f80fc74256c080305f093fd85af373eaae8f | ossia/score-user-library | midiStereoAttenuator.dsp | declare name "midiStereoAtenuator";
declare author "SCRIME";
import("stdfaust.lib");
v =1 - ( hslider("attenuation", 127, 0, 127, 1) / 127): si.smoo : ba.lin2LogGain * 0.5;
process = _,_:*(v), *(v);
| https://raw.githubusercontent.com/ossia/score-user-library/1de4c36f179105f1728e72b02e96f68d1c9130c2/Presets/Faust/midiStereoAttenuator.dsp | faust | declare name "midiStereoAtenuator";
declare author "SCRIME";
import("stdfaust.lib");
v =1 - ( hslider("attenuation", 127, 0, 127, 1) / 127): si.smoo : ba.lin2LogGain * 0.5;
process = _,_:*(v), *(v);
| |
19780803ee55a157c912ba190967401b3555e0f5d7ae21df0ff89d66dd370ce8 | ossia/score-user-library | SOscillator.dsp | declare name "os.osc";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2009";
//-----------------------------------------------
// Sinusoidal Oscillator
//-----------------------------------------------
/* =========== DESCRIPTION =============
- Simple sine... | https://raw.githubusercontent.com/ossia/score-user-library/1de4c36f179105f1728e72b02e96f68d1c9130c2/Presets/Faust/faustplayground/generators/SOscillator.dsp | faust | -----------------------------------------------
Sinusoidal Oscillator
-----------------------------------------------
=========== DESCRIPTION =============
- Simple sine wave oscillator
- Left = low frequencies
- Right = high frequencies
- Front = around 300Hz
- Rocking = from low to high
| declare name "os.osc";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2009";
import("stdfaust.lib");
freq = hslider("Frequency [unit:Hz] [acc:0 1 -10 0 10]", 300, 70, 2400, 0.01):si.smooth(0.999);
process = vgroup("Oscillator", os.osc(freq));
|
95e1fc2c9ad68da743d716c36060a5e26543d82974f7badc17580d1b7d355038 | SKyzZz/test | mixer.dsp | declare name "mixer";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006-2020";
import("stdfaust.lib");
//-------------------------------------------------
// Simple 8x2 mixer
//-------------------------------------------------
vol = component("../dynamic/vo... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/misc/mixer.dsp | faust | -------------------------------------------------
Simple 8x2 mixer
------------------------------------------------- | declare name "mixer";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006-2020";
import("stdfaust.lib");
vol = component("../dynamic/volume.dsp");
pan = component("../spat/panpot.dsp");
mute = *(1 - checkbox("mute"));
vumeter(i, x) = attach(x, envelop... |
4f7d73066475b026c0e0d1bc4c852fe090125f28a6aa67a73a01b0372b5f2719 | kfl02/Teengie2 | Wingie2.dsp | declare name "Wingie";
declare version "3.0";
declare author "Meng Qi";
declare license "BSD";
declare copyright "(c)Meng Qi 2020";
declare date "2020-09-30";
declare editDate "2022-04-26";
//-----------------------------------------------
// Wingie
//-----------------------------------... | https://raw.githubusercontent.com/kfl02/Teengie2/d996ae06cf5268459dd27b323c3f0a1db918238c/Wingie2.dsp | faust | -----------------------------------------------
Wingie
-----------------------------------------------
hp_cutoff = hslider("hp_cutoff", 85, 35, 500, 0.1);
odd_ratios(freq, n) = freq * (2 * n + 1);
cymbal_808(n) = 130.812792, 193.957204, 235.501256, 333.053319, 344.076511, 392.438376, 509.742979, 581.871611, 706.503769... | declare name "Wingie";
declare version "3.0";
declare author "Meng Qi";
declare license "BSD";
declare copyright "(c)Meng Qi 2020";
declare date "2020-09-30";
declare editDate "2022-04-26";
import("stdfaust.lib");
nHarmonics = 9;
decay = hslider("decay", 5, 0.1, 10, 0.01) : si.smoo;
... |
534de1af784621b24e889abad83f4922d3223ff698f55315987daf4e672be9b9 | RuolunWeng/faust2smartphone | osc.dsp | declare name "osc";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2009";
//-----------------------------------------------
// Sinusoidal Oscillator
//-----------------------------------------------
import("stdfaust.lib");
vol = hslider("volume [unit:dB... | https://raw.githubusercontent.com/RuolunWeng/faust2smartphone/78f502aeb42af3d8fa48b0cbfef01d3b267dc038/examples/1_Simple_Mode/osc.dsp | faust | -----------------------------------------------
Sinusoidal Oscillator
----------------------------------------------- | declare name "osc";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2009";
import("stdfaust.lib");
vol = hslider("volume [unit:dB]", 0, -96, 0, 0.1) : ba.db2linear : si.smoo ;
freq = hslider("freq [acc:0 0 -10 -10 10] [unit:Hz]", 220, 220, 1000, 1);
pro... |
b40b8e37ef70b4a67ec8ffc3adfa2fc605f3d6f2f1397877d5bc4b60f72e7c86 | SKyzZz/test | sallenKeyOnePole.dsp | declare name "sallenKeyOnePoleLPF";
declare description "Demonstration of the Sallen-Key One Pole generic multi-ouputs Filter";
declare author "Eric Tarr, GRAME";
import("stdfaust.lib");
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(1... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/sallenKeyOnePole.dsp | faust | The LPF, BPF and HPF outputs are produced | declare name "sallenKeyOnePoleLPF";
declare description "Demonstration of the Sallen-Key One Pole generic multi-ouputs Filter";
declare author "Eric Tarr, GRAME";
import("stdfaust.lib");
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(1... |
3d2ec3bfbf9e1f1e22a6dfac28b00d6f9d100b42e31943983c4b8a620da3264c | SKyzZz/test | sallenKey2ndOrder.dsp | declare name "sallenKey2ndOrderBPF";
declare description "Demonstration of the Sallen-Key Second Order generic multi-ourputs Filter";
declare author "Eric Tarr, GRAME";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSigna... | https://raw.githubusercontent.com/SKyzZz/test/9b03adce666adb85e5ae2d8af5262e0acb4b91e1/Dependencies/Build/mac/share/faust/examples/filtering/sallenKey2ndOrder.dsp | faust | The LPF and HPF outputs are produced | declare name "sallenKey2ndOrderBPF";
declare description "Demonstration of the Sallen-Key Second Order generic multi-ourputs Filter";
declare author "Eric Tarr, GRAME";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSigna... |
a1530a035852fe0389b17d0d8e4ccdd98b8c432301e28543165a1c90fe7ad10a | tonal-glyph/faustus | tester2.dsp | declare name "tester2";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2014";
//-----------------------------------------------
// Stereo Audio Tester : send a test signal (sine,
// noise, pink) on a stereo channel
//-------------------------------------------... | https://raw.githubusercontent.com/tonal-glyph/faustus/cc887b115aceaee202edbdb37ee0e4087bfb5a33/examples/misc/tester2.dsp | faust | -----------------------------------------------
Stereo Audio Tester : send a test signal (sine,
noise, pink) on a stereo channel
-----------------------------------------------
User interface
---------------- | declare name "tester2";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2014";
import("stdfaust.lib");
pink = f : (+ ~ g) with {
f(x) = 0.04957526213389*x - 0.06305581334498*x' + 0.01483220320740*x'';
g(x) = 1.80116083982126*x - 0.80257737639225*x';
};
tran... |
8676b7403b8ca11a55877f3e865314baf497f186a51fcf79f178ec9203172e32 | dxinteractive/mosfez-faust-dsp | harpy.dsp | //-----------------------------------------------
// Kisana : 3-loops string instrument
// (based on Karplus-Strong)
//
//-----------------------------------------------
declare name "Kisana";
declare author "Yann Orlarey";
import("stdfaust.lib");
KEY = 60; // basic midi key
NCY = 16; // note cycle length
CCY... | https://raw.githubusercontent.com/dxinteractive/mosfez-faust-dsp/a2d7029a6d7ebe31e5bce808c3bc225420426984/test-nodejs/harpy.dsp | faust | -----------------------------------------------
Kisana : 3-loops string instrument
(based on Karplus-Strong)
-----------------------------------------------
basic midi key
note cycle length
control cycle length
general tempo (beat per sec)
-------------------------------kisana---------------------------------... |
declare name "Kisana";
declare author "Yann Orlarey";
import("stdfaust.lib");
process = harpe(C,11,38) :> *(l),*(l)
with {
l = hslider("master",-20, -60, 0, 0.01) : ba.db2linear;
C = hslider("timbre",0, 0, 1, 0.01);
};
harpe(C,N,b) = hand <: par(i, N, position(i+1)
: string(C,Penta(b).degree2Hz(... |
e3a540a000b8ad680e47f0cae920bc58610a5307eedadc83216dd1bb5e1aef66 | maximalexanian/guitarix-vst | sloop.dsp | declare id "sloop";
declare version "1.0";
declare author "brummer";
declare license "BSD";
import("stdfaust.lib");
B = checkbox("Capture"); // Capture sound while pressed
C = checkbox("Play");
I = int(B); // convert button signal from float to integer
R = (I-I') <= 0; // Reset capture when button is press... | https://raw.githubusercontent.com/maximalexanian/guitarix-vst/83fd0cbec9588fb2ef47d80f7c6cb0775bfb9f89/guitarix/src/LV2/faust/sloop.dsp | faust | Capture sound while pressed
convert button signal from float to integer
Reset capture when button is pressed
Compute capture duration while button is pressed: 0..NNNN0..MMM | declare id "sloop";
declare version "1.0";
declare author "brummer";
declare license "BSD";
import("stdfaust.lib");
C = checkbox("Play");
capture = ( *(B) : (+ : de.fdelay(2097152, D-1)) ~ *(1.0-B)) *(C);
si.smooth(c) = *(1-c) : +~*(c);
level = hslider("gain", 0, -96, 4, 0.1) : ba.db2linear : si.smooth(0.99... |
0555a9df8300e457bdfa725f7f55bbc2e35148fa7241742d68270bf1bedfce0e | RuolunWeng/ruolunweng.github.io | SModulation4.dsp | declare name "Modulation 2";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
/* =========== DESCRIPTION ==============
- Non Linear Filter Modulators applied to a sinewave
- Head = Silence/Higher Frequencies
- Bottom = Lower Frequencies
- Right = No modulation
- Left = Modulatio... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SModulation4.dsp | faust | =========== DESCRIPTION ==============
- Non Linear Filter Modulators applied to a sinewave
- Head = Silence/Higher Frequencies
- Bottom = Lower Frequencies
- Right = No modulation
- Left = Modulation n°4
======================== INSTRUMENT =============================
======================== GUI SPECIFICATIONS =... | declare name "Modulation 2";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = vgroup("NLFMs",oscil : NLFM4 : fi.lowpass(1,2000) *(0.6) *(vol));
NLFM4 = _ : instrument.nonLinearModulator((nonlinearity:si.smooth(0.999)),env,freq,typeMod,freqMod,nlfOrder) : _;
oscil = os... |
59f7c4bbad7c90f8b5968f06ad6cc86852e349f64e83eb3d4eaea7d39b48fa9c | RuolunWeng/ruolunweng.github.io | SModulation2.dsp | declare name "Modulation 2";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
/* =========== DESCRIPTION ==============
- Non Linear Filter Modulators applied to a sinewave
- Head = Silence/Higher Frequencies
- Bottom = Lower Frequencies
- Back = No modulation
- Front = Modulatio... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SModulation2.dsp | faust | =========== DESCRIPTION ==============
- Non Linear Filter Modulators applied to a sinewave
- Head = Silence/Higher Frequencies
- Bottom = Lower Frequencies
- Back = No modulation
- Front = Modulation n°2
======================== INSTRUMENT =============================
======================== GUI SPECIFICATIONS =... | declare name "Modulation 2";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = vgroup("NLFMs",oscil : NLFM2 : fi.lowpass(1,2000) *(0.6)*(vol));
NLFM2 = _ : instrument.nonLinearModulator((nonlinearity:si.smooth(0.999)),env,freq,typeMod,freqMod,nlfOrder) : _;
oscil = os.... |
76dda0282a54844b0ac3a6f5733d8c7bd164bc04b8132762a2a71f842feaba70 | RuolunWeng/ruolunweng.github.io | SWhistles2.dsp | declare name "Whistles 2";
declare author "ER";
declare version "1.0";
/* =========== DESCRIPTION ============
- Triple whistle
- Head = Silence
- Rocking/Swing/Fishing Rod = Alternating the different whistles
- Vary your gestures' speed to increase sound
*/
import("stdfaust.lib");
instrument = library("instruments... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SWhistles2.dsp | faust | =========== DESCRIPTION ============
- Triple whistle
- Head = Silence
- Rocking/Swing/Fishing Rod = Alternating the different whistles
- Vary your gestures' speed to increase sound
----------------- INSTRUMENT ------------------//
----------------- NOISES ----------------------//
white no.noise generator:
-------... | declare name "Whistles 2";
declare author "ER";
declare version "1.0";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = vgroup("Whistles", nOise.white * (0.5) <: par(i, 3, whistle(i))):>_;
whistle(n) = BP(n) : EQ(n) : @(10 + (12000*n)) <:Reson(0),_*(1.5):> *(Env)*gain(n);
nOise = envi... |
7a91eb375605abf1e86f8144bf02fa4110f5871ed73abd22f310dfed4cf322b5 | RuolunWeng/ruolunweng.github.io | SWhistles3.dsp | declare name "Whistles 3";
declare author "ER";
declare version "1.0";
/* =========== DESCRIPTION ============
- Triple whistle
- Head = Silence
- Rocking/Swing/Fishing Rod = Alternating the different whistles
- Vary your gestures' speed to increase sound
*/
import("stdfaust.lib");
instrument = library("instruments... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SWhistles3.dsp | faust | =========== DESCRIPTION ============
- Triple whistle
- Head = Silence
- Rocking/Swing/Fishing Rod = Alternating the different whistles
- Vary your gestures' speed to increase sound
----------------- INSTRUMENT ------------------//
----------------- NOISES ----------------------//
white no.noise generator:
-------... | declare name "Whistles 3";
declare author "ER";
declare version "1.0";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = vgroup("Whistles", nOise.white * (0.5) <: par(i, 3, whistle(i))):>_;
whistle(n) = BP(n) : EQ(n) : @(10 + (12000*n)) <:Reson(0),_*(1.5):> *(Env)*gain(n);
nOise = envi... |
168eb73b758d13d899b28e2a5376bc3d69081f339287d4c4dd190100a6ebd9d4 | HMaxime/CONDUCT | pitchShifter.dsp | declare name "pitchShifter";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
//--------------------------------------
// very simple real time pitch shifter
//--------------------------------------
import("stdfaust.lib");
pitchshifter1 = vgroup("Pitc... | https://raw.githubusercontent.com/HMaxime/CONDUCT/a70e4ab8db098cf38fb32d9fa948eb3c2939f07e/Faust%26PureData/old/example/pitchShifter.dsp | faust | --------------------------------------
very simple real time pitch shifter
-------------------------------------- | declare name "pitchShifter";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
import("stdfaust.lib");
pitchshifter1 = vgroup("Pitch Shifter", ef.transpose(
hslider("window1", 1000, 50, 10000, 1),
hslider("xfade1", 10, 1, 10000, 1),
... |
167e09b2938569b719b25bb46eaee06bc8fe1e096f7609df3845f349e59a6f92 | ossia/score-user-library | Volume.dsp | declare name "Volume";
declare author "GRAME";
/* ========== DESCRITPION ===========
- Simple volume slider
- Head = Silence
- Bottom = Max volume
*/
import("stdfaust.lib");
process = par(i,2,*(hslider("Volume[acc:1 0 -10 0 10]", 0.75, 0, 1, 0.01):si.smooth(0.999)));
| https://raw.githubusercontent.com/ossia/score-user-library/1de4c36f179105f1728e72b02e96f68d1c9130c2/Presets/Faust/faustplayground/effects/Volume.dsp | faust | ========== DESCRITPION ===========
- Simple volume slider
- Head = Silence
- Bottom = Max volume
| declare name "Volume";
declare author "GRAME";
import("stdfaust.lib");
process = par(i,2,*(hslider("Volume[acc:1 0 -10 0 10]", 0.75, 0, 1, 0.01):si.smooth(0.999)));
|
075776a2880b511b0e5e97fdd14cdbe198305e3d565391487531ea3031493e49 | dariosanfilippo/modified_lotka-volterra_A | modified_LV_A.dsp | // =============================================================================
// Modified Lotka-Volterra complex generator (A)
// =============================================================================
//
// Complex sound generator based on modified Lotka-Volterra equations.
// The model is structurall... | https://raw.githubusercontent.com/dariosanfilippo/modified_lotka-volterra_A/8c1dd77757d06241e5df518f3562b0806781c77a/modified_LV_A.dsp | faust | =============================================================================
Modified Lotka-Volterra complex generator (A)
=============================================================================
Complex sound generator based on modified Lotka-Volterra equations.
The model is structurally-stable thr... |
import("stdfaust.lib");
declare name "Modified Lotka-Volterra complex generator (A)";
declare author "Dario Sanfilippo";
declare copyright "Copyright (C) 2021 Dario Sanfilippo
<sanfilippo.dario@gmail.com>";
declare version "1.1";
declare license "GPL v3.0 license";
lotkavolterra(L, a, b, c, g, dt, x_0, y_0) = ... |
79ca735314a12730882f1af6f01f67614261597d396f6bcc5a02bd2cf00bee38 | afalaize/faust | harpe.dsp | //-----------------------------------------------
// Basic harpe simulation with OSC control
// (based on Karplus-Strong)
//
//-----------------------------------------------
declare name "harpe";
declare author "Grame";
import("stdfaust.lib");
process = harpe(11); // an 11 strings harpe
//------------------... | https://raw.githubusercontent.com/afalaize/faust/8f9f5fe3aa167eaeecc15a99d4da984ac2797be3/examples/physicalModeling/old/harpe.dsp | faust | -----------------------------------------------
Basic harpe simulation with OSC control
(based on Karplus-Strong)
-----------------------------------------------
an 11 strings harpe
-----------------------------------------------
String simulation
-----------------------------------------------
--------------... |
declare name "harpe";
declare author "Grame";
import("stdfaust.lib");
string(freq, att, level, trig) = no.noise*level
: *(trig : trigger(freq2samples(freq)))
: resonator(freq2samples(freq), att)
with {
resonator(d, a) = (+ : @(d-1)) ~ (average : *(1.0-a));
average(x) = (x+x')/2;
trigger(n) ... |
b1f8bc3bb20860c675b9bee6a023d4a9d657493ca7f67cb5842d827594d3d0fb | friskgit/snares | i_filtered_snare_dispersed.dsp | // -*- compile-command: "cd .. && make jack src=i_filtered_snare_dispersed.dsp && cd -"; -*-&& cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
import("math.lib") ; // for PI defin... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/i_filtered_snare_dispersed.dsp | faust | -*- compile-command: "cd .. && make jack src=i_filtered_snare_dispersed.dsp && cd -"; -*-&& cd -"; -*-
for PI definition
for osci definition
---------------`Snare drum split up in X channels` --------------------------
Taking an impulse as input and feeding it to a generic_snarefs and on to a disperser which
outp... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
bands=16;
channels = 29;
offset = outgrp(hslider("offset", 0, 0, channels, 1));
impgrp(x) = vgroup("impulse", x);
imp = ba.pulse(impgrp(hsl... |
df803ec77d2e4af69e25104f5bde5b28d0a22efa1c4bd1903824505c0b8ec32d | friskgit/snares | snarefs.dsp | // -*- compile-command: "cd .. && make jack src=src/snarefs.dsp && cd -"; -*-&& cd -"; -*-
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
import("math.lib") ; // for PI definition
import("m... | https://raw.githubusercontent.com/friskgit/snares/bb43ea5e706a0ead6d65dd176a5c492b2f5d8f74/faust/snare/src/extras/snarefs.dsp | faust | -*- compile-command: "cd .. && make jack src=src/snarefs.dsp && cd -"; -*-&& cd -"; -*-
for PI definition
for osci definition
---------------`Snare drum synth` --------------------------
A snare drum synth based on a frequency shifted osc.
Where:
* midi note 67-89
* stiffness 0-0.55 (mapped to note as in note 6... |
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare author " henrikfr ";
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
osc1f = hslider("osc 1 freq", 330, 50, 2000, 0.1);
osc2f = hslider("osc 2 freq", 180, 50, 2000, 0.1);
tri1f = hslider("triangle freq", 111, ... |
8d6a07cfe36b6543601273ce747bde9368314f47a911cccb33cbef78cd936b4e | jpcima/Hera | HeraChorus.dsp | // SPDX-License-Identifier: ISC
declare author "Jean Pierre Cimalando";
declare license "ISC";
import("stdfaust.lib");
buttonI = checkbox("[1] Chorus I") : >(0.5);
buttonII = checkbox("[2] Chorus II") : >(0.5);
process = chorus with {
/* Mode: 0=Off 1=(I), 2=(II), 3=(I + II) */
mode = buttonI | (buttonII << 1);... | https://raw.githubusercontent.com/jpcima/Hera/eec43c0b5cb5aaa71c647b2e5597fc1ba383dd13/Source/HeraChorus.dsp | faust | SPDX-License-Identifier: ISC
Mode: 0=Off 1=(I), 2=(II), 3=(I + II)
(I)
triangle
(II)
triangle
(I + II)
by ear and experiment
found in documents and not matching the Juno60 sample:
15.175 Hz (too fast), 8 Hz (too slow)
sine-like
Delay model
delayModel = digitalDelayModel;
Capacity of delay
LFO ... |
declare author "Jean Pierre Cimalando";
declare license "ISC";
import("stdfaust.lib");
buttonI = checkbox("[1] Chorus I") : >(0.5);
buttonII = checkbox("[2] Chorus II") : >(0.5);
process = chorus with {
mode = buttonI | (buttonII << 1);
enabled = mode != 0;
selectByMode = ba.selectn(3, mode-1);
I = environ... |
3582f95207c4d0e31b52d88284fa3d7b7319f23bf7b813dfe112b329dc2fdc0d | jpcima/Hera | HeraDCO.dsp | // SPDX-License-Identifier: GPL-3.0-or-later
declare author "Jean Pierre Cimalando";
declare license "GPL-3.0-or-later";
// Converted from original at pendragon-andyh/junox
import("stdfaust.lib");
import("HeraCommon.dsp");
process(det, pw) = dco(f*det, pw, lsaw*mix, lpulse*mix, lsub*mix, lnoise*mix) with {
f = hsl... | https://raw.githubusercontent.com/jpcima/Hera/eec43c0b5cb5aaa71c647b2e5597fc1ba383dd13/Source/HeraDCO.dsp | faust | SPDX-License-Identifier: GPL-3.0-or-later
Converted from original at pendragon-andyh/junox
/
/
/
/
/
-gnuplot-
r(t) = t+t-t*t-1.0
l(t) = t*t+(t+t)+1.0
polyBLEP2(p, i) = (p<i)?r(p/i):(p+i>1.0)?l((p-1.0)/i):0.0
/ |
declare author "Jean Pierre Cimalando";
declare license "GPL-3.0-or-later";
import("stdfaust.lib");
import("HeraCommon.dsp");
process(det, pw) = dco(f*det, pw, lsaw*mix, lpulse*mix, lsub*mix, lnoise*mix) with {
f = hslider("[1] frequency", 0.0, 0.0, 20000.0, 1.0) : fsmooth(10e-3);
lsaw = hslider("[2] saw level",... |
e24c93d850e509fc90d9d736e12158101388d1ce6e66970aea9755d94df159c5 | jameslnrd/mi_introduction_workshop_2020 | polyTriangle.dsp | declare name "Polyphonic Triangles";
declare author "James Leonard";
declare date "April 2020";
/* ========= DESCRITPION =============
A series of small triangle structures are excited by force impulses.
- inputs: force impulse.
- outputs: one mass of the triangle
- controls: triangle stiffness, da... | https://raw.githubusercontent.com/jameslnrd/mi_introduction_workshop_2020/2f487dbc5b8e7cd83cbd962254e737bdb82948f6/14_Polyphonic/polyTriangle.dsp | faust | ========= DESCRITPION =============
A series of small triangle structures are excited by force impulses.
- inputs: force impulse.
- outputs: one mass of the triangle
- controls: triangle stiffness, damping.
Note: use this model with Poly mode to control voices dynamically according to MIDI input.
route... | declare name "Polyphonic Triangles";
declare author "James Leonard";
declare date "April 2020";
declare options "[midi:on][nvoices:12]";
import("stdfaust.lib");
gate = button("gate"):ba.impulsify;
in1 = gate * 0.1;
freq = hslider("freq",200,50,1000,0.01);
gain = hslider("gain",0.5,0,1,0.01);
m_K = 0.001 * f... |
3faff80654ea3239d5799a276b7d5c01c8e83c712ac9781adbbf59347068b34b | s-e-a-m/faust-libraries | ap90deg.dsp | declare name "CURTIS ROADS ALLPASS FILTER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2020";
declare description "CURTIS ROADS ALLPASS FILTER";
import("stdfaust.lib");
import("../../../seam.lib");
// ap1 = fi.tf2(1.94632, -0.94657, 0.94657, -1.946... | https://raw.githubusercontent.com/s-e-a-m/faust-libraries/9120cccb9335f42407062eb4bf149188d8018b07/plots/dsp/allpass/ap90deg.dsp | faust | ap1 = fi.tf2(1.94632, -0.94657, 0.94657, -1.94632, 1);
ap2 = fi.tf2(0.83774, -006338, 0.06338, -0.83774, 1);
ap1b = biquad(1.94632, -0.94657, 0.94657, -1.94632, 1);
ap2b = biquad(0.83774, -006338, 0.06338, -0.83774, 1);
ap1c = biquad(0.87747, -1.86141, 1, -1.86141, 0.87747);
ap2c = biquad(0.77083, -1.71048, 1, -1... | declare name "CURTIS ROADS ALLPASS FILTER";
declare version "001";
declare author "Giuseppe Silvi";
declare license "GNU-GPL-v3";
declare copyright "(c)SEAM 2020";
declare description "CURTIS ROADS ALLPASS FILTER";
import("stdfaust.lib");
import("../../../seam.lib");
process = os.osc(zsweep(ma.SR/2)) <: _+(apbiquad(... |
9dc60ffb59474f8b7b664f19cd04aea7d3d1f66dc0338881c7b21aff85516de9 | HMaxime/CONDUCT | sallenKey2ndOrderHPF.dsp | declare name "sallenKey2ndOrderHPF";
declare description "Demonstration of the Sallen-Key Second Order Low-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch... | https://raw.githubusercontent.com/HMaxime/CONDUCT/a70e4ab8db098cf38fb32d9fa948eb3c2939f07e/Faust%26PureData/old/faust-master-dev/examples/filtering/sallenKey2ndOrderHPF.dsp | faust | declare name "sallenKey2ndOrderHPF";
declare description "Demonstration of the Sallen-Key Second Order Low-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch... | |
a05a585a6d117de57a20c1c3df585450d210d5245b27a96ced03c31767ff3974 | HMaxime/CONDUCT | sallenKeyOnePoleLPF.dsp | declare name "sallenKeyOnePoleLPF";
declare description "Demonstration of the Sallen-Key One Pole Low-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(1-switch)) :> ... | https://raw.githubusercontent.com/HMaxime/CONDUCT/a70e4ab8db098cf38fb32d9fa948eb3c2939f07e/Faust%26PureData/old/faust-master-dev/examples/filtering/sallenKeyOnePoleLPF.dsp | faust | declare name "sallenKeyOnePoleLPF";
declare description "Demonstration of the Sallen-Key One Pole Low-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(1-switch)) :> ... | |
0ea09aed79596f2f7cd2fe91860499ac226f02f96002644d494b36b541d205a0 | HMaxime/CONDUCT | sallenKey2ndOrderLPF.dsp | declare name "sallenKey2ndOrderLPF";
declare description "Demonstration of the Sallen-Key Second Order Low-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch... | https://raw.githubusercontent.com/HMaxime/CONDUCT/a70e4ab8db098cf38fb32d9fa948eb3c2939f07e/Faust%26PureData/old/faust-master-dev/examples/filtering/sallenKey2ndOrderLPF.dsp | faust | declare name "sallenKey2ndOrderLPF";
declare description "Demonstration of the Sallen-Key Second Order Low-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch... | |
4f547e429e8948c41dc36bd680ffe96939b4ded360aface0178d0da70d107533 | HMaxime/CONDUCT | sallenKey2ndOrderBPF.dsp | declare name "sallenKey2ndOrderBPF";
declare description "Demonstration of the Sallen-Key Second Order Band-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switc... | https://raw.githubusercontent.com/HMaxime/CONDUCT/a70e4ab8db098cf38fb32d9fa948eb3c2939f07e/Faust%26PureData/old/faust-master-dev/examples/filtering/sallenKey2ndOrderBPF.dsp | faust | declare name "sallenKey2ndOrderBPF";
declare description "Demonstration of the Sallen-Key Second Order Band-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
Q = hslider("Q",1,0.5,10,0.01);
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switc... | |
f6353c0b4cb599dcf3b94a6af741517a92a5208b4e45d5856074d492371374d2 | HMaxime/CONDUCT | sallenKeyOnePoleHPF.dsp | declare name "sallenKeyOnePoleHPF";
declare description "Demonstration of the Sallen-Key One Pole High-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(1-switch)) :>... | https://raw.githubusercontent.com/HMaxime/CONDUCT/a70e4ab8db098cf38fb32d9fa948eb3c2939f07e/Faust%26PureData/old/faust-master-dev/examples/filtering/sallenKeyOnePoleHPF.dsp | faust | declare name "sallenKeyOnePoleHPF";
declare description "Demonstration of the Sallen-Key One Pole High-Pass Filter";
declare author "Eric Tarr";
import("stdfaust.lib");
normFreq = hslider("freq",0.5,0,1,0.001):si.smoo;
switch = checkbox("Saw/Noise");
inputSignal = (no.noise*switch) , (os.sawtooth(100)*(1-switch)) :>... | |
a999d3f5ddba1161d82efc7ad3d2353bf938cf8117d230c87c8a369990bfacad | gabrielsanchez/faust-guitarix-sc37 | 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/gabrielsanchez/faust-guitarix-sc37/c0608695e24870abb56f7f0d1355cbf2f563ed30/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.
: 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");
import("reduce.lib");
ratio = nentry("ratio", 2, 1, 20, 0.1);
threshold = nentry("threshold", -40, -96, 10, 0.1);
knee = nentry("knee", ... |
f6010d633c3ebe1c023902b3f1770c8a6ae3d7aa9c268323ba71a1dcc9ff51af | rottingsounds/bitDSP-faust | lfsr.dsp | declare name "LFSR";
declare author "Till Bovermann";
declare description "linear feedback shift register example";
declare reference "http://rottingsounds.org";
// compute lfsr on an n-bit integer bitset (assuming it to be unsigned, [0 < n <= 32] ).
// see https://en.wikipedia.org/wiki/Linear-feedback_shift_register
... | https://raw.githubusercontent.com/rottingsounds/bitDSP-faust/21cf36105c55b6e18969a867a319530a0ef1ea63/examples/lfsr.dsp | faust | compute lfsr on an n-bit integer bitset (assuming it to be unsigned, [0 < n <= 32] ).
see https://en.wikipedia.org/wiki/Linear-feedback_shift_register
plot
CXXFLAGS="-I ../include" faust2csvplot -I ../lib lfsr.dsp
./lfsr -n 10
compile
CXXFLAGS="-I ../../../include" faust2caqt -I ../lib lfsr.dsp
// open lfsr.app... | declare name "LFSR";
declare author "Till Bovermann";
declare description "linear feedback shift register example";
declare reference "http://rottingsounds.org";
import("stdfaust.lib");
bit32 = library("bitDSP_int32.lib");
dac_bits = int(nentry("dac bits",1,1,32,1));
dac_offset = min(int(nentry("dac offset",0... |
d67ce2c08df4fe4971b8656e14c4f4176c861d659021fc14906efdd97b8b1950 | RuolunWeng/ruolunweng.github.io | SModulation1.dsp | declare name "Modulation 1";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
/* =========== DESCRIPTION ==============
- Non Linear Filter Modulators applied to a sinewave
- Head = Silence/Higher Frequencies
- Bottom = Lower Frequencies
- Right = No modulation
- Left = Modulatio... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SModulation1.dsp | faust | =========== DESCRIPTION ==============
- Non Linear Filter Modulators applied to a sinewave
- Head = Silence/Higher Frequencies
- Bottom = Lower Frequencies
- Right = No modulation
- Left = Modulation n°1
======================== INSTRUMENT =============================
======================== GUI SPECIFICATIONS =... | declare name "Modulation 1";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = vgroup("NLFM",oscil : NLFM1 : fi.lowpass(1,2000) *(0.6)*(vol));
NLFM1 = _ : instrument.nonLinearModulator((nonlinearity:si.smooth(0.999)),env,freq,typeMod,freqMod,nlfOrder) : _;
oscil = os.o... |
867f9644d6704bd945f1701edc7e1b433b460db6220915a98ce715a6245aa53e | RuolunWeng/ruolunweng.github.io | SModulation3.dsp | declare name "Modulation 3";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
/* =========== DESCRIPTION ==============
- Non Linear Filter Modulators applied to a sinewave
- Head = Silence/Higher Frequencies/No modulation
- Bottom = Lower Frequencies/ Modulation n°3
- Rocking = ... | https://raw.githubusercontent.com/RuolunWeng/ruolunweng.github.io/035564bb7e36eb4e810ca80077ffa8a9d3e5130b/faustplayground/faust-modules/generators/SModulation3.dsp | faust | =========== DESCRIPTION ==============
- Non Linear Filter Modulators applied to a sinewave
- Head = Silence/Higher Frequencies/No modulation
- Bottom = Lower Frequencies/ Modulation n°3
- Rocking = Modulating Frequency (low to high)
======================== INSTRUMENT =============================
================... | declare name "Modulation 3";
declare author "ER";
import("stdfaust.lib");
instrument = library("instruments.lib");
process = vgroup("NLFMs",oscil : NLFM3 : fi.lowpass(1,2000) *(0.6)*(vol));
NLFM3 = _ : instrument.nonLinearModulator((nonlinearity:si.smooth(0.999)),env,freq,typeMod,freqMod,nlfOrder) : _;
oscil = os.... |
49ff82e09c9bb393ee2b017b992c89a52af5aa027c8a2b0e0aeab08a3fbea61f | CesarChaussinand/GramoCollection | basseBourdonnante.dsp | declare name "Basse bourdonnante";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.triangle(bourdon)+os.square(freq):fi.resonlp(fcut,3,vol):ef.cubicnl(0,0);
... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/basseBourdonnante.dsp | faust | declare name "Basse bourdonnante";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.triangle(bourdon)+os.square(freq):fi.resonlp(fcut,3,vol):ef.cubicnl(0,0);
... | |
03288edd1f8ef8571868968b85a10a2f9313e13ef22c014deba1b56b0e0f6bd0 | CesarChaussinand/GramoCollection | alarmeFiltree.dsp | declare name "Alarme filtrée";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.sawtooth(freq*lfo) : fi.resonlp(frcut,4,env) : ef.cubicnl(0,0);
lfo = 1.25 + ... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/alarmeFiltree.dsp | faust | declare name "Alarme filtrée";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.sawtooth(freq*lfo) : fi.resonlp(frcut,4,env) : ef.cubicnl(0,0);
lfo = 1.25 + ... | |
e5b654d84d8b3ea88565871c625130b26926f64ca6456ffd5b144ff3fb89c795 | CesarChaussinand/GramoCollection | harmoniesSombres.dsp | declare name "Harmonies sombres";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.osc(freq1),os.osc(freq2),os.osc(freq3) :> _ *env : ef.cubicnl(0,0);
freq1 ... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/harmoniesSombres.dsp | faust | declare name "Harmonies sombres";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.osc(freq1),os.osc(freq2),os.osc(freq3) :> _ *env : ef.cubicnl(0,0);
freq1 ... | |
e776f6c4408d182cb04ee580ddf49506f5c5ae96203f0f1898685de17848c37e | levinericzimmermann/oT2kb | multiguitar.dsp | declare name "multiguitar";
declare version "1.0";
declare author "Levin Eric Zimmermann";
declare options "[midi:on][nvoices:16]";
//-----------------------------------------------
// Odd guitar
//-----------------------------------------------
import("stdfaust.lib");
baseFreq = hslider("freq"... | https://raw.githubusercontent.com/levinericzimmermann/oT2kb/202685282c585def5e62791ff784196e127e910a/src/multiguitar.dsp | faust | -----------------------------------------------
Odd guitar
-----------------------------------------------
pluckPosition = (no.lfnoise0(pluckPositionLfoRate) + 1) * 0.5 : ba.sAndH(impulseGate);
pluckPosition = (no.lfnoise0(pluckPositionLfoRate) + 1) * 0.5;
bodySize = (os.lf_triangle(bodySizeLfoFrequency) + 1) ... | declare name "multiguitar";
declare version "1.0";
declare author "Levin Eric Zimmermann";
declare options "[midi:on][nvoices:16]";
import("stdfaust.lib");
baseFreq = hslider("freq",300,50,2000,0.01);
bend = ba.semi2ratio(hslider("bend[midi:pitchwheel]",0,-2,2,0.01)) : si.polySmooth(gate,0.999,1);
m... |
0f8964633b2060415be0c78bb1fad78ee61377a4bf8cce1bec0eee30342eeccf | friskgit/kmh_ls | KMHLS_channel_map.dsp | declare name "KMHLS ChannelMap - 29+16+4";
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
//---------------`Channel mapping plugin` --------------------------
//
// Channel mapping plugin that takes 52 inputs, although only the 49 first channe... | https://raw.githubusercontent.com/friskgit/kmh_ls/3273d90bee62a0200a96166b6f690705a3e82fcc/KMHLS_utility/src/KMHLS_channel_map.dsp | faust | ---------------`Channel mapping plugin` --------------------------
Channel mapping plugin that takes 52 inputs, although only the 49 first channels are routed.
These are routed to the Crescendo mixer channel layout.
Insert this plugin on the master track or similar to get channels to map correctly to the Crescend... | declare name "KMHLS ChannelMap - 29+16+4";
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
domevol = hslider("Volume dome", 1., 0., 1., 0.001) : si.smoo;
floorvol = hslider("Volume floor", 1., 0., 1., 0.001) : si.smoo;... |
c56c89ab0737afa090c9f173b2b77884458e5aa89381637c413caa622ee7e6a8 | friskgit/kmh_ls | KMHLS_channel_map.dsp | declare name "KMHLSChannelMap 29+16+4";
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
//---------------`Channel mapping plugin` --------------------------
//
// Channel mapping plugin that takes 52 inputs, although only the 49 first channels ... | https://raw.githubusercontent.com/friskgit/kmh_ls/3273d90bee62a0200a96166b6f690705a3e82fcc/KMHLS_utility/doc/KMHLS_channel_map-mdoc/src/KMHLS_channel_map.dsp | faust | ---------------`Channel mapping plugin` --------------------------
Channel mapping plugin that takes 52 inputs, although only the 49 first channels are routed.
these are routed to the Crescendo mixer channel layout.
Insert this plugin on the master track or similar to get channels to map correctly to the Crescend... | declare name "KMHLSChannelMap 29+16+4";
declare version " 0.1 ";
declare author " Henrik Frisk " ;
declare license " BSD ";
declare copyright "(c) dinergy 2018 ";
import("stdfaust.lib");
domevol = hslider("Volume dome", 1., 0., 1., 0.001) : si.smoo;
floorvol = hslider("Volume floor", 1., 0., 1., 0.001) : si.smoo;
ba... |
b8db2bc08e5db857196c804baaaf55d09a74204fbdf6e4163017c99628be9cdb | olegkapitonov/Kapitonov-Plugins-Pack | kpp_octaver.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_octaver/kpp_octaver.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_octaver";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.1";
import("stdfaust.lib");
process = output with {
level_d1 = ba.db2linear(-20 + vslider("octave1",0,0,30,0.01));
level_d2 = ba.db2linear(-20 + vslider("octave2",0,0,30,0.01));
level_dr... |
2091805f10747250ec7cb7904e2b85a4ba8072bb9e787f79f6c2d802783c3f65 | olegkapitonov/Kapitonov-Plugins-Pack | kpp_deadgate.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_deadgate/kpp_deadgate.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_deadgate";
declare author "Oleg Kapitonov";
declare license "GPLv3";
declare version "1.1";
import("stdfaust.lib");
process = output with {
deadzone_knob = ba.db2linear(vslider("Dead Zone", -120, -120, 0, 0.001));
noizegate_knob = vslider("Noise Gate", -120, -120, 0, 0.001);
deadzone =... |
69e9948d6441c28f20de6585615dc02d21e99a4496f8ec668caec0c5c352fa0e | CesarChaussinand/GramoCollection | basseVibrante.dsp | declare name "Basse vibrante";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.sawtooth(freq * vib) : fi.resonlp(env*300+100,5,env) : hardClip(clip);
hardCl... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/basseVibrante.dsp | faust | declare name "Basse vibrante";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.sawtooth(freq * vib) : fi.resonlp(env*300+100,5,env) : hardClip(clip);
hardCl... | |
6cfdf8397b654dfd0db1ca2447604297ca0aa0dd0e264df185c8388f8ce3ee78 | CesarChaussinand/GramoCollection | melodieBruiteuse.dsp | declare name "Mélodie bruiteuse";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.sawtooth(freq*mod)*env:ef.echo(0.2,0.2,fdbk):fi.lowpass3e(6*freq*env+10);
... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/melodieBruiteuse.dsp | faust | pourcentage de bruit à ajouter | declare name "Mélodie bruiteuse";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = os.sawtooth(freq*mod)*env:ef.echo(0.2,0.2,fdbk):fi.lowpass3e(6*freq*env+10);
... |
be6b4b3464d4d4d889832aae40b8d492e7978d4f40df6cfaa829368c7e4dd7d8 | Rickr922/Faust-FDS | BowedString.dsp | import("stdfaust.lib");
declare name "BowedString";
declare description "Linear string model coupled with a bowing model for excitation.";
declare author "Riccardo Russo";
//----------------------------------String Settings---------------------------//
// Generic string
//nPoints=int(Length/h);
nPoints1 = ... | https://raw.githubusercontent.com/Rickr922/Faust-FDS/ead5c05c0eced6ed111dcfd8eeea14d313f74ef6/library/CorrectExamples/BowedString.dsp | faust | ----------------------------------String Settings---------------------------//
Generic string
nPoints=int(Length/h);
Stability condition
Tension [N]
Radius (0.016 gauge) [m]
Density [kg/m^3];
Area of string section
Moment of Inertia
Young modulus [Pa]
Stiffness parameter
Wave speed
Frequency depen... | import("stdfaust.lib");
declare name "BowedString";
declare description "Linear string model coupled with a bowing model for excitation.";
declare author "Riccardo Russo";
nPoints1 = 100;
k = 1/ma.SR;
coeff = c^2*k^2 + 4*sigma1*k;
h =sqrt((coeff + sqrt((coeff)^2 + 16*k^2*K^2))/2);
sigma0 = 0.0005;
... |
9678e67b6cb065ee84be0118ae18399552c6ffa60fec997dd662fdd2c722f891 | tonal-glyph/faustus | karplus32.dsp | declare name "karplus32";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
//-----------------------------------------------
// karplus-strong
// with 32 resonators in parallel
//-----------------------------------------------
import("stdfaust.lib");... | https://raw.githubusercontent.com/tonal-glyph/faustus/cc887b115aceaee202edbdb37ee0e4087bfb5a33/examples/physicalModeling/old/karplus32.dsp | faust | -----------------------------------------------
karplus-strong
with 32 resonators in parallel
-----------------------------------------------
Excitator
-----------
trigger(n) = upfront : release(n) : >(0.0) : +(leak);
leak = 1.0/65536.0; // avoid denormals on Intel : removed since ftz is done at hardware level,... | declare name "karplus32";
declare version "1.0";
declare author "Grame";
declare license "BSD";
declare copyright "(c)GRAME 2006";
import("stdfaust.lib");
upfront(x) = (x-x') > 0.0;
decay(n,x) = x - (x>0)/n;
release(n) = + ~ decay(n);
trigger(n) = upfront : release(n) : >(0.0);
size = hslider("excitatio... |
f14bb6145696cb3fa889bec111f7ad2d670149381ea77c6428b8cd989264ee15 | unicornsasfuel/6171_reverb | 6171_reverb.dsp | import("stdfaust.lib");
declare author "Evermind";
declare license "BSD 3-clause";
//Parameters
feedback_amount = vslider("t:6171 Reverb/h:Main/[0]Feedback %", 70, 0, 90, 0.1) / 100;
crosstalk = vslider("t:6171 Reverb/h:Main/[1]Crosstalk", 30, 0, 100, 1) / 100;
wet_level = vslider("t:6171 Reverb/h:Main/[2]Wet %", 25,... | https://raw.githubusercontent.com/unicornsasfuel/6171_reverb/ee1d89af1315e92d2d5673fb09208872466b008c/6171_reverb.dsp | faust | Parameters
Functions | import("stdfaust.lib");
declare author "Evermind";
declare license "BSD 3-clause";
feedback_amount = vslider("t:6171 Reverb/h:Main/[0]Feedback %", 70, 0, 90, 0.1) / 100;
crosstalk = vslider("t:6171 Reverb/h:Main/[1]Crosstalk", 30, 0, 100, 1) / 100;
wet_level = vslider("t:6171 Reverb/h:Main/[2]Wet %", 25, 0, 100, 1) /... |
68b5dc59fc0ff52100f0a72cf5b6023d96f695d5ea0feb7adbf632216d09346d | CesarChaussinand/GramoCollection | alarmeDouce.dsp | declare name "Alarme douce";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = sy.fm(frqs(note1),indices)*lfo,sy.fm(frqs(note2),indices)*(1-lfo):>_*gate;
frqs(f)... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/alarmeDouce.dsp | faust | declare name "Alarme douce";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = sy.fm(frqs(note1),indices)*lfo,sy.fm(frqs(note2),indices)*(1-lfo):>_*gate;
frqs(f)... | |
37124ddbba9eaad81057880b77fe82f682a6e490ac39af2207154404b8cf8b06 | CesarChaussinand/GramoCollection | melodiePulsee.dsp | declare name "Mélodie pulsée";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = osc(219.9),osc(freq):>_*amp:ef.echo(0.2,0.2,0.2) , beat :>
ef.cubic... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/melodiePulsee.dsp | faust | declare name "Mélodie pulsée";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = osc(219.9),osc(freq):>_*amp:ef.echo(0.2,0.2,0.2) , beat :>
ef.cubic... | |
c41e8fa90508495f0c9629e2c193601b0c253c5850419c71fab89339caaa224b | CesarChaussinand/GramoCollection | grognementControle.dsp | declare name "Grognement contrôlé";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = (os.sawtooth(80+gro*120)*gro) +
(no.noise*(0.9*gro+0.1)) :
... | https://raw.githubusercontent.com/CesarChaussinand/GramoCollection/58f63f2fdb1fe4d01b4e0416d3a0c14639a347f2/grognementControle.dsp | faust | declare name "Grognement contrôlé";
declare version "1.0";
declare author "César Chaussinand";
declare license "MIT";
declare copyright "(c) César Chaussinand 2022";
import("stdfaust.lib");
process = (os.sawtooth(80+gro*120)*gro) +
(no.noise*(0.9*gro+0.1)) :
... | |
321c6663c236dff9b13b9db825058e03127586f9dcc725d902e0da67a68bc932 | s-e-a-m/fc1969lais | 1969lais_LR.dsp | declare name "ALVIN LUCIER - I AM SITTING IN A ROOM (1969) - STEREO 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 Stereo model";
declare options "[midi:on] [htt... | https://raw.githubusercontent.com/s-e-a-m/fc1969lais/27bd20a1b8d0657d3d3f3c68459a791e083595f3/sources/1969lais_LR.dsp | faust | Clear
Compute the delay time during Incipit | declare name "ALVIN LUCIER - I AM SITTING IN A ROOM (1969) - STEREO 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 Stereo model";
declare options "[midi:on] [htt... |
fc858b42b826939cd9d02d83b753f747685c46d9f9d3ef275ab45db6573099f3 | s-e-a-m/fc1969lais | 1969lais.dsp | declare name "ALVIN LUCIER - I am SITTING IN A ROOM (1969)";
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 model";
declare options "[midi:on] [httpd:on]";
import("stdfau... | https://raw.githubusercontent.com/s-e-a-m/fc1969lais/27bd20a1b8d0657d3d3f3c68459a791e083595f3/sources/1969lais.dsp | faust | Clear
Compute the delay time during Incipit
process = input : main : output;
web example | declare name "ALVIN LUCIER - I am SITTING IN A ROOM (1969)";
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 model";
declare options "[midi:on] [httpd:on]";
import("stdfau... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.