Logic Pro Can I call an external application from a script

dorien

New Member
I want to write a logicpro midi plugin. I would like the javascript to call my external program, java or c++ to get some extra info. Would this be allowed/possible? Do I need some sort of special command?
 
Thank you for your response.

I am not looking to call java commands though. Just execute my java program. So I was wondering if I can call an external program (more like system commands, not java commands).
 
Upvote 0
You can send a given MIDI Message from the Scripter. For example:
Control Change 119, Ch.16; value 100 to call your external program etc.
 
Upvote 0
Back
Top