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