file preferences in max runtime

salvadorpsartek's icon

Hello everybody,

for an installation (next week!) i have to run a big patch with max msp runtime (4.6.3).
I'm trying to make it run, but when loading the patch, maxRT doesn't find all the externals and the audio files, which are used in this patch.
The externals are in the same folder (subfolders) of my patch.
I'm sorry, this is the first time i have to use runtime..!

Please, anyone knows how to find these externals and files in runtime??

many thanks,
J.

Roald Baudoux's icon

Hello,

I think something like this put in the main patcher should do the trick.

Max Patch
Copy patch and select New From Clipboard in Max.

Best,

Roald Baudoux

salvadorpsartek's icon

yes!
thanks!

ch's icon

Hi,

That does not work the first time you open the patch right?
The problem is that maxRT creates the objects before triggering [loadmess path].
As a result, the abstractions located in the subfolders are only found the second time you open the patch (without closing maxRT).
Am I missing something?

Ch.