Skip to content
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

Make native module context-aware #213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wookayin
Copy link

Electron 14.0+ requires the module to be context-aware to be importable.

Fixes #164
References: electron/electron#18397

Electron 14.0+ requires the module to be context-aware to be importable.
@adammeyer
Copy link

Thanks for adding support for new Electron versions.

When building with Electron 16, I'm getting this error:
*** No rule to make target `Release/obj.target/midi/vendor/rtmidi/RtMidi.o', needed by `Release/midi.node'. Stop.

@Julusian Julusian mentioned this pull request Sep 21, 2022
@Julusian
Copy link

Julusian commented Oct 1, 2022

I have opened a PR to do an overhaul of this library which includes an alternate solution to this (#228)
As it doesn't look like there are any maintainers around to merge it, I shall be maintaining a fork which is 100% api compatible https://www.npmjs.com/package/@julusian/midi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can node-midi become "Context Aware" ?
3 participants