<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 26, 2014 at 1:04 AM, Martin Peach <span dir="ltr"><<a href="mailto:martin.peach@sympatico.ca" target="_blank">martin.peach@sympatico.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 2014-05-25 14:10, Alexandros Drymonitis wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm building an external (my very first one) and it's working as<br>
expected, only the arguments I type when I create it are not passed and<br>
the variables set to get values from these arguments are set to zero.<br>
<br>
The new instance routine prototype is this:<br>
void *tabPowSine_new(t_symbol *s, short argc, t_atom argv)<br>
</blockquote>
<br></div>
Should be<br>
void *tabPowSine_new(t_symbol *s, short argc, t_atom *argv)<br>
, as argv is an array of exactly argc pointers to t_atoms.</blockquote><div>I mistyped it, sorry. It is like this actually.. <br></div></div><br></div></div>