I'm very much a novice coder, I embed & add inlets & outlets, it's little but a step in the right direction, this might be trivial to you all but I'd appreciate a wee bit of help.
I tried to hack a display note so that it would feed one of Tiar's remind objects, I added an outlet, and tried to get it to display note names, by sending disp_v to the outlet, I also tried to send the inlet value, both worked but only sends note numbers, how do I get it to display the note names, as it does this conversion in the patcher?
Found this by doing some snooping on an arduino forum
"displayNoteNames=noteString[midinote%12]+String((midiNote/12)-1,DEC);"
could this be implemented in Axo?