<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I'm getting strange behavior on my system when trying to dynamically create an object located in a patch inside my Externals folder. The object creates if GOP is turned off, but not if it is turned on.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Can anybody else replicated this?<br>
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<ol>
<li>Extract the attached "test-obj" folder to your Externals folder, or some other folder that is globally declared.</li><li>You can now create the object [test-obj] on a new canvas, even though the "externals/test-obj" folder is not declared.*</li><li>Download the attached "test.pd" file to another location (ie. Desktop) and open it.</li><li>This patch has one instance of [test-obj] in it, and instructions for how to dynamically create a new abstraction inside [test-obj]. On my machine, the new abstraction will instantiate only if [test-obj] has GOP turned off. If GOP is on, PD can't find "test-abstraction.pd"
 inside the "test-obj" folder.<br>
</li></ol>
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
* It seems that PD will search inside a folder for a file of the same name. Ie. when the folder "test-obj" is placed within the main "externals" folder, I can create the object [test-obj] but not the object [test-abstraction] I assume that this is a feature?
 Either way, the buggy behavior goes away if I declare the "test-obj" folder.<br>
</div>
</body>
</html>