pure-data / pddp

Pure Data Documentation Project
9 stars 2 forks source link

expose more how list are spread out over the inlets #187

Closed porres closed 5 months ago

porres commented 6 months ago

currently [line~]/[vline~] expose this but other objects could hint to this as [makenote], math objects, [expr] and stuff

millerpuckette commented 6 months ago

line and line~ (and I think vline~) also do non-standard list distribution - the ramp-time inlet resets to zero after each segment is started.  That's why list-input behavior needs to be described explicitly.  "Normal" objects like makenote don't reset inlets.

BUT I guess it's still true that sending a list to line, etc., is still equivalent to distributing the values over the inlets, in the same way as for all the normal objects.  The not-quite-standardness is in the way the middle inlet itself acts.

cheers

Miller

On 3/14/24 18:00, porres wrote:

currently [line~]/[vline~] expose this but other objects could hint to this as [makenote], math objects, [expr] and stuff

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/pure-data/pddp/issues/187__;!!Mih3wA!Hqzcht1YsaIPyBiTIdI3lAiw3pnbQk5ZBcZyqUnkf3BunBGMIzhhsF2JljBc5k7u-wKN1CiROI93ILYK8Ns3$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AARTRYYXYMYPMUABBXL3PGLYYHJTTAVCNFSM6AAAAABEWPYRU6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DMOBVGEZDAMI__;!!Mih3wA!Hqzcht1YsaIPyBiTIdI3lAiw3pnbQk5ZBcZyqUnkf3BunBGMIzhhsF2JljBc5k7u-wKN1CiROI93IO_cduTM$. You are receiving this because you are subscribed to this thread.Message ID: @.***>

porres commented 5 months ago

As I wrote in the list back then, I agree the not-quite-standardness is in the way the middle inlet itself acts, but it is still behaves the same wether it takes a list input in the left inlet to distribute or a single value directly

umlaeute commented 5 months ago

the not-quite-standardness is in the way the middle inlet

Actually the not-quite-standardness is in the left (hot) inlet, which resets the middle inlet...