On , Iain Duncan <iainduncanlists@gmail.com> wrote:<br />> What kind of context requires that?<br /><br />When sending a "blob" of binary OSC data, it is required that this data is sequential in memory, as in an array. Linked lists don't nessiarily have this property, and hence you can't blob send them.<br /><br />So the nasty fix is to iter over the list, and put each event into a vector, and then blob send the memory starting at   vectorName[0] until vectorName[0] + vectorName.size().