Sending TempoClock to Midi

Hi, I was busy connecting SC to a Prophet synth, something I’ve done many times before, however, I was rather surprised to discover that using MIDIClockOut.new doesn’t seem to work anymore. Has something changed, or have I forgotten to add a line in somewhere?

Example:

~temp = TempoClock(etc)

MIDIClient.init;
t = MIDIClockOut.new("Example","Example", ~temp);
t.play;
// etc

Thanks in advance.

1 Like

Ok, just figured it out myself. MIDIClockOut is part of the ‘crucial’ library, which I’d somehow uninstalled at some point.

1 Like