Mercurial > hg > beaglert
view examples/minimal/render.cpp @ 421:57903b3259e1 prerelease
update_board.sh now disables Bela at startup and enables the IDE at startup
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 16 Jun 2016 14:02:15 +0100 |
parents | 5d05fe6feb7d |
children |
line wrap: on
line source
#include <Bela.h> bool setup(BelaContext *context, void *userData) { return true; } void render(BelaContext *context, void *userData) { } void cleanup(BelaContext *context, void *userData) { }