perchè il loop con gli oggetti "s frequency" e "s pitch" dopo il number box?
perchè aggiornando uno puoi vedere il corrispettivo in valore MIDI o in Frequenza
è più che altro, perchè cancellando solo "s pitch" la patch funziona e cancellando "s frequncy" no?!?
Se guardi bene, hai la possibilità di aggiornare il parametro di pitch o di frequenza indipendentemente, ma quello che alla fine va dentro osc~ è [r frequency] ovvero [receive frequency] che riceve tutto quello che viene mandato tramite [s frequency] ovvero [send frequency]
e perchè senza i "set $1" stack overflow?
questo c'è scritto sotto, proprio nella patch di esempio

Note also the "set" messages going to the number boxes so that they can each update the other without bringing on an infinite loop. (get hel on the number boxes for details.)