Re: [PD] nn_tile - search file

2022-08-24 Thread Christof Ressi
Hi Denis, open_via_path() only considers the global search paths. You (almost) always want to use canvas_open() instead, which also uses the canvas environment (i.e. patch relative paths + paths added with [declare]). Note that you would need a reference to the containing canvas. This can

[PD] nn_tile - search file

2022-08-24 Thread Denis Połeć
Hello, I am currently experimenting with the external nn_tilde. (https://github.com/acids-ircam/nn_tilde) I compiled it for my machine (Apple Silicion) and it works so far. It is fun. There is a little thing which is annoying. I just can load the pretrained models with the absolute path.