<div dir="ltr">On Tue, Jan 8, 2013 at 12:36 PM, michael noble <span dir="ltr"><<a href="mailto:looplog@gmail.com" target="_blank">looplog@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="h5">On Tue, Jan 8, 2013 at 12:26 PM, michael noble <span dir="ltr"><<a href="mailto:looplog@gmail.com" target="_blank">looplog@gmail.com</a>></span> wrote:<br>
</div></div><div class="gmail_extra"><div><div class="h5"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>On Tue, Jan 8, 2013 at 7:49 AM, Edward Diehl <span dir="ltr"><<a href="mailto:diehl@umich.edu" target="_blank">diehl@umich.edu</a>></span> wrote:<br>

<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Thanks to Robin, Paul for comments.  Robin's link explained what I'd basically figured out, though I learned how to route the output audio channels which is good to know.  So it seems with linuxsampler if you want to add plugins you have to use buses which just is a complication, but no big deal.   Hmm, maybe one could make another linuxsampler plugin which only outputs 2 channels since as Paul says this is a more typical use case.<br>



<br>Thanks, Edward Dieihl<div><div><br></div></div></blockquote></div><br></div></div>I was sure the LV2 plugin was a stereo instrument and it turns out I was half right. Looks like they increased the channel count after revision 2356. Before then the LV2 plugin worked just fine as a stereo sampler plugin. You could maybe try building an older version?</div>


</blockquote></div><br></div></div>I'm just guessing, but in the latest svn, maybe changing the following line in PluginLv2.cpp:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="font-size:13px;background-color:rgb(170,255,170);font-family:sans-serif">#define CHANNELS 32</span><br>

</div><div class="gmail_extra"><span style="font-size:13px;background-color:rgb(170,255,170);font-family:sans-serif"><br></span></div>to something more sane might help.</div>
</blockquote></div><br>ah, my bad, you'd have to change the LV2 manifest file as well to remove the extra output ports and groups. And now I'll go back to not commenting on code issues that I clearly know little about...</div>
</div>