fix daisy-seed
This commit is contained in:
parent
2998ca1981
commit
d1c09830cf
@ -206,7 +206,7 @@ loopNext:
|
|||||||
# if NUM_PARAMETERS > 0
|
# if NUM_PARAMETERS > 0
|
||||||
for (int i = 0; i < NUM_PARAMETERS; i++)
|
for (int i = 0; i < NUM_PARAMETERS; i++)
|
||||||
if (param_data[i].out)
|
if (param_data[i].out)
|
||||||
hardware.PrintLine("parameter #%i: %g", i, plugin_get_parameter(&instance, i));
|
hardware.PrintLine("parameter #%i: " FLT_FMT3, i, FLT_VAR3(plugin_get_parameter(&instance, i)));
|
||||||
# endif
|
# endif
|
||||||
hardware.PrintLine("---");
|
hardware.PrintLine("---");
|
||||||
hardware.PrintLine("Processing Load %:");
|
hardware.PrintLine("Processing Load %:");
|
||||||
|
Loading…
Reference in New Issue
Block a user