<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 22, 2020 at 9:09 AM Iurie Nistor <<a href="mailto:iur.nistor@gmail.com">iur.nistor@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Maybe is a trivial situation but for now I can't figure out.<br>
<br>
I have studied the LV2 documentation and I couldn't find<br>
<br>
how to implement sound preview. Now I am using for sound preview<br>
<br>
the first stereo output channel of the plugin out 16 but I am afraid<br>
<br>
that this will create problems when the user will turn off the channel from<br>
<br>
the host or will make a different routing. The plugin has a sample browser<br>
<br>
and I want sound preview of the samples before loading them.<br>
<br>
Do you know a way to solve this problem and have a permanent<br>
<br>
(not user controllable) "channel"/port for sound preview?<br>
<br>
<br>
_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.lv2plug.in" target="_blank">Devel@lists.lv2plug.in</a><br>
<a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in" rel="noreferrer" target="_blank">http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in</a></blockquote><div><br></div><div>If it were a stereo output plugin I'd just expect it to just output to the same ports, but in a mutli-channel out plugin like that why not make it an 17 output plugin with one dedicated port called monitor? Alternatively I don't think it would be awful to put a channel select and gain control in your sample browser for the preview. You could output to all channels, but I'd be worried if they've already set up a mix on various channels it would make it difficult to really get a good preview.<br></div><div><br></div><div>Hope that helps!</div><div>_Spencer<br></div></div></div>