Insert MPN using Applescript

Hi Kristian,

It’s a good thought and yes I have tried it but sadly it just adds a single line with the value Analog In, Analog Out, MIDI I/O rather than 3 different lines.
I also tried separating the values with a carriage return and a semi-colon but no luck.

Any other suggestions?

Thanks

Rufus

I don’t think there’s another way to do this.

However, if you need separate lines it might be needed to use slightly different names, like this:

setSpecific of first selected template with name “Additional Inputs/Outputs” to value “Analog In”
setSpecific of first selected template with name “Additional Inputs/Outputs #2” to value “Analog Out”
setSpecific of first selected template with name “Additional Inputs/Outputs #3” to value “MIDI I/O”

Regards, Kristian

Hi Kristian,

Ah, fair enough. There’s a thought. I’ll give that a try and see how it looks.

Thanks for your help

Rufus

hi, I have the same problem, could you please send me the script?

This topic was automatically closed after 7 days. New replies are no longer allowed.