Haven't tested it, but it looks to me like you have switched the window and sample tables, could I be right ? Wouldn't expect silence just because of that (just unexpected sonic behaviour), but maybe the windowing/enveloping does go haywire with the extremely large window size. Oeyvind 2008/10/29 Jeff Harrington : > OK, I know when to quit, when there's a hole in the wall and it's bloody and > my head hurts. I'm trying to get an example of sndwarpst to work from this > tutorial. > http://www.lakewoodsound.com/csound/hypertext/siggen/sndwarp.htm > > I want to double the time in this example. I know the params aren't set > right also. > > Here's my orc: > sr = 44100 > kr = 4410 > ksmps = 10 > nchnls = 1 > > ; Instrument #1. > instr 1 > > iwindfun=1 > isampfun=2 > ibeg=0 > iwindsize=2000 > iwindrand=400 > ioverlap=10 > > itimemode = 1 > aresamp line 1, p3, 2 > atime line 0, p3, 20 > kenv line 1, p3, .1 > ar1, ar2 sndwarpst kenv, atime, aresamp, isampfun, ibeg, iwindsize, > iwindrand, ioverlap, iwindfun, itimemode > outs ar1, ar2 > > endin > > Here's my score: > > ; Table #1: read an audio file (using GEN01). > f 1 0 16777216 1 "d:\\musicwork\glassWork\\lamentTest.wav" 0 4 0 > f 2 0 16384 9 .5 1 0 > ; Play Instrument #1 for 2 seconds. > i 1 0 2 > e > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" >