<div class="gmail_quote">On Thu, Jan 6, 2011 at 5:31 AM, Sascha Schneider <span dir="ltr"><<a href="mailto:ungleichklang@gmail.com">ungleichklang@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">2011/1/6 Jeremy <<a href="mailto:jeremybubs@gmail.com">jeremybubs@gmail.com</a>>:<br>
</div><div class="im">> Okay, looking at the sources a little more, it seems like all we need to<br>
> port is the minicomputerCPU component.  The editor can just be used to<br>
> communicate to the plugin using the lv2ExternalUI extension.<br>
> Jeremy<br>
<br>
</div>Not all, .. minicomputer is actually 8 synths on 8 different<br>
midichannels all playing one sound monophonic.<br>
as LV2 we only need one synth that is polyphonic.<br>
Need to ad Midi-Mapping, cause the controllers are hardcoded in the engine.<br>
<br>
regards, saschas<br>
</blockquote></div><br><div>So wait, I'm a little confused by this.  Are you saying that the engine is composed of 8 copies of the same synth, each being monophonic, but allowing you to do polyphony if you redirect the notes to different channels each (so each monophonic synth plays a different note)?  </div>

<div><br></div><div>If you want to make something like that polyphonic that would be very easy.  You'd just set up a queue of open synth engines.  You could even set the polyphony by an option that you could adjust (at the expense of memory).</div>

<div><br></div><div>So if you're worried about that, don't be worried.  Since it is a Jack app, it's already largely in the format we need, you just need to add some metadata, and switch around the way it handles MIDI and OSC (well, that's the time-consuming part).  As for the GUI, I think since it uses OSC, you could just add some metadata and it would work as a LV2ExternalUI (well, very minor source code modifications would be necessary).  However, if you're interested in designing a new GUI, that would be possible too.</div>

<div><br></div><div>Jeremy</div>