diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ftts.csd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/ftts.csd b/examples/ftts.csd new file mode 100644 index 0000000..2d9af50 --- /dev/null +++ b/examples/ftts.csd @@ -0,0 +1,26 @@ +<CsoundSynthesizer> +<CsOptions> +</CsOptions> +; ============================================== +<CsInstruments> + +sr = 44100 +kr = 4410 +nchnls = 2 +0dbfs = 1 + +instr 1 + ipitch = 50 + ifn ftts "this is generated by festival from within sea sound", ipitch + ao loscil 1, 1, ifn, 1 + outs ao, ao +endin + +</CsInstruments> +; ============================================== +<CsScore> +i1 0 2 + +</CsScore> +</CsoundSynthesizer> + |