From 2e854bcb40d535957b589ad02e3f280e00b47865 Mon Sep 17 00:00:00 2001 From: Richard Knight Date: Mon, 16 Aug 2021 02:56:49 +0100 Subject: pre strip down --- examples/memson-t2.csd | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 examples/memson-t2.csd (limited to 'examples/memson-t2.csd') diff --git a/examples/memson-t2.csd b/examples/memson-t2.csd new file mode 100644 index 0000000..c732d1e --- /dev/null +++ b/examples/memson-t2.csd @@ -0,0 +1,30 @@ + + +-o/usr/tmp/tst.wav + + +sr = 48000 +kr = 4800 +nchnls = 2 +0dbfs = 1 +seed 0 + + +instr 1 + idata[] memps + ipid = idata[int(random(0, lenarray(idata)-1))] + print ipid + kr1 line 0, p3, 1 + kr2 line 0, p3, 1 + ;a1 memson2 ipid, 0.4, 0.5; kr2 + a1 memson ipid, 0;kr1 + a1 dcblock a1*0.1 + outs a1, a1 +endin + + + + +i1 0 60 + + -- cgit v1.2.3