diff options
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> |