Re: PMAX
| Date | 1998-08-24 19:15 |
| From | Bertolt Sobolik |
| Subject | Re: PMAX |
Why not just write the values to a file and read them in with GEN 1? At 10:53 AM -0800 8/24/98, Mark Polishook wrote: >I have an GEN 2 table with 512 values which I'm reading through using phasor >and table. Csound only reads through the 1st 150 values of the >table and then flushes the rest. > >Can PMAX be re-set so that I can read the entire table? > >!!thanks in advance > >-mp > >;;;;;;;;;;;;;;;;;;;;;;;;;;;;voss.orc > >aseg linseg 0, p3/2, 1, p3/2, 0 >k1 phasor 1/p3 >kvoss table k1 * 512, 2 >asig oscil p4*aseg, p5*kvoss, 1 ; oscillator > > outs asig, asig >endin > >;;;;;;;;;;;;;;;;;;;;;;;;;;;;voss.sco > >f2 0 512 -2 1.00735501488 1.02188088158 1.01261369844 etc... >i1 0 48 5000 440 >e |
| Date | 1998-08-24 19:53 |
| From | Mark Polishook |
| Subject | PMAX |
I have an GEN 2 table with 512 values which I'm reading through using phasor
and table. Csound only reads through the 1st 150 values of the
table and then flushes the rest.
Can PMAX be re-set so that I can read the entire table?
!!thanks in advance
-mp
;;;;;;;;;;;;;;;;;;;;;;;;;;;;voss.orc
aseg linseg 0, p3/2, 1, p3/2, 0
k1 phasor 1/p3
kvoss table k1 * 512, 2
asig oscil p4*aseg, p5*kvoss, 1 ; oscillator
outs asig, asig
endin
;;;;;;;;;;;;;;;;;;;;;;;;;;;;voss.sco
f2 0 512 -2 1.00735501488 1.02188088158 1.01261369844 etc...
i1 0 48 5000 440 |