comparison projects/heavy/circularBuffer/HvContext_bbb.h @ 163:20b52283c7b4 heavy-updated

- added circular buffer pd/heavy example (works but process needs to be killed manually if launched via ssh?)
author chnrx <chris.heinrichs@gmail.com>
date Thu, 12 Nov 2015 15:55:30 +0000
parents
children
comparison
equal deleted inserted replaced
162:c3e8226a5651 163:20b52283c7b4
1
2 /**
3 * Copyright (c) 2014,2015 Enzien Audio, Ltd.
4 *
5 * Permission is hereby granted, free of charge, to any person obtaining a copy
6 * of this software and associated documentation files (the "Software"),
7 * to deal in the Software without restriction, including without limitation
8 * the rights to use, copy, modify, merge, publish, distribute, and/or
9 * sublicense copies of the Software, strictly on a non-commercial basis,
10 * and to permit persons to whom the Software is furnished to do so,
11 * subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
22 * IN THE SOFTWARE.
23 *
24 * DO NOT MODIFY. THIS CODE IS MACHINE GENERATED BY THE SECTION6 HEAVY COMPILER.
25 */
26
27 #ifndef _HEAVYCONTEXT_BBB_H_
28 #define _HEAVYCONTEXT_BBB_H_
29
30 #include "HvBase.h"
31
32 #define Context(_x) ((Hv_bbb *) (_x))
33
34 // object includes
35 #include "SignalTabwrite.h"
36 #include "ControlSystem.h"
37 #include "SignalVar.h"
38 #include "ControlCast.h"
39 #include "HvTable.h"
40 #include "ControlSlice.h"
41 #include "SignalTabread.h"
42 #include "HeavyMath.h"
43 #include "ControlBinop.h"
44 #include "ControlVar.h"
45 #include "ControlDelay.h"
46 #include "SignalPhasor.h"
47
48 typedef struct Hv_bbb {
49 HvBase base;
50
51 // objects
52 SignalPhasor sPhasor_yhIgV;
53 SignalVarf sVarf_OYBp3;
54 SignalVarf sVarf_WqBZG;
55 SignalVarf sVarf_sy04b;
56 SignalVarf sVarf_YIETS;
57 SignalVarf sVarf_Ps6vO;
58 SignalVarf sVarf_Gdp28;
59 SignalTabread sTabread_b9N2T;
60 SignalVarf sVarf_BQcuT;
61 SignalTabread sTabread_YKmTe;
62 SignalVarf sVarf_QMUKu;
63 SignalVarf sVarf_7V4VN;
64 SignalPhasor sPhasor_nXcxm;
65 SignalTabwrite sTabwrite_PK7gw;
66 ControlBinop cBinop_8jSo1;
67 ControlVar cVar_Nbuhx;
68 ControlVar cVar_8i48y;
69 ControlBinop cBinop_8bt42;
70 ControlSlice cSlice_rCDp5;
71 ControlBinop cBinop_6cI32;
72 ControlBinop cBinop_aQLZM;
73 ControlVar cVar_suvom;
74 ControlSlice cSlice_aq0PT;
75 ControlBinop cBinop_br2Uk;
76 ControlBinop cBinop_gwAEl;
77 ControlVar cVar_jMs8D;
78 ControlBinop cBinop_ltNi5;
79 ControlSlice cSlice_fXstx;
80 ControlBinop cBinop_KxvCV;
81 ControlDelay cDelay_dFU5B;
82 ControlBinop cBinop_oXoQf;
83 HvTable hTable_bMRkm;
84 ControlBinop cBinop_kP735;
85 ControlVar cVar_dyzm6;
86 ControlVar cVar_L82Xt;
87 ControlBinop cBinop_2qfJy;
88 ControlDelay cDelay_yrX1I;
89 ControlBinop cBinop_6R0aV;
90 ControlBinop cBinop_6UQKq;
91 ControlVar cVar_PQ3Gs;
92 } Hv_bbb;
93
94 #endif // _HEAVYCONTEXT_BBB_H_