diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-28 04:35:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-28 04:35:40 +0000 |
commit | d97f5324a1bb59b78d30fd93a44f56e2755e8bdd (patch) | |
tree | 193097375dc80e4385598f55ba4345af011d8f35 /doc/tutorials | |
parent | 5020a00cb53f57bd4f6824ded476680ed3adac4e (diff) |
wrote up text based patch on edit mode
svn path=/trunk/; revision=4793
Diffstat (limited to 'doc/tutorials')
-rw-r--r-- | doc/tutorials/intro/03.edit_mode.pd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tutorials/intro/03.edit_mode.pd b/doc/tutorials/intro/03.edit_mode.pd new file mode 100644 index 00000000..f4738d15 --- /dev/null +++ b/doc/tutorials/intro/03.edit_mode.pd @@ -0,0 +1,13 @@ +#N canvas 307 122 636 463 12; +#X obj 8 10 cnv 15 400 40 empty empty edit_mode 20 12 0 24 -228992 +-66577 0; +#X text 19 67 There are two modes when editing a patch: play and edit. +In order to edit an existing patch \, or create new boxes \, you need +to switch to edit mode.; +#X text 20 131 To switch to edit mode \, go to the "Edit" menu and +select "Edit mode". Now try putting down some boxes on this canvas. +You can select which one from the "Put" menu.; +#X text 26 347 To stop editing \, go to the "Edit" menu again \, and +select "Edit mode" again.; +#X text 26 404 You can also use the key command Ctrl-E (Cmd-E on Mac +OS X) to switch between edit and play mode.; |