I am working on a guitar fx project with the daisy seed using plugdata and am trying to flash to the seed. I have written a custom json file for 2 pots and one switch. When I try to flash the code this error appears:
I updated to the latest version and ran it again. The export failed and the same warning from before appeared. I am still new to daisy and code/compiling so I don’t understand much of what is happening in the compiler, but here are a few moments that seemed worth noting
the line “Wno-missing-attributes” followed by “-fasm -fdata-sections -ffunction-sections” the showed up a lot in the compiler at various points
this warning also occurred:
HMessage.c: 173:55: warning: format 'IX' expects argument of type 'unsigned int', but 0 argument 4 has type 'uint32_t' (aka 'long unsigned int' ) [-wformat=]
173
case HV_MSG_HASH: len[1] = hv_snprintf(NULL, 0, "8x%X", msg_getHash(m,
I have an M3 Macbook running Sonoma 14.5, and I made sure that rosetta was installed. I now am able to flash the patch successfully to the daisyseed, but the patch isn’t working how it was in plugdata. I made a vibrato/tremolo patch and am currently trying to test it on the daisy. I put an oscillator in the plugdata patch in place of an adc object so i dont have to go through the trouble of plugging my guitar in to check if the pots on the breadboard control the speed and depth values. It works exactly as expected in the patch in plugdata, but there is no sound when I flash it to daisy.