Skip to content
Snippets Groups Projects
Commit 210c4465 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

use pd_getdspstate() for [dsp-state(---[pdinfo]

parent 7e52ab91
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,7 @@ void pdinfo_dir(t_pdinfo *x, t_symbol *s, int argc, t_atom *argv)
void pdinfo_dsp(t_pdinfo *x, t_symbol *s, int argc, t_atom *argv)
{
t_atom at[1];
SETFLOAT(at, (t_float)canvas_dspstate);
SETFLOAT(at, (t_float)pd_getdspstate());
info_out((t_text *)x, s, 1, at);
}
......
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