Mercurial > hg > beaglert
comparison projects/heavy/pd/samphold/_main.pd @ 160:5bcf04234f80 heavy-updated
- added -std=c99 to Makefile for user-supplied C files (required for heavy files)
- changed heavy core render.cpp file to use latest API and removed all redundant functions (e.g. foleyDesigner/touchkey stuff)
- use build_pd.sh to compile and run pd files (-h for usage instructions)
author | chnrx <chris.heinrichs@gmail.com> |
---|---|
date | Thu, 05 Nov 2015 18:58:26 +0000 |
parents | |
children | 40badaff5729 |
comparison
equal
deleted
inserted
replaced
159:1e7db6610600 | 160:5bcf04234f80 |
---|---|
1 #N canvas 275 504 617 247 10; | |
2 #X text 304 48 ├┴┐├┤-├─┤│-┬│--├┤-╠╦╝-║- | |
3 ; | |
4 #X text 304 36 ┌┐-┌─┐┌─┐┌─┐┬--┌─┐╦═╗╔╦╗ | |
5 ; | |
6 #X text 304 57 └─┘└─┘┴-┴└─┘┴─┘└─┘╩╚═-╩- | |
7 ; | |
8 #X text 353 76 powered by heavy; | |
9 #X text 299 68 -------------------------; | |
10 #X text 340 101 http://beaglert.cc; | |
11 #X obj 55 212 dac~ 1 2; | |
12 #X obj 55 171 *~ 0.1; | |
13 #X obj 55 150 osc~ 440; | |
14 #X text 111 148 (the sweet sound of success); | |
15 #X obj 55 61 noise~; | |
16 #X obj 55 128 samphold~; | |
17 #X text 51 21 ==================; | |
18 #X text 51 11 Sample and hold FM; | |
19 #X obj 55 85 lop~ 1; | |
20 #X obj 122 107 phasor~ 880; | |
21 #X obj 55 107 *~ 1e+06; | |
22 #X connect 7 0 6 1; | |
23 #X connect 7 0 6 0; | |
24 #X connect 8 0 7 0; | |
25 #X connect 10 0 14 0; | |
26 #X connect 11 0 8 0; | |
27 #X connect 14 0 16 0; | |
28 #X connect 15 0 11 1; | |
29 #X connect 16 0 11 0; |