> Hmm. An interesting project might be hacking SPICE into being a kind of
a deconvolution engine,<br>&gt; to build a WAV impulse response file of a
circuit. Then you could use that IR to &quot;play&quot;<br>&gt; through the circuit using
JACE or similar.<br><br>i have been dreaming of this for so long :) i thought about it the other way though, using a &#39;custom&#39; wave shape as a function generator in spice itself. would be very slow this way though.
<br><br>the good news about doing this though is that you don&#39;t have to (unless you want to) emulate everything about the circuit, just the signal path. this would simplify and speed up the calculations somewhat.<br><br>
porl<br><br><div><span class="gmail_quote">On 29/05/07, <b class="gmail_sendername">Paul Winkler</b> &lt;<a href="mailto:pw_lists@slinkp.com">pw_lists@slinkp.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sat, May 26, 2007 at 10:27:47AM -0400, robert lazarski wrote:<br>&gt; Pretty simple, but I live in Brazil and getting these parts may be hard and<br>&gt; I am currently tight for time. Here&#39;s a guy who actually built these and has
<br>&gt; some tips:<br>&gt;<br>&gt; <a href="http://www.slinkp.com/pw_toys/foxx">http://www.slinkp.com/pw_toys/foxx</a><br><br>That&#39;s me :-)<br><br>&gt; Still trying to do this in software though for now. Any ideas?<br>
&gt; Robert<br><br>I predict that perfectly emulating a Foxx fuzztone would be tricky if<br>you don&#39;t have one handy to experiment with... but if you&#39;re satisfied<br>by getting in the general ballpark, you&#39;re in luck: the octave effect
<br>is very simply generated by rectifying the signal. In hardware, this<br>means using diodes to invert the negative half of each wave. In<br>software it&#39;s even easier:&nbsp;&nbsp;just use abs()&nbsp;&nbsp;:-)<br><br>You might try making a trivial rectifier plugin using abs(), then
<br>experiment with combining that with other plugins: various distortions<br>such as Steve&#39;s fast overdrive before and/or after the rectifier;<br>various EQ plugins before or after the rectifier; and you&#39;ll probably
<br>want Steve&#39;s DC offset remover or something similar after your<br>rectifier.<br><br>The Foxxtone sounds really weird with chords, by the way. Non-linear<br>distortion, sort of like a ring modulator.&nbsp;&nbsp;Most people used it only
<br>for single-note lines.<br><br>Jimi Hendrix had a similar effect on the &quot;Purple Haze&quot; solos, though I<br>don&#39;t know whether it was a Foxx or something else.<br><br>--<br><br>Paul Winkler<br><a href="http://www.slinkp.com">
http://www.slinkp.com</a><br>_______________________________________________<br>Linux-audio-user mailing list<br><a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br><a href="http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user">
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user</a><br></blockquote></div><br>