Just a small pd library with simple features. Sometimes they can be useful.
Features
- [int2shex] convert (int) float to symbol of a hexadecimal value with `0x' prefix in pure data
- [int2sdec] convert (int) float to symbol of a decimal value with `0i' prefix in pure data
- [int2soct] convert (int) float to symbol of an octal value with `0o' prefix in pure data
- [int2sbin] convert (int) float to symbol of a binary value with `0b' prefix in pure data
- [sany2int] convert a symbol of any of the four types (with prefix) to (float) int in pure data
- [symbol2clist] output a list of floats for the corresponding character values of a symbol in pure data
- [strlen] calculate number of characters in a symbol in pure data
- [symbol2symbol] output the input if symbol in pure data
Follow puredata issiconvert
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of puredata issiconvert!