Skip to content

Instantly share code, notes, and snippets.

@badosu
Created March 5, 2015 20:09
Show Gist options
  • Save badosu/6ee19da2f3236f9fe498 to your computer and use it in GitHub Desktop.
Save badosu/6ee19da2f3236f9fe498 to your computer and use it in GitHub Desktop.
void
jalv_ui_port_event(Jalv* jalv,
uint32_t port_index,
uint32_t buffer_size,
uint32_t protocol,
const void* buffer)
{
fprintf(stderr, "%f\n", *(const float*)buffer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment