comparison examples/08-PureData/customRender/heavy/render.cpp @ 555:5ef33a8c9702 prerelease

customRender example: added note to render files, added settings.json
author chnrx <chris.heinrichs@gmail.com>
date Fri, 24 Jun 2016 17:20:23 +0100
parents f8bb6186498d
children
comparison
equal deleted inserted replaced
554:3b0c860ef209 555:5ef33a8c9702
1 /* 1 /*
2 * render.cpp 2 ____ _____ _ _
3 * 3 | __ )| ____| | / \
4 * Template render.cpp file for on-board heavy compiling 4 | _ \| _| | | / _ \
5 * 5 | |_) | |___| |___ / ___ \
6 * N.B. this is currently *not* compatible with foleyDesigner source files! 6 |____/|_____|_____/_/ \_\
7 * 7
8 * Created on: November 5, 2015 8 The platform for ultra-low latency audio and sensor processing
9 * 9
10 * Christian Heinrichs 10 http://bela.io
11 * 11
12 A project of the Augmented Instruments Laboratory within the
13 Centre for Digital Music at Queen Mary University of London.
14 http://www.eecs.qmul.ac.uk/~andrewm
15
16 (c) 2016 Augmented Instruments Laboratory: Andrew McPherson,
17 Astrid Bin, Liam Donovan, Christian Heinrichs, Robert Jack,
18 Giulio Moro, Laurel Pardue, Victor Zappi. All rights reserved.
19
20 The Bela software is distributed under the GNU Lesser General Public License
21 (LGPL 3.0), available here: https://www.gnu.org/licenses/lgpl-3.0.txt
22 */
23
24 /*
25 * USING A CUSTOM RENDER.CPP FILE FOR PUREDATA PATCHES - HEAVY
26 * ===========================================================
27 * || ||
28 * || OPEN THE ENCLOSED _main.pd PATCH FOR MORE INFORMATION ||
29 * || ----------------------------------------------------- ||
30 * ===========================================================
12 */ 31 */
13 32
14 #include <Bela.h> 33 #include <Bela.h>
15 #include <Midi.h> 34 #include <Midi.h>
16 #include <Scope.h> 35 #include <Scope.h>