impulseLength and true stereo IR
-
Hi,
What is the purpose of ImpulseLength in the parameterId of the convolution reverb?
A slider associated with it doesn't do anything, so I tried with a label to show the actual length, but still nothing..
Also, is it possible to use true stereo IR (quad file)?
It is loading, but it doesn't sound like a true stereo IR... -
Yes, that
ImpulseLength
property is extremely deprecated, I'll probably just remove it - you can change the length using the audio waveform directly.As for true stereo, the Convolution reverb doesn't support it out of the box, but it shouldn't be too hard to realise using the routing matrix:
- Set the channel amount to 6
- Add a routing matrix and 2 convolution reverbs
- Add one send in the routing matrix from 1 to 3
- Add one send in the routing matrix from 2 to 6
- Set the first convolution reverb channels to 3/4
- Set the second convolution reverb channels to 5/6
- Load the left impulse into the first convolution
- Load the right impulse into the second convolution.
You need to split up the quad file into two stereo files for this to work though.
HiseSnippet 734.3oc6V0taSCCE0tsYhJAHFhGf9BfTyVGv+XzufJ5lhVJC3WSlXuFKbribbFquA7Xw6.uH7F.1IoKNYkJx3KID8W8dO9ZerOGei8jh.RRhPBfcWrJl.f21weEWENJDQ4fYiAv65bDJQQj8xSMbULJIgfAPX6maR.61Aj86KOcHhg3AjxT.voBZ.YNMhpJy5c3KoL1TDlrfFYM5AGNKPvGIXhTMeZ6zGDiBdOZI4XjYXsb.vclfoJgzWgTjD8XFJvq7CEefmO9SoIz2wHl.WfudhxSCFERYXu060D..1wqbm2Nem+.minX5U4KOAtWFPuxJrOCfspRoNUnjqMk5aQooBF1LAlgbc5ArXWmb1oIg.mxPppLyHAE.TQU0YFWQ3IT0JaI5uJc20wipBB2LeasA9pEpe27sP7uiyjyOmDnJIaGmou4lpztajJazH195boqyIhTEQu74GZlHJeYuiPJI8R2pjp81tQ39iei.TrJ4Kh9.43zHe8Ew.h9HgyIL8j6.2AXJMKtuI1HQ9DNNKnUInqIFV.lE3TBtmI9q5eFvqBJ.22Fb+ZfCrAGTC7.avqBr05cWq0iD7KDrzLKX9Y7BYJwW2kiH5MmbtpxY7X4ppc5d6mdMQUME.LWK.7fJl2YQworDxbBeoJz9VXAmlwiSU14eUBYntk2RoHkiWDJIHr874IIXBCUYMdAcj0b7wOe3XTTrVGsGyTJqrGZjg14JWD5x0+kIDwZOjTYmXBGuNrtOqwle2eYdt0Rb+Z5uqMnaMv8VaP+tdt1Ef+o7b221ycBcY3+Mc+SZ5t4M55T3H2noyo.rzz8y2.u99pRC756Kv1tLA21kIv11WvqsuhPARwY5WFpjBl4Sl2JKiVe4Y1qt5Gnpi64Bt.wRKdJPj9EamEDX9L9CcAfMWwdMth8abECZbEGz3JdTiq3wMthmrkJLOO9YoJQT9i5zI7lLFoP59XS3H8MzrNZfugccjIH
-
@Christoph-Hart Ok I see the workaround
But if you script the IR loading, this means no access to the length setting
And if you don't script it, you need to insert 2 audio waveforms in the interface (so the length is adjusted separately) and the user has to split his own files...