Mercurial > hg > beaglert
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/projects/heavy/circularBuffer/HvContext_bbb.h Thu Nov 12 15:55:30 2015 +0000 @@ -0,0 +1,94 @@ + +/** + * Copyright (c) 2014,2015 Enzien Audio, Ltd. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, and/or + * sublicense copies of the Software, strictly on a non-commercial basis, + * and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + * + * DO NOT MODIFY. THIS CODE IS MACHINE GENERATED BY THE SECTION6 HEAVY COMPILER. + */ + +#ifndef _HEAVYCONTEXT_BBB_H_ +#define _HEAVYCONTEXT_BBB_H_ + +#include "HvBase.h" + +#define Context(_x) ((Hv_bbb *) (_x)) + +// object includes +#include "SignalTabwrite.h" +#include "ControlSystem.h" +#include "SignalVar.h" +#include "ControlCast.h" +#include "HvTable.h" +#include "ControlSlice.h" +#include "SignalTabread.h" +#include "HeavyMath.h" +#include "ControlBinop.h" +#include "ControlVar.h" +#include "ControlDelay.h" +#include "SignalPhasor.h" + +typedef struct Hv_bbb { + HvBase base; + + // objects + SignalPhasor sPhasor_yhIgV; + SignalVarf sVarf_OYBp3; + SignalVarf sVarf_WqBZG; + SignalVarf sVarf_sy04b; + SignalVarf sVarf_YIETS; + SignalVarf sVarf_Ps6vO; + SignalVarf sVarf_Gdp28; + SignalTabread sTabread_b9N2T; + SignalVarf sVarf_BQcuT; + SignalTabread sTabread_YKmTe; + SignalVarf sVarf_QMUKu; + SignalVarf sVarf_7V4VN; + SignalPhasor sPhasor_nXcxm; + SignalTabwrite sTabwrite_PK7gw; + ControlBinop cBinop_8jSo1; + ControlVar cVar_Nbuhx; + ControlVar cVar_8i48y; + ControlBinop cBinop_8bt42; + ControlSlice cSlice_rCDp5; + ControlBinop cBinop_6cI32; + ControlBinop cBinop_aQLZM; + ControlVar cVar_suvom; + ControlSlice cSlice_aq0PT; + ControlBinop cBinop_br2Uk; + ControlBinop cBinop_gwAEl; + ControlVar cVar_jMs8D; + ControlBinop cBinop_ltNi5; + ControlSlice cSlice_fXstx; + ControlBinop cBinop_KxvCV; + ControlDelay cDelay_dFU5B; + ControlBinop cBinop_oXoQf; + HvTable hTable_bMRkm; + ControlBinop cBinop_kP735; + ControlVar cVar_dyzm6; + ControlVar cVar_L82Xt; + ControlBinop cBinop_2qfJy; + ControlDelay cDelay_yrX1I; + ControlBinop cBinop_6R0aV; + ControlBinop cBinop_6UQKq; + ControlVar cVar_PQ3Gs; +} Hv_bbb; + +#endif // _HEAVYCONTEXT_BBB_H_