<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/27/2015 02:55 PM, Dan Wilcox
      wrote:<br>
    </div>
    <blockquote
      cite="mid:AF77C038-EE7A-411A-AF35-818A9D9CCE37@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      You know, those could be added to libpd …</blockquote>
    <br>
    Do you mean as they currently exist in Pd-Vanilla?  Unless you're
    hooking them to tcl/tk I think that'd be of limited value.<br>
    <br>
    My replacement API probably needs a few passes, though.  Right now
    it looks like this:<br>
    <br>
    gui_vmess("some_javascript_function_name", "sfiis", "c-string",
    98.6, 42, 42, "etc.");<br>
    <br>
    Looking at it now, it seems wrong.  Maybe the format string should
    come first, and that function name<br>
    should just be the next string arg after that.  An alternative would
    be for the first arg to be a pointer to<br>
    a Pd.  (But then you'd have to send a 0 or dummy object for messages
    to the running Pd instance.)<br>
    <br>
    One caveat is "s" here is a c-string and not a t_symbol* as it is in
    pd_vmess.  Also, I'd like to add a<br>
    char to the format string for hex strings that representing objects,
    but I'm not sure if that should be<br>
    "x" or "p".<br>
    <br>
    -Jonathan<br>
    <br>
    <blockquote
      cite="mid:AF77C038-EE7A-411A-AF35-818A9D9CCE37@gmail.com"
      type="cite">
      <div class=""><br class="">
        <div class="">
          --------<br class="">
          Dan Wilcox<br class="">
          @danomatika<br class="">
          <a moz-do-not-send="true" href="http://danomatika.com"
            class="">danomatika.com</a><br class="">
          <div class=""><a moz-do-not-send="true"
              href="http://robotcowboy.com" class="">robotcowboy.com</a></div>
        </div>
        <br class="">
        <div>
          <blockquote type="cite" class="">
            <div class="">On Mar 27, 2015, at 7:00 AM, <a
                moz-do-not-send="true"
                href="mailto:pd-list-request@lists.iem.at" class="">pd-list-request@lists.iem.at</a>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class=""><span style="font-family: HelveticaNeue,
                'Helvetica Neue', Helvetica, Arial, 'Lucida Grande',
                sans-serif; font-size: 16px; font-style: normal;
                font-variant: normal; font-weight: normal;
                letter-spacing: normal; line-height: normal; orphans:
                auto; text-align: start; text-indent: 0px;
                text-transform: none; white-space: normal; widows: auto;
                word-spacing: 0px; -webkit-text-stroke-width: 0px;
                background-color: rgb(255, 255, 255); float: none;
                display: inline !important;" class="">Unfortunately,
                no.  That's the simple answer, as evidenced by the lack
                of hooks in libpd for all the functionality inside
                g_*.c.</span></div>
          </blockquote>
        </div>
        <br class="">
      </div>
    </blockquote>
    <br>
  </body>
</html>