Re: [Csnd] F-table GEN Routines and
Date | 2018-01-13 23:21 |
From | Joel Ramsbottom |
Subject | Re: [Csnd] F-table GEN Routines and |
... f9 0 64 5 100 50 25 15 10 5 2 1 0. Im using this function to represent a piano not envelope. it's a guess from trial an error. But how can I be more informed to more accurately represent different real-life envelopes? Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2018-01-13 23:31 |
From | Victor Lazzarini |
Subject | Re: [Csnd] F-table GEN Routines and |
Have a look at the manual, your table has 64 points, but the sum of each envelope segment is longer than that (71), the envelope will be truncated. In the beginning, it might be trial and error, but you eventually get an idea of what you need. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 13 Jan 2018, at 23:21, Joel Ramsbottom |
Date | 2018-01-14 10:11 |
From | Tarmo Johannes |
Subject | Re: [Csnd] F-table GEN Routines and |
Hi, In CsoundQt and Cabbage there is a graphical table editor that can help you with building the Gen7/Gen5 line. Tarmo 14.01.2018 1:31 kirjutas kuupäeval "Victor Lazzarini" <Victor.Lazzarini@mu.ie>: Have a look at the manual, your table has 64 points, but the sum of each envelope segment is longer than that (71), the envelope will be truncated. |