-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LICENSE separately, create public README, update package-info, ad…
…d icon for PM
- Loading branch information
Showing
5 changed files
with
34 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
License Agreement | ||
|
||
The Software is provided by Dan Trueman, R. Luke DuBois and the Computer Music Center, Columbia University (hereinafter referred to as the "AUTHOR"), free of charge and may be distributed free of charge, provided that this documentation is included unchanged with the software. You may not sell the software, nor may you take a fee or commission for providing the software to another person, nor may you include the software with or as part of other software that is sold for a fee without prior written permission from the Author. Source code for the software, if provided, can be re-used for educational or non-commercial purposes provided the Author is credited both in the product source and in the final product. The source code for this software may not be re-used for commercial purposes without negotiating and obtaining a commercial licensing agreement from the Author. | ||
|
||
Disclaimer of Warranty on Software | ||
|
||
The software is provided "AS IS" and without warranty of any kind. The Author expressly disclaims all warranties, express or implied, including, but not limited to, the fitness for a particular purpose. The Author does not warrant that the software will be uninterrupted or error-free, or that defects in the software will be corrected. Furthermore, The Author does not warrant or make any representations regarding the use or the results of the use of the software in terms of their correctness, accuracy, reliability, or otherwise. No oral or written information or advice given by the Author shall create a warranty or in any way increase the scope of this warranty. Should the software prove defective, you (and not the author) assume the entire cost of all necessary servicing, repair or correction of the software, or the computer system with which it is used. | ||
|
||
Limitation of Liability | ||
|
||
Under no circumstances, including negligence, shall the Author be liable for any incidental, special, or consequential damages that result from the use or inability to use the software, even if the Author has been advised of the possibility of such damages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# percolate | ||
A collection of synthesis, signal processing, and image processing objects. Originally authored by Dan Trueman and Luke Dubois as well as based on tools from Perry R. Cook, Gary Scavone, and Brad Garton. | ||
|
||
- Dan Trueman: http://manyarrowsmusic.com/about.html | ||
- Luke Dubois: http://lukedubois.com/ | ||
- Synthesis Toolkit (STK) by Perry R. Cook and Gary Scavone: https://ccrma.stanford.edu/software/stk/ | ||
- Real-Time Cmix by Brad Garton: http://sites.music.columbia.edu/cmc/RTcmix/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
{ | ||
"name": "PeRColate", | ||
"type": "package", | ||
"author": "Luke DuBois and Dan Trueman", | ||
"description": "Instrument Modeling", | ||
"version": "1.3", | ||
"major_version": "1", | ||
"minor_version": "3", | ||
"min_max_version": "608", | ||
"min_osx_version": "60", | ||
"min_win_version": "None", | ||
"description": "A collection of synthesis, signal processing, and image processing objects originally authored by Dan Trueman and Luke Dubois.", | ||
"homepatcher": "PeRColate.maxpat", | ||
"max_version_min" : "8.0", "max_version_max" : "none", | ||
"os" : { | ||
"macintosh" : { | ||
"platform" : [ "x64" ], | ||
"min_version" : "10.9" | ||
}, | ||
"windows" : { | ||
"platform" : [ "x64" ], | ||
"min_version" : "none" | ||
} | ||
}, | ||
"tags": ["synthesis", "physical modeling"], | ||
"version": "1.3.0", | ||
"website": "https://github.com/Cycling74/percolate" | ||
} |