Menu

Tree [a74a5e] master /
 History

HTTPS access


File Date Author Commit
 debian 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 examples 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 manual 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 LICENSE.txt 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 Makefile 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 README.txt 2013-12-17 Funs Seelen Funs Seelen [a74a5e] minor changes single_install
 int2sbin-help.pd 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2sbin.c 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2sbin.h 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2sdec-help.pd 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2sdec.c 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2sdec.h 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2shex-help.pd 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2shex.c 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2shex.h 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2soct-help.pd 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2soct.c 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 int2soct.h 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 issiconvert-meta.pd 2013-12-17 Funs Seelen Funs Seelen [a74a5e] minor changes single_install
 issiconvert.c 2013-12-17 Funs Seelen Funs Seelen [a74a5e] minor changes single_install
 issiconvert.h 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 libissiconvert.c 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 sany2int-help.pd 2013-12-17 Funs Seelen Funs Seelen [a74a5e] minor changes single_install
 sany2int.c 2013-12-17 Funs Seelen Funs Seelen [a74a5e] minor changes single_install
 sany2int.h 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 strlen-help.pd 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 strlen.c 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 symbol2clist-help.pd 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 symbol2clist.c 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 symbol2symbol-help.pd 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit
 symbol2symbol.c 2013-06-04 Funs Seelen Funs Seelen [dc3f74] initial commit

Read Me

Updated for version 0.00

This is the README.txt for `issiconvert', a library for Pure Data that does
simple conversion between integers and symbols.

================ issiconvert =================

    [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

============= Project page on SF =============

https://sourceforge.net/p/pd-issiconvert


=============== Get the source ===============

Git:

    $ git clone git://git.code.sf.net/p/pd-issiconvert/code pd-issiconvert-code


https://sourceforge.net/projects/pd-issiconvert/files/latest/download?source=navbar


============== Build & install ===============

Build and install the library as single binary (recommended):

    $ make issiconvert
    $ make single_install

Build and install separate classes:

    $ make
    $ make install

Website of the author: http://student-kmt.hku.nl/~funs
Copyright (c) 2013 Funs Seelen
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.