Can a plugin act as a virtual MIDI device?
Can a plugin act as a virtual MIDI device? Used to input notes like the integrated Piano?
It would just be convenient because I could integrate it in my existing plugin. Otherwise, I can write a separate program that acts as a virtual MIDI device, as suggested in https://musescore.org/en/node/8000
Comments
Yesn't.
Not by acting as a MIDI device, but by calling the right set of API functions: https://musescore.org/en/project/fretboard
In reply to Yesn't. Not by acting as a… by jeetee
Wow, thanks for posting this example.
I think I'll find my way through starting with the
doAddNote()
function in https://github.com/dmitrio95/fretboard-plugin/blob/master/Fretboard.qml…Thanks to dmitrio95, too!