iveshenry18 / DopplerCompensation

A tunable delay-based plugin to compensate for the Doppler effect. OR: A simple vibrato made physically accurate (and needlessly complex).
https://www.henryives.com/tools/doppler-compensation
MIT License
0 stars 0 forks source link

I can't Build on Windows x64 #1

Open Nardianian opened 4 months ago

Nardianian commented 4 months ago

I use Cmake from gui and Visual Studio v17 2022 CE, but i have problems with POSIX and UNIX headers and , , i find these headers in msys2-runtime folder into repo but they don't works in Visual Studio, i have many errors related to serialPort header, unknown namespace SerialPort, 'size_t' redefinition different base types, Unable to determine type definition of 'intptr_t', and many errors (>500) and many and many more warnings ... i suppose i wrong something ... Thanks

iveshenry18 commented 3 months ago

Hey! Thanks for checking it out.

For now, only MacOS is supported. This first version was purpose-built for a project running on MacOS, so it uses MacOS-only SerialPort functionality for connecting Arduinos for automated spin rate synchronization. This is a non-essential feature, so the quickest way to support Windows would be to gate all that code with a preprocessor directive.

I'll put it on my to-do list, but not sure how quickly I'll get to it. Would be happy to accept a PR if you had the time/interest to give it a shot!