<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jun 21, 2015 at 10:31 PM, Robin Gareus <span dir="ltr"><<a href="mailto:robin@gareus.org" target="_blank">robin@gareus.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">> BUT, again, I believe doing the midi-cc mapping on the plugin side is<br>
> the wrong approach.<br>
<br>
</span>Agreed, the idea is to eventually delegate mapping it to the host.<br>
</blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">I must confess that I'm guilty of that, too -- my faust-lv2 and faust-vst plugin architectures for the Faust programming language all do their own midi cc processing (according to the corresponding hints in the Faust program), even though in this case all the control values are also exposed as control ports (and the two work in concert, of course).<br><br>In principle most of this could (and should) all be done on the host side (although there might be special circumstances under which some processing needs to be done on the plugin side). But right now you can't even be sure what facilities the host offers for that purpose. Does it support the midname spec? Does it take corresponding hints from the LV2 manifest? Or will it simply pass on midi cc's if there are midi input/output ports? Etc.<br clear="all"></div><div class="gmail_extra"><br>I admit that I'm confused by the state of affairs in this department, and I'm probably not the only one. Sounds like a great topic for discussion at next years' LAC. :)<br><br></div><div class="gmail_extra">Albert<br></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature"><div dir="ltr">Dr. Albert Gr"af<br>Computer Music Research Group, JGU Mainz, Germany<br>Email:  <a href="mailto:aggraef@gmail.com" target="_blank">aggraef@gmail.com</a><br>WWW:    <a href="https://plus.google.com/+AlbertGraef" target="_blank">https://plus.google.com/+AlbertGraef</a></div></div>
</div></div>