Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
a48a451a
Commit
a48a451a
authored
Jan 24, 2016
by
Jonathan Wilkes
Browse files
port from pd-l2ork git: b7a8935bfa66be555a58cb3e2a9c5b24c4142638
*forgot to update sched_tick due to a backport
parent
289db099
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/extra/pd~/pdsched.c
View file @
a48a451a
...
...
@@ -73,7 +73,7 @@ int pd_extern_sched(char *flags)
for
(;
chan
<
chin
;
chan
++
)
for
(
j
=
0
;
j
<
DEFDACBLKSIZE
;
j
++
)
*
fp
++
=
0
;
sched_tick
(
sys_time
+
sys_time_per_dsp_tick
);
sched_tick
();
sys_pollgui
();
#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
pollwatchdog
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment