21st-century Csound
21st-century Csound
Posted Nov 8, 2012 14:40 UTC (Thu) by roet_fuss (guest, #87734)In reply to: 21st-century Csound by nix
Parent article: 21st-century Csound
Well you can do this, if you wish
isize = 8192
itime = 0
inum = 1
igen = 10
iharm1 = 1
itab ftgen inum,itime,isize,igen,iharm1
======
The score language is just data specification, and because if its simplicity, it allows easy creation by a score generator. But if you don't like it, you can just ignore and leave it aside. It's just one of many ways to control the synthesis.
