-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
35 lines (27 loc) · 1.24 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
Musical Tabletop Coding Framework is a rapid development framework to create musical tabletop PD apps.
http://chaosct.github.io/Musical-Tabletop-Coding-Framework/
Download:
http://chaosct.github.io/Musical-Tabletop-Coding-Framework/#mtcf-downloads
Usage:
Execute the program
Add pd/mtcf-lib to your puredata lib paths
Open main.pd patches inside pd/examples/ folders
Hack!
Read the wiki (https://github.com/chaosct/Musical-Tabletop-Coding-Framework/wiki)?
Source:
https://github.com/chaosct/Musical-Tabletop-Coding-Framework
PD client Source (most up-to-date):
https://github.com/chaosct/MTCF-client
Compiling:
you will need:
openframeworks (http://www.openframeworks.cc)
ofxTableGestures addon (http://github.com/chaosct/ofxTableGestures)
Clone the source:
git clone --recursive git://github.com/chaosct/Musical-Tabletop-Coding-Framework.git
Copy the contents of default/ to the root directory, and compile it as any other openframeworks app.
Note on the OF version
For some reason compiling agains OF v0.8.0 results in a very poor performance. Stick with OF v0.7.4 if possible.
Authors:
Carles F. Julià <[email protected]>
Daniel Gallardo <[email protected]>
This project is released under the MIT license.