Matteo Sisti Sette wrote:
Now, just out of curiosity: is there some reason why all dsp objects must have at least an inlet even if it is "useless"? [adc~] also has one inlet that I don't think accepts any method.
They are instantiated with the parameter CLASS_DEFAULT instead of CLASS_NOINLET, so they have a single inlet. They should work just the same with CLASS_NOINLET. I just made a version of [noise~] with no inlet and it seems to work OK.
Martin