MIDI - SC - MuseScore?

Hi.
It is possible to play a MuseScore MIDI file into SuperCollider, I mean to control the SynthDefs via MuseScore?

Hi!

There are three possible approaches:

  1. Using SimpleMIDIFile from the wslib quark:
    wslib/wslib-help/HelpSource/Classes/SimpleMIDIFile.schelp at master · supercollider-quarks/wslib · GitHub

  2. Real-time MIDI through physical hardware
    This is not recommended for this situation, in my opinion.

  3. Real-time MIDI using virtual MIDI ports:

Thanks I will use loopMIDI.

One more thing: If MuseScore supports VST3, you could also use PluginCollider: GitHub - asb2m10/plugincollider: SuperCollider as a VST3 plugin · GitHub

MuseScore 4 seems to support VST3, so it’s worth trying: