<div dir="ltr">thanks Bill, I will try playing with those and see if it makes enough of a difference!<div><br></div><div>iain</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jan 22, 2022 at 9:30 AM &lt;<a href="mailto:bil@ccrma.stanford.edu">bil@ccrma.stanford.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If the numbers are just integers or just floats, you<br>
could use float-vectors or int-vectors (or byte-vector)<br>
in s7, and use memcpy to copy the data from the C int64_t<br>
or double array (or actually share the data: see<br>
s7_float_vector_elements and s7_int_vector_elements).<br>
If the inner vectors are all the same size, you<br>
can grab all of them in one operation by using<br>
s7 multidimensional vectors.  Otherwise, I think<br>
you&#39;ll need to use s7_integer, s7_real, and maybe<br>
the make-* cases -- kinda slow, perhaps --<br>
I&#39;m probably forgetting something obvious.<br>
<br>
</blockquote></div>