[PD] Mutiple instances of a patch at startup.

2006-12-11 Thread David F. Place
It's nice that I can list multiple filenames with a command line invocation: pd controlPanel.pd pythagGen.pd but, I would also like to list a filename several times to open several instances of the patch: pd controlPanel.pd pythagGen.pd pythagGen.pd Pd seems to filter out repeats, though.

Re: [PD] Mutiple instances of a patch at startup.

2006-12-13 Thread Miller Puckette
It's a bug... I made a decision to slightly simplify the code by reusing the "path" mechanism to open files from command line - but 'path' does, appropriately, suppress duplicates and I'd have to carry one additional flag around to do everything exactly right. I honestly didn't think anyone would