Skip to content
Snippets Groups Projects
Commit 7d5fb35b authored by Ivica Bukvic's avatar Ivica Bukvic Committed by Hans-Christoph Steiner
Browse files

Pd-0.42.5-extended-l2ork-dev-20110427.tar.bz2

parent 63ef9c56
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ extern "C" { ...@@ -11,7 +11,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0 #define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 42 #define PD_MINOR_VERSION 42
#define PD_BUGFIX_VERSION 5 #define PD_BUGFIX_VERSION 5
#define PD_TEST_VERSION "extended-l2ork-20110423" #define PD_TEST_VERSION "extended-l2ork-20110427"
/* old name for "MSW" flag -- we have to take it for the sake of many old /* old name for "MSW" flag -- we have to take it for the sake of many old
"nmakefiles" for externs, which will define NT and not MSW */ "nmakefiles" for externs, which will define NT and not MSW */
......
...@@ -284,13 +284,13 @@ static void sched_pollformeters( void) ...@@ -284,13 +284,13 @@ static void sched_pollformeters( void)
} }
#endif #endif
if (sched_diddsp - sched_nextmeterpolltime < 0)
return;
if (sched_diored && (sched_diddsp - sched_dioredtime > 0)) if (sched_diored && (sched_diddsp - sched_dioredtime > 0))
{ {
sys_vgui("pdtk_pd_dio 0\n"); sys_vgui("pdtk_pd_dio 0\n");
sched_diored = 0; sched_diored = 0;
} }
if (sched_diddsp - sched_nextmeterpolltime < 0)
return;
if (sched_meterson) if (sched_meterson)
{ {
t_sample inmax, outmax; t_sample inmax, outmax;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment