Skip to content
Snippets Groups Projects
Commit cd9df43b authored by Miller Puckette's avatar Miller Puckette
Browse files

lose a debugging printout

parent f02277a5
No related branches found
No related tags found
No related merge requests found
......@@ -732,13 +732,11 @@ void glob_audio_dialog(t_pd *dummy, t_symbol *s, int argc, t_atom *argv)
if (newcallback < 0)
newcallback = 0;
post("callback %d new %d",audio_callback, newcallback) ;
if (audio_callback == newcallback)
sys_close_audio();
sys_set_audio_settings(nindev, newaudioindev, nindev, newaudioinchan,
noutdev, newaudiooutdev, noutdev, newaudiooutchan,
newrate, newadvance, (newcallback >= 0 ? newcallback : 0));
post("callback %d new %d",audio_callback, newcallback) ;
if (audio_callback == newcallback)
sys_reopen_audio();
}
......
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