-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this support UWP 10? #25
Comments
MIDIJack doesn't support UWP at the moment. |
+1 support this feature request. Using the UWP API automatically provides Bluetooth LE Midi support. I think with aftermarket dongles e.g. Yamaha MD-BT01/UD-BT01 and dedicated BT hardware this is going to be the future of Midi. https://blogs.windows.com/buildingapps/2016/09/21/midi-enhancements-in-windows-10/ |
Just out of curiosity, why are you using UWP not native Windows Standalone? HoloLens? |
I don't really care about the UWP if there is an easier way to get BLE support? |
Aha. Thanks for clarification. I'll look for both possibilities. |
Great, thanks! I can think of some interesting possibilities for a wireless Midi control/Hololens combo (including some that aren't musical). For me, not in the near future though.
From: Keijiro Takahashi <[email protected]>
To: keijiro/MidiJack <[email protected]>
Cc: danjaco <[email protected]>; Comment <[email protected]>
Sent: Friday, 27 October 2017, 13:15
Subject: Re: [keijiro/MidiJack] Does this support UWP 10? (#25)
Aha. Thanks for clarification. I'll look for both possibilities.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Just wondering if there's an update on this at all - am I able to use MidiJack in a UWP build? Thank you! |
@pshannon1000 No. |
Hi!
Does this support UWP 10?
Can we solve this issue?
My UWP 10 device can't found dll.
error message.
DllNotFoundException: Unable to load DLL 'MidiJackPlugin': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
at MidiJack.MidiDriver.DequeueIncomingData()
at MidiJack.MidiDriver.Update()
at MidiJack.MidiDriver.UpdateIfNeeded()
at MidiJack.MidiDriver.GetKey(MidiChannel channel, Int32 noteNumber)
at NoteIndicator.Update()
at NoteIndicator.$Invoke5Update(Int64 instance, Int64* args)
at UnityEngine.Internal.$MethodUtility.InvokeMethod(Int64 instance, Int64* args, IntPtr method)
(Filename: Line: 0)
The text was updated successfully, but these errors were encountered: