[PD] bytetobit abstraction

Simon Iten itensimon at gmail.com
Mon Jul 4 01:50:31 CEST 2016


ok here is a updated version, thanks IOhannes for the hint.


> On 04 Jul 2016, at 00:40, Simon Iten <itensimon at gmail.com> wrote:
> 
> i think now i understand what you are saying. you mean the order how the values appear in time. i misunderstood completely, sorry.
> 
> so a simple [trigger f f f f f f f f]  should do at the input, right?
> 
> Am Montag, 4. Juli 2016 schrieb Simon Iten :
> 
> 
> ---------- Weitergeleitete Nachricht ----------
> Von: Simon Iten <itensimon at gmail.com <javascript:_e(%7B%7D,'cvml','itensimon at gmail.com');>>
> Datum: Montag, 4. Juli 2016
> Betreff: bytetobit abstraction
> An: IOhannes m zmölnig <zmoelnig at iem.at <javascript:_e(%7B%7D,'cvml','zmoelnig at iem.at');>>
> 
> 
> 
> 
> Am Sonntag, 3. Juli 2016 schrieb IOhannes m zmölnig :
> On 07/03/2016 09:41 PM, Simon Iten wrote:
> > dear list,
> >
> > find attached a really simple abstraction to convert a single byte value into 8 bit outputs.
> 
> thanks for sharing.
> 
> > it handles higher values gracefully (it just outputs the lower 8 bits)
> 
> unfortunately it outputs the bits in a really weird order:
>  1 3 4 5 2 6 7 8
> 
> ? works here. 
> with "8" being the MSB (and leftmost outlet) and "1" being the LSB (and
> right-most outlet).
> i would have expected the output to be like virtually any multi-outlet
> object to be from right to left:
>  1 2 3 4 5 6 7 8
> me too 
> or to cut it short: why aren't you using [trigger]?
> 
>  i don't know how obviously. can you elaborate?
> 
> >
> > you may want to put some additional characters after the name when you create the abstraction to see all outlets :-) (e.g. bytetobit ……..)
> >
> 
> 
> or just drag the right-hand edge to whatever width you like:
> [bytetobit                           ]
>   
> gsdr
> IOhannes
> 
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160704/18e8d78a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bytetobit-help.pd
Type: application/octet-stream
Size: 906 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160704/18e8d78a/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160704/18e8d78a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bytetobit.pd
Type: application/octet-stream
Size: 1069 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160704/18e8d78a/attachment-0001.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160704/18e8d78a/attachment-0002.html>


More information about the Pd-list mailing list