thestk / stk

The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language.
https://ccrma.stanford.edu/software/stk/
Other
1.02k stars 180 forks source link

cmake submodules inclusion of rtaudio rtmidi #137

Open hyper-temporal opened 1 year ago

hyper-temporal commented 1 year ago

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 commented 1 year ago

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

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