[PD] Any problems else/blocksize changing subpatch blocking during dsp?

IOhannes m zmölnig zmoelnig at iem.at
Fri Jan 17 13:19:36 CET 2020


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20200117/be4c40d9/attachment.sig>


More information about the Pd-list mailing list