[Csnd] Mass-spring
Date | 2018-08-26 12:16 |
From | Peter Burgess |
Subject | [Csnd] Mass-spring |
Am I right in remembering there are some mass spring model opcodes in Csound somewhere? I've gone through the manual and tried googling, and I can't find one, but I'm sure I remember using one in the past
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-08-26 12:57 |
From | John ff |
Subject | Re: [Csnd] Mass-spring |
Could you be thinking of scanned synthesis? Sent from TypeApp On Aug 26, 2018, 12:18, at 12:18, Peter Burgess |
Date | 2018-08-26 12:59 |
From | Peter Burgess |
Subject | Re: [Csnd] Mass-spring |
That's the one! Cheers John On Sun, 26 Aug 2018, 12:57 John ff, <jpff@codemist.co.uk> wrote: Could you be thinking of scanned synthesis? |
Date | 2018-08-26 13:13 |
From | Tarmo Johannes |
Subject | Re: [Csnd] Mass-spring |
Hi, If you use CsoundQt, look at the examples, synths, Scanned synthesis sandbox. Tarmo 26.08.2018 14:59 kirjutas kuupäeval "Peter Burgess" <pete.soundtechnician@gmail.com>:
|
Date | 2018-08-26 14:51 |
From | Peter Burgess |
Subject | Re: [Csnd] Mass-spring |
I'll check that out, cheers. Out of interest, the scanu parameter: ifnstif -- ftable that contains the spring stiffness of each connection. It should have the same size as the square of the intended mass number. The data ordering is a row after row dump of the connection matrix of the system. numberOfMasses^2 number of connections will surely also connect the mass to itself won't it? |
Date | 2018-08-26 16:42 |
From | Peter Burgess |
Subject | Re: [Csnd] Mass-spring |
Also, how will a single directional stiffness work compared to a bidirectional stiffness in scanu? Does single directional suggest that the vibration of mass1 can affect mass2 while mass2 won't affect mass1? On 26 Aug 2018 14:51, "Peter Burgess" <pete.soundtechnician@gmail.com> wrote:
|