Hi to all masters of Max :)
I have a M4L plugin where I can drop audio files to a buffer~, but in case the plugin is freshly dropped to the project, i want to initialize the buffer with a wav file embedded in the project... All this works fine, but it seems the M4L device needs some time to initialize the embedded files, as if I delete the "delay" object from attached patch, then i'll get a "1.wav: can't open" max error...
I guess it's some kind of ordering or timing problem, but i feel "delay 200" is not a nice solution (althought it works) and leaves some uncertainty if it will work on every other computer...
Attached this small extract from the device, how I've tried to solve it...