Created
March 5, 2015 20:09
-
-
Save badosu/6ee19da2f3236f9fe498 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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