atom feed5 messages in at.iem.pd-listRe: [PD] honk -- update
FromSent OnAttachments
Johannes KreidlerJan 4, 2008 2:12 am 
Kyle KlipowiczJan 4, 2008 11:49 am 
Frank BarknechtJan 4, 2008 2:03 pm.pd, .pd
Hans-Christoph SteinerJan 31, 2008 1:17 pm 
Hans-Christoph SteinerJul 19, 2008 2:09 pm 
Subject:Re: [PD] honk -- update
From:Frank Barknecht (fb@footils.org)
Date:Jan 4, 2008 2:03:42 pm
List:at.iem.pd-list
Attachments:
hs2.pd - 0.8k
hs2-help.pd - 0.4k

Hallo, Johannes Kreidler hat gesagt: // Johannes Kreidler wrote:

thank you for advices and bug reports. i fixed some things, added another abstractions und help-files.

here are the honk abstractions:

Nice collection. Btw: I don't know, if you know this trick, but you could also hide the name and arguments in your GOP abstractions. Example hs2.pd as a variant of hs.pd is attached. Should work with pd-0.39 as well (except the label setting, as I added it).

Note that hs2.pd also routes numbers coming in through the inlet directly to the outlet, while only using "set" on the slider. This is a workaround around the buggy behaviour of sliders when transfering input data to their output data not unchanged (This is already reported in the bug tracker.)

Your list processing abstractions could also be implemented without requiring any externals. Or rather, they already are in the [list]-abs collection or in RTC-lib. ;)

Ciao