Scripts & MULTIPLE Instances of MM
Posted: Sun Mar 13, 2016 3:45 pm
I need to script the playing of two files AT THE SAME TIME. (I want to create a prolonged sound environment with a playlist of musical tracks overlayed with random soundeffects).
I see this as pretty easy to pull off quite nicely with MediaMonkey, using two 'instances' of MediaMonkey.
The challenge: how to use SongsDB.SDBApplication to talk to different instances of MediaMonkey?
Is this possible?
I tried the obvious and its not this simple, anyway:
Set SDB1 = CreateObject( "SongsDB.SDBApplication")
Set SDB2 = CreateObject( "SongsDB.SDBApplication")
Is there a way to externally connect with the API of PORTABLE installations?
...(Or perhaps, suggestions on multitrack software with scripting capabilities? I REALLY would rather NOT rely on two laptops and a mixer.)
I see this as pretty easy to pull off quite nicely with MediaMonkey, using two 'instances' of MediaMonkey.
The challenge: how to use SongsDB.SDBApplication to talk to different instances of MediaMonkey?
Is this possible?
I tried the obvious and its not this simple, anyway:
Set SDB1 = CreateObject( "SongsDB.SDBApplication")
Set SDB2 = CreateObject( "SongsDB.SDBApplication")
Is there a way to externally connect with the API of PORTABLE installations?
...(Or perhaps, suggestions on multitrack software with scripting capabilities? I REALLY would rather NOT rely on two laptops and a mixer.)