Jump to content

Multiple instances of MIOS studio possible?


Recommended Posts

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...