giuliomoro

Results 63 comments of giuliomoro

Note that I will at some point try to get rid of the C++ API, or at least make it compiler-independent. Currently it is a hazard to use it with...

hmm ... I don't think there is anything there that would throw in there ... this should get rid of the segmentation fault: ``` diff --git a/libraries/Midi/Midi.cpp b/libraries/Midi/Midi.cpp index 01360bee..751f7d82...

it's also mostly unused! In principle, it could be used by the wrapping `main()` to pass arguments to `setup()`, `render()`, `cleanup()`, but in practice many times global variables can do...

Precious! How did I manage to miss this for so long?

Thanks, that's what I usually use, but I see that if, e.g.: I change a module from "y" to "m", I get a linker error when using `./tools/rebuild.sh`

alas, is there any quick fix for these cases? For instance, when I disable SND_SOC I then get ``` drivers/built-in.o: In function `nxp_hdmi_codec_remove': :(.text+0x5aa2c): undefined reference to `snd_soc_unregister_codec' drivers/built-in.o: In...

It could be the content of the folder `interpreters/pd2hv/libs/pd/`, plus those in `interpreters/pd2hv/` ?

This repo is unsupported, so do not be offended if your PR is not going to be merged any time soon. Also, I think that in the long run the...