Re: [Csnd] systems of equations
Date | 2012-11-14 03:55 |
From | "Partev Barr Sarkissian" |
Subject | Re: [Csnd] systems of equations |
Which issue number? -pbs --- adotsdothmusic@gmail.com wrote: From: Adam Puckett |
Date | 2012-11-14 11:35 |
From | Adam Puckett |
Subject | Re: [Csnd] systems of equations |
The autumn 1999 issue; the article is here: http://csounds.com/ezine/autumn1999/woodwinds/index.html On 11/13/12, Partev Barr Sarkissian |
Date | 2012-11-14 13:14 |
From | Oeyvind Brandtsegg |
Subject | Re: [Csnd] systems of equations |
By no means being a maths expert, I would think that the general approach is to rewrite the equation in such a way that you get the output signal on one side of the equal sign. Then what is on the other side is your synthesis algorithm. like x = y+z where x is your audio output Oeyvind 2012/11/14 Adam Puckett <adotsdothmusic@gmail.com> The autumn 1999 issue; the article is here: -- Oeyvind Brandtsegg Professor of Music Technology NTNU 7491 Trondheim Norway Cell: +47 92 203 205 http://flyndresang.no/ http://www.partikkelaudio.com/ http://soundcloud.com/brandtsegg http://soundcloud.com/t-emp |
Date | 2012-11-14 14:07 |
From | Rory Walsh |
Subject | Re: [Csnd] systems of equations |
It would be nice to see more maths equations in Csound tutorials. Victor has a nice one on distortion techniques where he constantly jumps from equation to Csound code. http://www.csounds.com/journal/issue11/distortionSynthesis.html On 14 November 2012 13:14, Oeyvind Brandtsegg |
Date | 2012-11-14 14:13 |
From | Adam Puckett |
Subject | Re: [Csnd] systems of equations |
Trouble is, I can't read the equations. My screen reader just skips over them because they're just images with no alt text. On 11/14/12, Rory Walsh |
Date | 2012-11-14 14:28 |
From | Justin Smith |
Subject | Re: [Csnd] systems of equations |
This screen reader issue is one of the reasons mathml was invented (like html, it is designed to degrade gracefully, and be usable in a variety of rendering circumstances).
On Wed, Nov 14, 2012 at 6:13 AM, Adam Puckett <adotsdothmusic@gmail.com> wrote: Trouble is, I can't read the equations. My screen reader just skips |
Date | 2012-11-14 14:28 |
From | Rory Walsh |
Subject | Re: [Csnd] systems of equations |
I wouldn't ever have thought of that. That's unfortunate. How do you cope when it comes to learing from equations? On 14 November 2012 14:13, Adam Puckett |
Date | 2012-11-14 15:20 |
From | Adam Puckett |
Subject | Re: [Csnd] systems of equations |
Well if there is a MathML or some other equivalent textual representation I use that, otherwise I (try to) learn from code (is that cheating?). I regularly read parts of the SymPy sources and that does the trick most of the time. On 11/14/12, Rory Walsh |