Tube opcode
Date | 2015-05-25 17:58 |
From | Steven Yi |
Subject | Tube opcode |
Hi All, I ran across this paper about an opcode for triode modeling for vaccuum tube amps: http://recherche.ircam.fr/pub/dafx11/Papers/42_e.pdf That lead to finding this site: http://www.lms.lnt.de/en/research/activity/systems/fink/ I was wondering, does anyone know what may have come of this? I was curious as I didn't see source code, and thought it interesting. Thanks! steven ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Csound-users mailing list Csound-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-users Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2015-05-25 18:20 |
From | Hlöðver Sigurðsson |
Subject | Re: Tube opcode |
Attachments | None None |
Interesting, I've been reading alot about Julius Smith and the research on physical modeling. I've been looking into Faust for that reason. But a tube opcode simulating resonant tubes would probably give possibility for loads of sound experimentation. I'd love to find this opcode, I assume the .so files are compiled library files not a source file? 2015-05-25 16:58 GMT+00:00 Steven Yi <stevenyi@gmail.com>: Hi All, |
Date | 2015-05-25 18:27 |
From | jpff |
Subject | Re: Tube opcode |
Attachments | None None |
ardly in keeping with DaFX concept. I too failed to find sources. Ifte paper is goodenough it ougt to be able to reconstruct...... On Mon, 25 May 2015, Hlöðver Sigurðsson wrote: > Interesting, I've been reading alot about Julius Smith and the research on > physical modeling. I've been looking into Faust for that reason. But a tube > opcode simulating resonant tubes would probably give possibility for loads of > sound experimentation. I'd love to find this opcode, I assume the .so files > are compiled library files not a source file? > > 2015-05-25 16:58 GMT+00:00 Steven Yi |
Date | 2015-05-25 18:28 |
From | Steven Yi |
Subject | Re: Tube opcode |
The download I found had pre-compiled .so's for Csound 5.08.0 through 5.13.1, and I assume for Linux. The test.csd shows: atube tube ain, sr, "config.txt"; virtual opcode "tubeamp" with input ain and aoutput aout and the config.txt has a number of settings. It's not the typical way of configuring an opcode, but it also has a large number of parameters. (It seems to expose every coefficient for the various parts of the algorithm). On Mon, May 25, 2015 at 1:20 PM, Hlöðver Sigurðsson |
Date | 2015-05-25 18:33 |
From | Nick Arner |
Subject | Re: Tube opcode |
Attachments | None None |
This would definitely be an interesting opcode to use, especially in the context of plugins/amp simulation/guitar effects. Really looking forward to what comes of it! On Mon, May 25, 2015 at 1:28 PM, Steven Yi <stevenyi@gmail.com> wrote: The download I found had pre-compiled .so's for Csound 5.08.0 through Nick |