Changeset f165fcc2e4bddb47f3119c8b820ab245f84f8a35 for lv2_ui.c
- Timestamp:
- 06/11/09 02:35:17 (3 years ago)
- Children:
- b22a23babe2588932cbe21cc2932456820a10345
- Parents:
- 8e197ebe8ae3d781b8662f7840b931db5122cd7d
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2009-06-11T02:35:17Z+0300
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lv2_ui.c
r47c4611 rf165fcc 97 97 lo_arg ** argv) 98 98 { 99 printf("OSC: got UI exit notification\n");99 //printf("OSC: got UI exit notification\n"); 100 100 101 101 control_ptr->running = false; … … 120 120 float value = argv[1]->f; 121 121 122 printf("OSC control handler: port %d = %f\n", port, value);122 //printf("OSC control handler: port %d = %f\n", port, value); 123 123 124 124 control_ptr->write_function(control_ptr->controller, (uint32_t)port, sizeof(float), 0, &value); … … 137 137 char * port; 138 138 139 printf("OSC: got update request from <%s>\n", url);139 //printf("OSC: got update request from <%s>\n", url); 140 140 141 141 if (control_ptr->osc_address)
