Cannot test Interprocess comms with Mac demo

I have been unable to test the “Interprocess comms” section of the Mac demo.

I am supposed to launch two copies of Jucedemo, but that appears to be impossible…
I created a folder with two copies (jucedemo.app, jucedemo2.app)

Cannot launch more than one at a time.

In the Log Console, the following appears:

the instance check should be removed from the demo startup code.

cheers,
Sandro Bilbeisi

Simplest thing to do would be to build juce demo which is available with juce source.

make sure this returns true.

Good point!

Actually, I think that on the mac it’s a bit trickier to get multiple instances running, you need to mess about with the plist. Or just run another instance using the terminal!