Hi,
I'm trying to send Midi Clock messages to an external DAW, Im on windows and don't know anything about IAC Drivers/buses but I found that LoopBe works as a virtual midi port. Maybe in this I am wrong about this from the beggining, but I
tried the next code
m = MIDIClockOut("LoopBe Internal MIDI", "LoopBe Internal MIDI");
m.play
After evaluating the second line the post window displays
Interpreter has crashed or stopped forcefully. [Exit code: -1073741819]
What is going on? Or maybe I could use some pointer into another class/ quark or whatever that could help me to sent Midi Clock messages to an external DAW
Thanks in advance!