You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and found nothing about emscripten, yet I can see #if defined(__WEB_MIDI_API__) in the RtMidi.cpp
However other platforms are well documented in this table (Had no problem)
Specifications like the version of the project, operating system, or hardware.
Documentation question - NA
The text was updated successfully, but these errors were encountered:
shemeshg
changed the title
Question: how do I add Webmidi to my cmake subfilder file?
Question: how do I add WEB_MIDI_API to my cmake subfolder file?
Sep 30, 2022
I'd like to compile my Qt project with emscripten,.
I guess I need to add some definitions in my cmake file.
https://github.com/shemeshg/RtMidiWrap/blob/master/src/RtMidiRouterLib/RtMidiWrap/RtMidiLib/CMakeLists.txt
But I don't know where,
I've searched the documentation
https://www.music.mcgill.ca/~gary/rtmidi/#:~:text=RtMidi%3A%3AopenVirtualPort()%20function.-,Compiling,-In%20order%20to
and found nothing about emscripten, yet I can see
#if defined(__WEB_MIDI_API__)
in theRtMidi.cpp
However other platforms are well documented in this table (Had no problem)
Documentation question - NA
The text was updated successfully, but these errors were encountered: