On 1/17/20 5:20 AM, Alexandre Torres Porres wrote:
bang~ doesn't have it, but if I take it out, pd crashes, but I don't think I need to have this and it's pointless to be able to connect a signal into this object
is it? your code accesses samplerate and blocksize of a signal (sp[0]->s_n, sp[0]->s_sr). in order to be able to access these signal members, you need an actual signal. so even if it is pointless to actual send some payload in the signal (by connecting some generator to this object), you do need a dummy signal to access its metadata.
gamrds IOhannes