Mercurial > hg > beaglert
comparison core/default_libpd_render.cpp @ 504:b6eb94378ca9 prerelease
update_board
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 22 Jun 2016 01:24:55 +0100 |
parents | a5867381a97b |
children | 485913c58a61 |
comparison
equal
deleted
inserted
replaced
503:04212032c779 | 504:b6eb94378ca9 |
---|---|
33 rt_printf("%s", recv); | 33 rt_printf("%s", recv); |
34 } | 34 } |
35 | 35 |
36 //TODO: remove this function | 36 //TODO: remove this function |
37 void libpdReadFilesLoop(){ | 37 void libpdReadFilesLoop(){ |
38 return; | |
38 while(!gShouldStop){ | 39 while(!gShouldStop){ |
39 // check for modified sockets/file descriptors | 40 // check for modified sockets/file descriptors |
40 // (libpd would normally do this every block WITHIN the audio thread) | 41 // (libpd would normally do this every block WITHIN the audio thread) |
41 // not sure if this is thread-safe at the moment | 42 // not sure if this is thread-safe at the moment |
42 libpd_sys_microsleep(0); | 43 libpd_sys_microsleep(0); |