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

build pd external for Apple Silicon #27

Open
patricecolet opened this issue Apr 8, 2023 · 3 comments
Open

build pd external for Apple Silicon #27

patricecolet opened this issue Apr 8, 2023 · 3 comments

Comments

@patricecolet
Copy link

patricecolet commented Apr 8, 2023

Is your feature request related to a problem? Please describe.
I would like to build kontrolrack and kontrolmodule external for Apple Silicon

@patricecolet
Copy link
Author

patricecolet commented Apr 8, 2023

The pd external is built by doing in root directory
cmake -B build -S .
cmake --build build
and in CMakeList.txt added
set(DISABLE_PUSH2 1)
set(DISABLE_EIGENHARP 1)
and removed add_subdirectory(external/EigenLite/eigenapi)
and finally changed arch set(CMAKE_OSX_ARCHITECTURES "arm64")

But PureData crashes on kontrolRack Connect() method

@patricecolet
Copy link
Author

patricecolet commented Apr 9, 2023

PureData is crashing on KontrolRack_connect(). Meanwhile I can use PureData OSC internal.

@patricecolet
Copy link
Author

patricecolet commented Apr 9, 2023

I'd like to run kontrolRack external with using PureData only, but orac.json couldn't be loaded, so I have to hardcode 'dataDir' path to load presets from json.

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

No branches or pull requests

1 participant