~ubuntu-branches/ubuntu/precise/puredata/precise

« back to all changes in this revision

Viewing changes to doc/5.reference/gatom-help.pd

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-12-22 21:29:31 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091222212931-nhwkzapjwsmjao1l
Tags: 0.42.5-3
* debian/control:
  - add community site to homepage field
  - improve long description
  - remove Replaces and Conflicts fields
  - add Suggests on pd-csound, pd-pdp, pd-zexy, pd-aubio
* debian/rules: add per-arch configuration flags
* debian/patches/02_kfreebsd.diff:
  - also define pd_tilde_dllextent on FreeBSD
  - fix typo (really closing #414414 this time)
  - also add hurd glue
* debian/patches/04_hurd.diff:
  - add hurd glue and s_midi_dummy.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#N canvas 138 65 675 508 12;
 
2
#X floatatom 107 9 0 0 0;
 
3
#X text 155 10 atoms (number boxes);
 
4
#X floatatom 38 85 0 0 0;
 
5
#X floatatom 38 125 0 0 0;
 
6
#X msg 51 260 set 45;
 
7
#X floatatom 51 288 0 0 0;
 
8
#X floatatom 51 317 0 0 0;
 
9
#X text 84 40 Number boxes allow you to display numbers or to enter
 
10
numbers using the mouse and keyboard. When a number arrives at the
 
11
number box's inlet \, it is displayed and sent to the outlet. You can
 
12
click on a number box and drag upward or downward to change the value
 
13
continuously.;
 
14
#X text 88 130 You can shift-click and drag to change the number by
 
15
hundredths instead of units. Alt clicking toggles the value between
 
16
0 and the last nonzero value.;
 
17
#X text 83 184 You can also type in values by clicking and typing a
 
18
number followed by "enter.";
 
19
#X text 30 220 the "set" message sets the number box's value but does
 
20
not send it to the outlet.;
 
21
#X text 423 482 updated for Pd version 0.34;
 
22
#X text 39 339 You can set the width of the box by right-clicking and
 
23
choosing "properties." By default the width is 5 characters. If you
 
24
select a width of 0 \, the number box will grow as needed to hold the
 
25
number--BUT BEWARE \, THIS IS EXPENSIVE IN CPU TIME. In a production
 
26
patch \, you'll want to set a specific width.;
 
27
#X floatatom 547 439 1 0 0;
 
28
#X text 41 438 A width of one gives a clickable toggle switch ala Max:
 
29
;
 
30
#X connect 2 0 3 0;
 
31
#X connect 4 0 5 0;
 
32
#X connect 5 0 6 0;