Skip to content

Instantly share code, notes, and snippets.

@badosu
Created February 8, 2017 19:30
Show Gist options
  • Save badosu/fc2bb19ed513ce35b513f305e67f6908 to your computer and use it in GitHub Desktop.
Save badosu/fc2bb19ed513ce35b513f305e67f6908 to your computer and use it in GitHub Desktop.
static int
idle(LV2UI_Handle handle)
{
SineSynthGui* gui = (SineSynthGui*)handle;
uv_run(&(gui->rtb)->event_loop, UV_RUN_ONCE);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment