<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[signal inversion and matrixes for reverb mixing]]></title><description><![CDATA[<p>I'm beginning to try to understand some basic reverbs from scratch. I know it's a huge topic, and at my level (not quite new to pd but no formal dsp education) I'm unlikely to get too deep into it unless I learn how to read algebra. I've looked at rev~1 + rev~2 to being with, but the reverb outlined in <div class="embed-container"><iframe src="//www.youtube.com/embed/QWnD30xHjW4&amp;ab_channel=TheAudioProgrammer" rel="nofollow">this video" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div> seemed decent and well explained. It helped me grasp the basics of what is going on to begin with, but I'm still struggling to know how to implement some aspects of it.</p>
<p>It relies on &quot;shuffling and inverting&quot; multiple delay signals as an alternative form of an allpass, but I can't really understand how to variously invert multiples of a single delayed signal. Am I better off looking to the more standard allpass examples in the documentation H.15.phasor and passing the multiple delayed signals through this?</p>
<p>There's also two matrixes referenced, the Hadamard and the Household, and wondered if anyone had any tips on how they work, what it might look like in PD...are the matrixes combinations of additions and subtractions of signals, like in the rev2~ reverb example?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 14:36:23 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14039.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Aug 2022 12:45:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to signal inversion and matrixes for reverb mixing on Tue, 23 Aug 2022 12:45:32 GMT]]></title><description><![CDATA[<p>I'm beginning to try to understand some basic reverbs from scratch. I know it's a huge topic, and at my level (not quite new to pd but no formal dsp education) I'm unlikely to get too deep into it unless I learn how to read algebra. I've looked at rev~1 + rev~2 to being with, but the reverb outlined in <div class="embed-container"><iframe src="//www.youtube.com/embed/QWnD30xHjW4&amp;ab_channel=TheAudioProgrammer" rel="nofollow">this video" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div> seemed decent and well explained. It helped me grasp the basics of what is going on to begin with, but I'm still struggling to know how to implement some aspects of it.</p>
<p>It relies on &quot;shuffling and inverting&quot; multiple delay signals as an alternative form of an allpass, but I can't really understand how to variously invert multiples of a single delayed signal. Am I better off looking to the more standard allpass examples in the documentation H.15.phasor and passing the multiple delayed signals through this?</p>
<p>There's also two matrixes referenced, the Hadamard and the Household, and wondered if anyone had any tips on how they work, what it might look like in PD...are the matrixes combinations of additions and subtractions of signals, like in the rev2~ reverb example?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing</guid><dc:creator><![CDATA[RT-Chris]]></dc:creator><pubDate>Tue, 23 Aug 2022 12:45:32 GMT</pubDate></item><item><title><![CDATA[Reply to signal inversion and matrixes for reverb mixing on Tue, 23 Aug 2022 22:29:18 GMT]]></title><description><![CDATA[<p>I can't open the video, but what you describe seems to refer to reverberators based on feedback delay networks (FDN). You can find a lot of useful information about this and other techniques in Julius O. Smith's &quot;Physical Audio Signal Processing&quot; book, including references to the original papers by Gerzon and Stautner/Puckette, and there is also a section about different matrices used in FDN reverberators. As for the implementation in Pd: Both rev2~ and rev3~ use Hadamard matrices. So you are guessing exactly right: It's just adding and subtracting/inverting delayed signals, and then normalizing by a factor of 1/sqrt(2) per stage. See also G08.reverb.pd from the audio examples.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing/2</guid><dc:creator><![CDATA[manuels]]></dc:creator><pubDate>Tue, 23 Aug 2022 22:29:18 GMT</pubDate></item><item><title><![CDATA[Reply to signal inversion and matrixes for reverb mixing on Wed, 24 Aug 2022 10:01:50 GMT]]></title><description><![CDATA[<p>Thank you, appreciate the link, and for feeding back about the Hadamard matrix. I guess there's no way around just having to learn how to read calculus if I want to work with filters... <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/persevere.png" title="persevere" alt=":persevere:" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing/3</guid><dc:creator><![CDATA[RT-Chris]]></dc:creator><pubDate>Wed, 24 Aug 2022 10:01:50 GMT</pubDate></item><item><title><![CDATA[Reply to signal inversion and matrixes for reverb mixing on Wed, 24 Aug 2022 17:34:53 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/rt-chris">@RT-Chris</a> This should help you out.......... <a href="/uploads/files/1661357612880-r282.zip">R282.zip</a><br />
Open connected.pd and then dive down to see how the things you asked about are achieved.<br />
The filters are constructed using [expr] to calculate the coefficients for [biquad~] according to THE filter cookbook......... <a href="http://shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html" rel="nofollow">http://shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html</a><br />
The heavy lift is done in hpsh.pd and lpsh.pd and they are vanilla abstractions.</p>
<p>Actually I came across this reverb whilst looking, like you are, for a way to do the calculations.<br />
In Pd extended there existed [lowshelf] [highshelf] and [equalizer] as externals in the ggee library to do the same more efficiently.<br />
They have been available again for a while for 64-bit Pd... but they were AWOL for a couple of years during the 32&gt;&gt;64bit change.</p>
<p>You will need [lp8_cheb~]..... another filter... for the patch to run in vanilla.<br />
You should be able to find it in the iemlib library, and other parts of that library...... [filter~] for example...... are required for that to create properly.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Wed, 24 Aug 2022 17:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to signal inversion and matrixes for reverb mixing on Mon, 29 Aug 2022 20:47:39 GMT]]></title><description><![CDATA[<p>Amazing, that's really very helpful, thank you David! <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/raised_hands.png" title="raised_hands" alt=":raised_hands:" /><br />
I've been keen to explore beyond  the standard lop, hip and bp too, so this will help a lot with that too. Yeah I'm beginning to understand the general idea of how it works, but implementing it is another thing. This will help a lot. One of those moments when I think I've learned enough to feel I've broken through to some kind of intermediate stage, and then... <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/frowning.png" title="frowning" alt=":frowning:" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14039/signal-inversion-and-matrixes-for-reverb-mixing/5</guid><dc:creator><![CDATA[RT-Chris]]></dc:creator><pubDate>Mon, 29 Aug 2022 20:47:39 GMT</pubDate></item></channel></rss>