Skip to content
Snippets Groups Projects
Commit 9b218b29 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*fixed leftover blocksize implementation that was not properly committed

parent 6ce3cd45
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@ int pd_extern_sched(char *flags)
t_binbuf *b = binbuf_new();
sys_get_audio_params(&naudioindev, audioindev, chindev,
&naudiooutdev, audiooutdev, choutdev, &rate, &advance, &callback); //,
// &blocksize);
&naudiooutdev, audiooutdev, choutdev, &rate, &advance, &callback,
&blocksize);
chin = (naudioindev < 1 ? 0 : chindev[0]);
chout = (naudiooutdev < 1 ? 0 : choutdev[0]);
......
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