Hi all,
Just a short announce of the release of `issiconvert', a pd library which does some simple conversions between integers and symbols:
[int2shex] convert (int) float to symbol of a hexadecimal value with
0x' prefix [int2sdec] convert (int) float to symbol of a decimal value with
0i'
prefix
[int2soct] convert (int) float to symbol of an octal value with 0o' prefix [int2sbin] convert (int) float to symbol of a binary value with
0b'
prefix
[sany2int] convert a symbol of any of the four types (with prefix) to
(float) int
[symbol2clist] output a list of floats for the corresponding character
values of a symbol
[strlen] calculate number of characters in a symbol
[symbol2symbol] output the input if symbol
$ git clone git://git.code.sf.net/p/pd-issiconvert/code issiconvert
https://sourceforge.net/projects/pd-issiconvert/files/latest/download?source...
Comments are welcome at the project page, my personal mail address or pd-list.
Regards, --Funs
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
nice one, thanks for sharing!
M
-- Marco Donnarumma New Media + Sonic Arts Practitioner, Performer, Teacher, Director. Embodied Audio-Visual Interaction Research Team. Department of Computing, Goldsmiths University of London
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net
On Wed, Jun 5, 2013 at 12:58 PM, Funs Seelen <funsseelen@gmail.com> wrote:
> Hi all,
>
> Just a short announce of the release of `issiconvert', a pd library which
> does some simple conversions between integers and symbols:
>
> [int2shex] convert (int) float to symbol of a hexadecimal value with
> `0x' prefix
> [int2sdec] convert (int) float to symbol of a decimal value with `0i'
> prefix
> [int2soct] convert (int) float to symbol of an octal value with `0o'
> prefix
> [int2sbin] convert (int) float to symbol of a binary value with `0b'
> prefix
> [sany2int] convert a symbol of any of the four types (with prefix) to
> (float) int
> [symbol2clist] output a list of floats for the corresponding character
> values of a symbol
> [strlen] calculate number of characters in a symbol
> [symbol2symbol] output the input if symbol
>
>
> $ git clone git://git.code.sf.net/p/pd-issiconvert/code issiconvert
>
>
> https://sourceforge.net/projects/pd-issiconvert/files/latest/download?source=navbar
>
> Comments are welcome at the project page, my personal mail address or
> pd-list.
>
> Regards,
> --Funs
>
>
> _______________________________________________
> Pd-announce mailing list
> Pd-announce@iem.at
> http://lists.puredata.info/listinfo/pd-announce
>
>