The source code is derived from the explanations in the book Designing Audio Objects for Max/MSP and Pd by Eric Lyon.
There are a few items that are not covered under the MIT license.
-
The external moogvcf~ is based on the Csound unit generator "moogvcf." Since Csound is released under the GNU LGPL, I have also released the code for the Max/MSP and Pd ports of "moogvcf" under the LGPL, for consistency. See details here.
-
This repository contains a folder called _SDK_ on which references to the Max/MSP SDK and Pd source code repositories are added as git submodules. Both repositories have their own license terms and the links to the full text have been copied below.
The rest of the source code, Xcode and Visual Studio projects, Makefiles, Max/MSP and Pd patches, and compiled objects are released under the following license:
Copyright (C) 2017, Juan Gil
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
http://github.com/Cycling74/max-sdk/blob/master/LICENSE.md:
https://github.com/pure-data/pure-data/blob/master/LICENSE.txt