This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/CICM/CreamLibrary
- Loading branch information
Showing
11 changed files
with
125 additions
and
533 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 |
---|---|---|
|
@@ -25,7 +25,6 @@ | |
Makefile | ||
Makefile.in | ||
cream-meta.pd | ||
README.txt | ||
config/* | ||
configure | ||
config.status | ||
|
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,44 @@ | ||
## [Cream Library](http://www.mshparisnord.fr/hoalibrary/en/publications/ "Publication") for Pure Data | ||
|
||
A set of PD externals for those who like vanilla... but also want some chocolate cream. | ||
The Cream Library uses the [CICM Wrapper](https://github.com/CICM/CicmWrapper" "CICM Wrapper") developed to facilitate the creation of signal objects and GUI and to improve user interactions to offer a set of externals that improve the user interraction in Pure Data. | ||
|
||
### Compatibilty : | ||
|
||
The lastest release has been tested [Pure Data Vanilla](http://msp.ucsd.edu/software.html "PD-Vanilla") (0.46.6 - 32/64 bits) & [Pure Data Extended](https://puredata.info/ "PD-Extended") (0.43.4) on Linux, Mac Os, Windows . | ||
|
||
### Installation : | ||
|
||
With Pure Data Vanilla, copy the <em>Cream</em> folder in your package folder and add <em>Cream</em> in the PD's statup window if you use the default package folder\*, otherwise add <em>Cream/Cream</em>. | ||
|
||
With Pure Data Extended, copy the <em>Cream</em> folder in your package folder and add <em>-lib externals/Cream</em> in the statup falgs if you use the default package folder\*, otherwise add <em>-lib Cream/Cream</em>. | ||
|
||
\* The default package folder are generally <em>/usr/local/lib/pd-externals</em> on Linux, <em>/Library/Pd</em> on Mac Os and <em>C:\Program Files\Common Files\Pd</em> on Windows. | ||
|
||
### Documentation : | ||
|
||
Helps and tutorials are availables in the <em>Cream</em> folder of the <em>help browser</em>. | ||
|
||
### Compilation : | ||
|
||
./autogen.sh (if needed) | ||
./configure (useful options --with-pd=</path/to/pd>) | ||
make | ||
make install (optional) | ||
|
||
XCode, CodeBlock and Visual Studio projects are also available. | ||
|
||
### Dependencies : | ||
|
||
[Cicm Wrapper](https://github.com/CICM/CicmWrapper "Cicm Wrapper"). | ||
|
||
### Authors : | ||
|
||
Pierre Guillot | ||
|
||
### Licence : | ||
|
||
Copyright (C) 2013-2015 Pierre Guillot - CICM - Universite Paris 8 | ||
The Cream Library in under the [BSD2 License](http://opensource.org/licenses/BSD-2-Clause "BSD2"). | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## [Cream Library](http://www.mshparisnord.fr/hoalibrary/en/publications/ "Publication") for Pure Data | ||
|
||
A set of PD externals for those who like vanilla... but also want some chocolate cream. | ||
The Cream Library uses the [CICM Wrapper](https://github.com/CICM/CicmWrapper" "CICM Wrapper") developed to facilitate the creation of signal objects and GUI and to improve user interactions to offer a set of externals that improve the user interraction in Pure Data. | ||
|
||
### Compatibilty : | ||
|
||
The lastest release has been tested [Pure Data Vanilla](http://msp.ucsd.edu/software.html "PD-Vanilla") (0.46.6 - 32/64 bits) & [Pure Data Extended](https://puredata.info/ "PD-Extended") (0.43.4) on Linux, Mac Os, Windows . | ||
|
||
### Installation : | ||
|
||
With Pure Data Vanilla, copy the <em>Cream</em> folder in your package folder and add <em>Cream</em> in the PD's statup window if you use the default package folder\*, otherwise add <em>Cream/Cream</em>. | ||
|
||
With Pure Data Extended, copy the <em>Cream</em> folder in your package folder and add <em>-lib externals/Cream</em> in the statup falgs if you use the default package folder\*, otherwise add <em>-lib Cream/Cream</em>. | ||
|
||
\* The default package folder are generally <em>/usr/local/lib/pd-externals</em> on Linux, <em>/Library/Pd</em> on Mac Os and <em>C:\Program Files\Common Files\Pd</em> on Windows. | ||
|
||
### Documentation : | ||
|
||
Helps and tutorials are availables in the <em>Cream</em> folder of the <em>help browser</em>. | ||
|
||
### Compilation : | ||
|
||
./autogen.sh (if needed) | ||
./configure (useful options --with-pd=</path/to/pd>) | ||
make | ||
make install (optional) | ||
|
||
XCode, CodeBlock and Visual Studio projects are also available. | ||
|
||
### Dependencies : | ||
|
||
[Cicm Wrapper](https://github.com/CICM/CicmWrapper "Cicm Wrapper"). | ||
|
||
### Authors : | ||
|
||
Pierre Guillot | ||
|
||
### Licence : | ||
|
||
Copyright (C) 2013-2015 Pierre Guillot - CICM - Universite Paris 8 | ||
The Cream Library in under the [BSD2 License](http://opensource.org/licenses/BSD-2-Clause "BSD2"). | ||
|
||
|
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
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