Jump to content

Recommended Posts

Posted

Hello!

 

I'm working on a two-core project and I was trying some debugging today.  But am I correct to assume I can run only one instance of MIOS Studio (ie on OXS10.9.2) at a time? 

 

I tried to have the cores talk to one another via Midi 4 and monitor their conversation in Mios Studio.

 

Any clues or suggestions will be appreciated, thank you!

Posted

Yes, it's possible to run multiple instances.

 

There are two solutions:

 

1) just duplicate the MIOS_Studio.app, and call it "MIOS_Studio Second.app"

 

2) call the application from the command line (I prefer this way).

 

E.g. added following aliases to my ~/.batch_profile

alias ms='/Applications/MIOS_Studio.app/Contents/MacOS/MIOS_Studio'
alias ms_batch='/Applications/MIOS_Studio.app/Contents/MacOS/MIOS_Studio --batch'

Whenever I need an additional session, I enter:

 

ms &

 

Or whenever I want to upload a .hex file from the terminal, I use ms_batch

Enter

ms_batch --help

for additional informations.

 

Best Regards, Thorsten.

Posted (edited)

Elegant, thank you!

 

I will try tonight..

 

 

UPDATE: works like a charm! The two cores do chatter. Two easy wires on the J5B header (for midi 3).

Edited by EsotericLabs

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...