diff options
author | Richard Knight <q@1bpm.net> | 2025-06-20 18:33:18 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2025-06-20 18:33:18 +0100 |
commit | 5d31136bd3be537866dc867d2c2bc094e3222dde (patch) | |
tree | 5ff06fe8f055203bbc3918adef9e24a10a69452b /examples/test2.csd | |
download | csound-bitbitch-5d31136bd3be537866dc867d2c2bc094e3222dde.tar.gz csound-bitbitch-5d31136bd3be537866dc867d2c2bc094e3222dde.tar.bz2 csound-bitbitch-5d31136bd3be537866dc867d2c2bc094e3222dde.zip |
Diffstat (limited to 'examples/test2.csd')
-rw-r--r-- | examples/test2.csd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/test2.csd b/examples/test2.csd new file mode 100644 index 0000000..9a20e58 --- /dev/null +++ b/examples/test2.csd @@ -0,0 +1,27 @@ +<CsoundSynthesizer> +<CsOptions> +-odac +</CsOptions> +<CsInstruments> +sr = 44100 +kr = 4410 +nchnls = 2 +0dbfs = 1 +seed 0 + + +instr 1 + Sfile = "/store/Store/Documents/Audio/Audio/Random/2021/Sonics Tuned Pieces/Guitar - Plectrum Light Chorus/86.0.wav" + a1, a_ diskin Sfile, 0.5 + a2 bitchpeaker a1, 2048 + outs a2, a2 +endin + + + +</CsInstruments> +<CsScore> +i1 0 60 + +</CsScore> +</CsoundSynthesizer> |