<div dir="ltr">Hey David, amazing! Look forward to trying it out. Will probably drop some comments on the PR. <div><br></div><div>Spencer</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 11, 2021 at 2:54 PM David Braun &lt;<a href="mailto:braun@ccrma.stanford.edu">braun@ccrma.stanford.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I created a chugin for Windows that does VST effects and instruments all in one. <a href="https://github.com/ccrma/chugins/pull/47" target="_blank">https://github.com/ccrma/chugins/pull/47</a></div><div><br></div><div>Sample code:</div><div><br></div><div>VST vst =&gt; dac;<br><br>vst.loadPlugin(&quot;C:/VSTPlugIns/Serum_x64.dll&quot;);<br>&lt;&lt;&lt; &quot;num parameters: &quot;, vst.getNumParameters() &gt;&gt;&gt;;<br>&lt;&lt;&lt; &quot;parameter 0 is named: &quot;, vst.getParameterName(0) &gt;&gt;&gt;;<br>vst.loadPreset(&quot;serum_preset.fxp&quot;);<br>vst.setParameter(0, vst.getParameter(0));<br><br>while(true) {<br>    vst.noteOn(60, 1.);<br>    200::ms =&gt; now;<br>    vst.noteOff(60, 0.);<br>    250::ms =&gt; now;<br>}<br></div><div><br></div><div>Please checkout the branch (literally) and try it out!</div><div><br></div><div>David</div></div>
_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu" target="_blank">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" rel="noreferrer" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
</blockquote></div>