<html><head></head><body style="zoom: 0%;"><div dir="auto"> Hi,<br><br></div>
<div dir="auto">> now Pd (win32) always crashes when opening BinauralDecoder <br></div>
<div dir="auto">and dsp on<br><br></div>
<div dir="auto">This is a known bug with BinauralDecoder: it crashes in the process method if you provide less than 4 input channels (= 1st order). I *think* they have fixed this already. Maybe you are using an older version?<br><br></div>
<div dir="auto">Generally, I have the suspicion that you don't use the correct number of channels. Assuming you want to use 3rd order, the StereoEncoder needs 2 input and 16 output channels, i.e. [vstplugin~ 2 16]; conversely the BinauralDecoder needs 16 input and 2 output channels, i.e. [vstplugin~ 16 2].<br><br></div>
<div dir="auto">Christof</div>
<div class="gmail_quote" >Am 5. Juni 2021, um 12:17, "João Pais" <<a href="mailto:jmmmpais@gmail.com" target="_blank">jmmmpais@gmail.com</a>> schrieb:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="blue">strangely, now Pd (win32) always crashes when opening BinauralDecoder <br>and dsp on - independently if the other vstplugin is being used. That <br>wasn't the case yesterday, I'm loading it exactly in the same way, with <br>the same configuration.<br><br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> I'm having a look, but I'm apparently not getting something. When I try<br><br> [vstplugin~] + "StereoEncoder", it only outputs a signal to the<br> left-ish, changing the position doesn't affect the output )0th order).<br></blockquote> this sounds very much as if you were listening to the W-channel.<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> Or do you put a [vstplugin~] + "BinauralDecoder" afterwards?<br></blockquote> if you want to listen to the spatialisationvia headphones, then: yes.<br></blockquote><br><br><br><br><hr><br>Pd-list@lists.iem.at mailing list<br>UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a><br></pre></blockquote></div></body></html>