Guest User

Got it: wasn't checking atom body

a guest
Jun 3rd, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. while (!lv2_atom_sequence_is_end(
  2. &self->control->body, self->control->atom.size, ev)) {
  3. // If the event is an atom:Blank object
  4. if (ev->body.type == self->uris.atom_Blank) {
  5. const LV2_Atom_Object* obj = (const LV2_Atom_Object*)&ev->body;
  6. if (obj->body.otype == self->uris.ui_On) {
Advertisement
Add Comment
Please, Sign In to add comment