neXyon / audaspace

A high level and feature rich audio library written in C++ with language bindings.
Apache License 2.0
57 stars 25 forks source link

How does this project track against the version in Blender (extern/audaspace)? #15

Closed loren-osborn closed 6 years ago

loren-osborn commented 6 years ago

This is really a documentation request. Was looking at mopping up some build warnings from Windows, and am a bit leery changing either project without knowing how changes migrate between them. I see there is only a master branch on this project, and am aware most active blender development is branched off the blender2.8 branch. Could you add a line or two in the documentation stating how these projects track each other?

This appears to be a rather manual process, (and given the impracticality of dealing with git submodules and subtrees, this is unsurprising.) I'm simply concerned about devoting my scarce resources to this without knowing how these changes are expected to propagate.

-Thanks

neXyon commented 6 years ago

As you correctly diagnosed, these two repositories are kept in sync manually by me. You can contribute to either project, as you wish. I will take care that the changes propagate accordingly.