<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div>Well, I just couldn't understand how to get the behavior you're after by looking </div><div id="yui_3_16_0_ym18_1_1459287830369_7905" dir="ltr">at the inlet_new code.  But looking at that cyclone wrapper function it seems <br></div><div dir="ltr">like you should be able to get the same behavior with a proxy inlet.</div><div id="yui_3_16_0_ym18_1_1459287830369_8051" dir="ltr"><br></div><div id="yui_3_16_0_ym18_1_1459287830369_8052" dir="ltr">-Jonathan<br></div><div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font face="Arial" size="2"> On Tuesday, March 29, 2016 8:01 AM, Derek Kwan <derek.x.kwan@gmail.com> wrote:<br></font></div>  <br><br> <div class="y_msg_container"><div class="yqt6000411517" id="yqtfd12160">> <br clear="none">> Actually after looking deeper I have no clue.  It looks like cyclone has <br clear="none">> some helper functions to set a separate float method for the leftmost signal <br clear="none">> inlet.  If you can figure out how it works perhaps you can try doing the same <br clear="none">> for a secondary inlet.</div><br clear="none"><br clear="none">Hello Jonathan,<br clear="none"><br clear="none">Yeah, scope's setup calls sic_setup (defined in shared/sickle/sic.c)<br clear="none">which takes in a dsp function and a float function as input. Looks like<br clear="none">if there is a float function passed, the signal stuff gets handled by<br clear="none">class_domainsignalin() while floats are handled by class_addfloat() and<br clear="none">there isn't a float function passed, it's just all handled by<br clear="none">CLASS_MAINSIGNALIN(). I know CLASS_MAINSIGNALIN() and class_addfloat()<br clear="none">are called from input into the main inlet, and i suppose<br clear="none">class_domainsignalin() is too? There's another function sic_inlet() in<br clear="none">sic.c but it looks like just a wrapper around inlet_new() and<br clear="none">pd_float().<br clear="none"><br clear="none">Derek<br clear="none">=====================<br clear="none">Derek Kwan<br clear="none">www.derekxkwan.com<div class="yqt6000411517" id="yqtfd60699"><br clear="none"></div><br><br></div>  </div> </div>  </div></div></body></html>