-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
45 lines (29 loc) · 1.43 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Synthesthesia
=============
Patches for audio synthesis from edge detection.
video camera -> edge detection -> audio synthesis.
Author: Alexandre Quessy
(c) 2012 Alexandre Quessy
License: GPL v3 or above
This project has been initiated by a group of artists members of Perte de signal, an artist-run centre in Montreal, Canada.
Artists Alexandre Quessy, Darsha Hewitt, Nelly-Eve Rajotte and Claudette Lemay from Perte de Signal conceived the workshop SYNTHESTHESIA as part of DHC/ART Education events in conjunction with the Ryoji Ikeda exhibition.
Participants were invited to create an experimental sound composition using collages made from black and white paper that they created themselves.
These collages were then analyzed by the free application also called SYNTHESTHESIA, using these visual scores to generate sounds.
Thanks to Zack Settel for his help with creating a vocoder with the FFT objects.
Dependencies
------------
Software: Pure Data, Lunch
Pure Data libraries: GEM, zexy
Installation and usage
----------------------
How to install it::
sudo apt-get install puredata pd-zexy gem python-lunch
sudo apt-get install git
mkdir -p ~/src
cd ~/src
git clone git://github.com/aalex/synthesthesia.git
cd synthesthesia
lunch -g launch.lunch
cp restart-synthesthesia.sh ~/Desktop/
See also doc/install-deps.txt and doc/interactive-use.txt
See the HACKING document about how to extend Synthesthesia with more instruments.