drawnumber
From Pdpedia
| {{{example_image}}} caption | |
| Description: | print a numeric value |
|---|---|
| Abbreviation: | |
| Library: | vanilla |
| Author(s): | Miller S. Puckette and others |
| Developer(s): | |
| Release version: | |
| Release date: | 2007 |
| Status: | active |
| Dependencies: | |
| License: | BSD |
| Website: | http://crca.ucsd.edu/~msp/software.html |
| Programming Language: | |
| Platform(s): | GNU/Linux, Mac OS X, Windows |
| Language: | English |
| Data type(s): | message |
| Distribution(s): | DesireData, PDa, Pd-extended, Pd-vanilla, puredata debian package, pure:dyne |
-- draw numeric fields from data structures
"0" in inlet makes invisible
drawnumber takes arguments specifying:
see also:
- optional "-n" flag to make invisible initially
- alternatively, an optional "-v [variable]" flag to assign a variable to make this visible/invisible.
updated for Pd version 0.39
- the number to draw
- an (x, y) pair giving relative coordinates;
- RGB color (0=black, 999=white, 900=red, 90=green \, 9=blue, 555=grey, etc.)
- an optional label ("cat=" for instance)
Any of these (except the two flags) can be numbers or field names, like "dog" and "cat" here.
When not in "edit" mode, you can click and drag vertically on the numbers to change their values. (In edit mode you can move, cut, copy, and paste the objects.)
Keyboard entry isn't supported yet.
This object defines the fields for this template. Their values are initialized in the "works" subwindow. You can see them by right-clicking on the object in the "data" window and selecting "properties."
Contents |

