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

cmake submodules inclusion of rtaudio rtmidi #137

Open
hyper-temporal opened this issue Mar 16, 2023 · 1 comment
Open

cmake submodules inclusion of rtaudio rtmidi #137

hyper-temporal opened this issue Mar 16, 2023 · 1 comment

Comments

@hyper-temporal
Copy link

the stk project includes rtaudio and rtmidi as files. I was just wondering why while these two being submodules, they don't seem to be included that way

@garyscavone
Copy link
Contributor

It is possible that RtAudio and RtMidi could be included as submodules, however, I think there are a few issues, including:

  • the .h and .cpp files would be in different directories and thus inclusion in other STK headers and projects would need to be revised;
  • it is possible that API updates could be made to RtAudio and RtMidi that would break STK

Thus, my modus operandi is to finalize new releases of RtAudio and RtMidi first, then update those in STK for a new release.

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

No branches or pull requests

2 participants