diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-02 14:35:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-02 14:35:18 +0000 |
commit | d175f343274395f7c761f76be252b77758814d7c (patch) | |
tree | efe5498678f8586a21c24b2f322a80c8b81aa836 /doc/pddp | |
parent | 97a570f07705843176432471b3a412077db936b9 (diff) |
make descriptive error message clearer
svn path=/trunk/; revision=16809
Diffstat (limited to 'doc/pddp')
-rw-r--r-- | doc/pddp/initbang-help-ex1-loadbang.pd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pddp/initbang-help-ex1-loadbang.pd b/doc/pddp/initbang-help-ex1-loadbang.pd index b7434d22..8cfaf0c8 100644 --- a/doc/pddp/initbang-help-ex1-loadbang.pd +++ b/doc/pddp/initbang-help-ex1-loadbang.pd @@ -10,7 +10,7 @@ the [print from_loadbang] object below it. The next time you open the patch \, Pd will attempt to connect those objects BEFORE the [outlet] gets created \, and you will get an error.; #X obj 17 252 trigger bang bang; -#X obj 250 308 print [initbang]; +#X obj 250 308 print initbang-help.pd; #X text 91 72 This abstraction uses [loadbang] below to create the [outlet] seen at left. The [loadbang] object sends its bang after everything is done loading \, that means after all objects \, connections \, etc. |