memlnaut-nisps/playground/faust/eoc-delay.json

131 lines
4.2 KiB
JSON
Raw Normal View History

{
"name": "eoc-delay",
"filename": "eoc-delay.dsp",
"version": "2.83.1",
"compile_options": "-lang cpp -fpga-mem-th 4 -ct 1 -es 1 -mcd 16 -mdd 1024 -mdy 33 -single -ftz 0",
"library_list": ["/nix/store/fnjbalzgc6pjm8la292cczxqbr00qmav-faust-2.83.1/share/faust/stdfaust.lib","/nix/store/fnjbalzgc6pjm8la292cczxqbr00qmav-faust-2.83.1/share/faust/maths.lib","/nix/store/fnjbalzgc6pjm8la292cczxqbr00qmav-faust-2.83.1/share/faust/platform.lib","/nix/store/fnjbalzgc6pjm8la292cczxqbr00qmav-faust-2.83.1/share/faust/basics.lib","/nix/store/fnjbalzgc6pjm8la292cczxqbr00qmav-faust-2.83.1/share/faust/delays.lib","/nix/store/fnjbalzgc6pjm8la292cczxqbr00qmav-faust-2.83.1/share/faust/filters.lib"],
"include_pathnames": ["/nix/store/fnjbalzgc6pjm8la292cczxqbr00qmav-faust-2.83.1/share/faust","/usr/local/share/faust","/usr/share/faust",".","/home/w1n5t0n/src/MEMLNaut-NISPS/.claude/worktrees/agent-a8d5e213/playground/faust"],
"size": 1048656,
"inputs": 2,
"outputs": 2,
"meta": [
{ "basics.lib/name": "Faust Basic Element Library" },
{ "basics.lib/version": "1.22.0" },
{ "compile_options": "-lang cpp -fpga-mem-th 4 -ct 1 -es 1 -mcd 16 -mdd 1024 -mdy 33 -single -ftz 0" },
{ "delays.lib/name": "Faust Delay Library" },
{ "delays.lib/version": "1.2.0" },
{ "filename": "eoc-delay.dsp" },
{ "filters.lib/lowpass0_highpass1": "MIT-style STK-4.3 license" },
{ "filters.lib/lowpass0_highpass1:author": "Julius O. Smith III" },
{ "filters.lib/lowpass:author": "Julius O. Smith III" },
{ "filters.lib/lowpass:copyright": "Copyright (C) 2003-2019 by Julius O. Smith III <jos@ccrma.stanford.edu>" },
{ "filters.lib/lowpass:license": "MIT-style STK-4.3 license" },
{ "filters.lib/name": "Faust Filters Library" },
{ "filters.lib/tf1:author": "Julius O. Smith III" },
{ "filters.lib/tf1:copyright": "Copyright (C) 2003-2019 by Julius O. Smith III <jos@ccrma.stanford.edu>" },
{ "filters.lib/tf1:license": "MIT-style STK-4.3 license" },
{ "filters.lib/tf1s:author": "Julius O. Smith III" },
{ "filters.lib/tf1s:copyright": "Copyright (C) 2003-2019 by Julius O. Smith III <jos@ccrma.stanford.edu>" },
{ "filters.lib/tf1s:license": "MIT-style STK-4.3 license" },
{ "filters.lib/version": "1.7.1" },
{ "maths.lib/author": "GRAME" },
{ "maths.lib/copyright": "GRAME" },
{ "maths.lib/license": "LGPL with exception" },
{ "maths.lib/name": "Faust Math Library" },
{ "maths.lib/version": "2.9.0" },
{ "name": "eoc-delay" },
{ "platform.lib/name": "Generic Platform Library" },
{ "platform.lib/version": "1.3.0" }
],
"ui": [
{
"type": "vgroup",
"label": "eoc-delay",
"items": [
{
"type": "hslider",
"label": "feedback",
"varname": "fHslider1",
"shortname": "feedback",
"address": "/eoc-delay/feedback",
"init": 0.3,
"min": 0,
"max": 0.95,
"step": 0.001
},
{
"type": "hslider",
"label": "lp_cutoff",
"varname": "fHslider3",
"shortname": "lp_cutoff",
"address": "/eoc-delay/lp_cutoff",
"meta": [
{ "unit": "Hz" }
],
"init": 8000,
"min": 500,
"max": 20000,
"step": 1
},
{
"type": "hslider",
"label": "mix",
"varname": "fHslider5",
"shortname": "mix",
"address": "/eoc-delay/mix",
"init": 0.3,
"min": 0,
"max": 1,
"step": 0.001
},
{
"type": "hslider",
"label": "ping_pong",
"varname": "fHslider0",
"shortname": "ping_pong",
"address": "/eoc-delay/ping_pong",
"init": 0,
"min": 0,
"max": 1,
"step": 0.001
},
{
"type": "hslider",
"label": "spread",
"varname": "fHslider4",
"shortname": "spread",
"address": "/eoc-delay/spread",
"init": 0.5,
"min": 0,
"max": 1,
"step": 0.001
},
{
"type": "nentry",
"label": "sync",
"varname": "fEntry0",
"shortname": "sync",
"address": "/eoc-delay/sync",
"init": 0,
"min": 0,
"max": 3,
"step": 1
},
{
"type": "hslider",
"label": "time",
"varname": "fHslider2",
"shortname": "time",
"address": "/eoc-delay/time",
"meta": [
{ "unit": "ms" }
],
"init": 250,
"min": 1,
"max": 2000,
"step": 0.1
}
]
}
]
}