diff options
Diffstat (limited to 'examples/requirer-help.pd')
-rw-r--r-- | examples/requirer-help.pd | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/requirer-help.pd b/examples/requirer-help.pd index 85b3989..55fe144 100644 --- a/examples/requirer-help.pd +++ b/examples/requirer-help.pd @@ -1,8 +1,13 @@ -#N canvas 0 0 450 300 10; -#X obj 144 88 requirer complex; +#N canvas 592 156 450 300 10; +#X obj 144 118 requirer complex; #X obj 146 173 requirer sqlite3; #X text 57 27 This should find the package next to the .pd_lua?; -#X text 55 54 Or should it look next to the containing .pd patch?; +#X text 57 54 Or should it look next to the containing .pd patch?; #X text 56 142 This only "works" because of a dirty dirty hack...; -#X text 52 222 TODO: some kind of "my location" necessary for .pd_lua +#X text 52 242 TODO: some kind of "my location" necessary for .pd_lua scripts to access?; +#X text 45 90 If it fails a list of paths searched will appear in the +Pd console.; +#X obj 56 220 requirer string; +#X text 155 220 built-in modules are found OK; +#X obj 57 200 requirer math; |