<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Jan 12, 2014 at 11:25 PM, David Robillard <span dir="ltr"><<a href="mailto:d@drobilla.net" target="_blank">d@drobilla.net</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">
That's my best proposal so far.  Do better.<span class=""></span><br></blockquote><div><br></div><div>I'll put this up for discussion: how about an OSC type interface?<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
[]<br>
    a my:Message ;<br>
    rdfs:label "A wild message appears!" ;<br>
    my:intensity 9000 .<div></div></blockquote><div> <br>In order to create above message,<br></div><div>// si representing one "string" and one "int" => "si". <br></div><div>message = forge_create( "si", uris.rdfs_label,  "a wild message appears!", uris.my_intensity, 9000 ); ?<br>
<br></div><div>I like the single-function & done approach, as shown in the liblo docs here:<br><a href="http://liblo.sourceforge.net/docs/group__liblo.html#gafa4253874f97c2c16254ac57d2b7c987">http://liblo.sourceforge.net/docs/group__liblo.html#gafa4253874f97c2c16254ac57d2b7c987</a><br>
</div><div><br></div><div>Perhaps the OSC type url thing is relevant, but it may be useful for decoding the ellipsis..<br></div><div>Overloading forge_create to infinity might solve it otherwise :)<br></div><div><br></div>
</div></div></div></div>