[Csnd] Windows Csound5.15/GEN16 Help
Date | 2012-01-18 19:35 |
From | "Art Hunkins" |
Subject | [Csnd] Windows Csound5.15/GEN16 Help |
Could someone with the prebuilt Windows Csound5.15 package (doubles) installed please run the simple test below to see if the results are the same as mine? The extra guard point in GEN16 tables with more than 4097 entries fails for me on two different computers (WinXP). I've received reports that no such problem exists with Mac or Linux. Perhaps, however, there is a "gotcha" with Windows. TIA - Art Hunkins |
Date | 2012-01-18 19:48 |
From | Marc Demers |
Subject | RE: [Csnd] Windows Csound5.15/GEN16 Help |
It runs on my laptop (Corei7, Windows7)... Marc > From: abhunkin@uncg.edu > To: csound@lists.bath.ac.uk > Date: Wed, 18 Jan 2012 14:35:44 -0500 > Subject: [Csnd] Windows Csound5.15/GEN16 Help > > Could someone with the prebuilt Windows Csound5.15 package (doubles) > installed please run the simple test below to see if the results are the > same as mine? > > The extra guard point in GEN16 tables with more than 4097 entries fails for > me on two different computers (WinXP). I've received reports that no such > problem exists with Mac or Linux. Perhaps, however, there is a "gotcha" with > Windows. > > TIA - > > Art Hunkins > > <CsoundSynthesizer> > <CsOptions> > > -odac --displays -b128 -B2048 > > </CsOptions> > <CsInstruments> > > sr = 44100 > ksmps = 100 > nchnls = 2 > > instr 1 > > k1 linseg 0, 4, 1, 2, 1, 4, 0 > k2 table k1, 3, 1 > aout poscil 10000 * k2, 400, 2 > outs aout, aout > > endin > > </CsInstruments> > <CsScore> > > f2 0 16384 10 1 > f3 0 4097 16 0 4097 .7 1; works > ;f3 0 8193 16 0 8193 .7 1; doesn't work (segfault or invalid pointer) > ;f3 0 -8193 16 0 8193 .7 1; works > > f4 0 8193 9 .25 1 0 > i1 0 10 > > </CsScore> > </CsoundSynthesizer> > > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > |