Mercurial > hg > beaglert
comparison examples/oscillator_bank/render.cpp @ 372:db2fe4e1b88e prerelease
Doxygen content added to each example render.cpp.
References to AnalogReadFrame etc. removed from doxygen content.
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Thu, 09 Jun 2016 18:16:05 +0100 |
parents | 421a69d42943 |
children | 9dc5a0ccad25 |
comparison
equal
deleted
inserted
replaced
371:361d0c2335cf | 372:db2fe4e1b88e |
---|---|
1 /* | |
2 ____ _____ _ _ | |
3 | __ )| ____| | / \ | |
4 | _ \| _| | | / _ \ | |
5 | |_) | |___| |___ / ___ \ | |
6 |____/|_____|_____/_/ \_\.io | |
7 | |
8 */ | |
9 | |
1 /* | 10 /* |
2 * render.cpp | 11 * render.cpp |
3 * | 12 * |
4 * Created on: Oct 24, 2014 | 13 * Created on: Oct 24, 2014 |
5 * Author: parallels | 14 * Author: parallels |
6 */ | 15 */ |
7 | 16 |
17 /** | |
18 \example 4_oscillator_bank | |
19 | |
20 Oscillator Bank | |
21 ---------------------- | |
22 | |
23 These files demonstrate an oscillator bank implemented in assembly code | |
24 that is used as part of the d-box project. | |
25 */ | |
8 | 26 |
9 #include <Bela.h> | 27 #include <Bela.h> |
10 #include <Utilities.h> | 28 #include <Utilities.h> |
11 #include <rtdk.h> | 29 #include <rtdk.h> |
12 #include <cstdlib> | 30 #include <cstdlib> |