Author Topic: BASSMIDI — MIDI input config on macOS  (Read 183 times)

XTPCZ

  • Posts: 2
BASSMIDI — MIDI input config on macOS
« on: 7 Dec '24 - 20:10 »
Hi,

I'm running the "synth" sample program from the bassmidi24-osx download. The program does not recognize my MIDI controller. It's recognized with no problems by MIDI Monitor, my DAW, and Audio MIDI Setup.

I have toyed with various entitlements and capabilities in XCode but no dice. Has anyone run into this issue?

My Mac has an Intel processor btw.

I'm getting these logs when I run the program:

AddInstanceForFactory: No factory registered for id <CFUUID 0x600003b783a0> F8BB1C28-BAE8-11D6-9C31-00039315CD46

HALC_ShellDriverPlugIn.cpp:107    HALC_ShellDriverPlugIn::Open: opening the plug-in failed, Error: 2003329396 (what)

Ian @ un4seen

  • Administrator
  • Posts: 26223
Re: BASSMIDI — MIDI input config on macOS
« Reply #1 on: 9 Dec '24 - 16:29 »
Indeed, it looks like the input MIDI device list is currently empty, because BASSMIDI's device info requests are failing. Here's a little update that seems to get things working again:

   www.un4seen.com/stuff/bassmidi-osx.zip

Please let me know if you still have the problem with that.

XTPCZ

  • Posts: 2
Re: BASSMIDI — MIDI input config on macOS
« Reply #2 on: 14 Dec '24 - 21:32 »
Thanks! Checking it out now.