[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Re: MIDIClockOut not working



P.d. I know of the existence of AudioMulchClock for example, but I probably don't want that. As I need to do something more custom and also I  have read that MIDISYnchClock receives clock data only... 

On Tuesday, December 27, 2016, Ofelia Negrete <flohston.lobby@xxxxxxxxx> wrote:
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!