TheSoundOfAIOSR / project_common

Common environment for all groups to connect to other groups with a relative path
MIT License
9 stars 5 forks source link

updated setup and ctcsound version #29

Closed Leofltt closed 3 years ago

Leofltt commented 3 years ago
Leofltt commented 3 years ago

Problem here is python3.8 is not linked against anything by default so that would only work on my machine. Python3 can be either python3.8 or 3.9 based on how updated the mac os is. I still need to do some additional testing to figure out if 3.9 actually works, otherwise it's easier to document for users how to link python3 to python 3.8 (or add a one liner in the setup) rather than having to create a new symlink to python3.8 altogether. I will keep investigating during the next few days to see what's the best solution.

The ctcsound version needed to be made explicit because ctcsound in pip is always updated to latest dev csound branch and we don't want that, but rather we need to use the version coming with the latest stable release which is 6.16.2. The csound framework will be backwards compatible with older versions of ctcsound if new releases come out, but the same does not apply the other way around.