Hi Giulio,
Sorry for the lack of information.
It comes from "else" library, Alexandre Torres Porres.
"[sig2float~] converts signals to floats. The conversion occurs at a time rate defined by the 1st argument or right inlet."
I have delete the object from the patch (because it was not crutial, just to visualise an amplitude) so that the patch could run, exept I've got now problem with a lot of missing object messages, despite of having install the else library. (cf https://forum.bela.io/d/970-where-and-how-to-install-pd-externals/19).
If i run it alone in a _main.pd patch, it display:
fiddle version 1.1 TEST4
pique 0.1 for PD version 23
sigmund~ version 0.07
s2f~
error: ... couldn't create
verbose(4): ... you might be able to track this down from the Find menu.
If I upload all the [s2f~] objects from the else library to the IDE, i have:
- many files which take place in the "Ressources" section.
- one "s2f~.c" which take place in the "Sources" section.
But, I can't "Build & run" the _main.pd without having this message:
Building project ...
Building s2f~.c...
Makefile:523: recipe for target '/root/Bela/projects/ADACOR506/build/s2f~.o' failed
Build finished
'm_pd.h' file not found column: 10, line: 3
/root/Bela/projects/ADACOR506/s2f~.c:3:10: fatal error: 'm_pd.h' file not found
#include "m_pd.h"
^
1 error generated.
make: *** [/root/Bela/projects/ADACOR506/build/s2f~.o] Error 1
/root/Bela/projects/ADACOR506/s2f~.c:3:10: fatal error: 'm_pd.h' file not found
#include "m_pd.h"
^
1 error generated.
make: *** [/root/Bela/projects/ADACOR506/build/s2f~.o] Error 1
And if I delete the "s2f~.c" which take place in the "Sources" section and "build & run" the patch, I've got :
Building project ...
Linking...
...done
Build finished
Running project ...
Running Pd 0.51-4
Audio channels in use: 2
Analog channels in use: 8
Digital channels in use: 16
No MIDI device enabled
Illegal instruction
Makefile:621: recipe for target 'runide' failed
make: *** [runide] Error 132
Bela stopped