Mercurial > hg > beaglert
comparison examples/core/render.cpp @ 450:d2dfa1718edb prerelease
Added core example project, which allows editing of the core Bela source in the IDE. It requires 'building' in update_board
author | Liam Donovan <l.b.donovan@qmul.ac.uk> |
---|---|
date | Sun, 19 Jun 2016 22:28:34 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
449:5e79364c9b1d | 450:d2dfa1718edb |
---|---|
1 #include <Bela.h> | |
2 | |
3 bool setup(BelaContext *context, void *userData) | |
4 { | |
5 return true; | |
6 } | |
7 | |
8 void render(BelaContext *context, void *userData) | |
9 { | |
10 | |
11 } | |
12 | |
13 void cleanup(BelaContext *context, void *userData) | |
14 { | |
15 | |
16 } |