Am Dienstag, Januar 08, 2019 11:10 CET, Alexandre Ratchov <a...@caoua.org> schrieb:
> On Wed, Jan 02, 2019 at 11:32:50PM +0100, Sebastian Reitenbach wrote: > > Hi, > > > > in musescore preferences "note input" tab, I have set "Enable MIDI input", > > and I run musescore like: > > MIDIDEVICE=rmidi/2 musescore > > with the hope that it picks up the right device, but nope, when I enable > > note input in a score, and hit my MIDI controller, no luck. > > > > I know it's the right rmidi/2 since I have this in my .midishrc where it > > works fine: > > dnew 0 "rmidi/2" ro > > > > Anyone uses a MIDI controller to input notes into musescore? > > > > AFAICS, there's no MIDI support in mscore. > > According to mscore/mididriver.h, musescore expectation map perfectly > to sndio's mio_xxx() functions so the sndio midi code would be very > simple. Adding the cmake bits and the proper #ifdefery seems to be the > complicated part. ah, thanks, I might take a look at it, now that I looked at audio/hydrogen to get it working again, I can take that as an example. But no promises made ;) cheers, Sebastian