On 10/06/13 18:37, Jack wrote:
Hello,
I have a problem to use iem_tab library (tab_copy). I know about array get/set but my old patch use tab_copy. iem_tab compile fine.
When i open externals/iem/iem_tab/tab_copy-help.pd, i get in pd console : tab_copy src dst ... couldn't create tab_copy src dst ... couldn't create
In my directory externals/iem/iem_tab/, i have iem_tab.pd_linux
you have to load the "iem_tab" library first. e.g. by creating [iem/iem_tab/iem_tab] or adding it to the startup libs.
obviously, the help-patches assume that the library is already loaded, so they don't bother with loading it.
fg,sdr IOhannes