; asn5a.orc ; ; derived from the example for loscil in the Csound manual sr = 44100 kr = 4410 ksmps = 10 nchnls = 1 ; Instrument #1. instr 1 kamp = 5000 ; If you don't know the frequency of your audio file, ; set both the kcps and ibas parameters equal to 1. kcps = 329.63 ; the resampled pitch ifn = 1 ; function table "f1" in the score file ibas = 329.63 ; E4 istart = 50782 ; 1 less than the 50783 we used before iend = 54116 a1 loscil kamp, kcps, ifn, ibas, 1, istart, iend out a1 endin ; ; end asn5a.orc