annotate projects/heavy/samphold/HvContext_bbb.h @ 162:c3e8226a5651 heavy-updated

- added additional flags to C rules (-DNDEBUG, -mfpu=neon) - sample-accurate envelope triggering pd/heavy example
author chnrx <chris.heinrichs@gmail.com>
date Thu, 12 Nov 2015 14:59:46 +0000
parents 5bcf04234f80
children
rev   line source
chris@160 1
chris@160 2 /**
chris@160 3 * Copyright (c) 2014,2015 Enzien Audio, Ltd.
chris@160 4 *
chris@160 5 * Permission is hereby granted, free of charge, to any person obtaining a copy
chris@160 6 * of this software and associated documentation files (the "Software"),
chris@160 7 * to deal in the Software without restriction, including without limitation
chris@160 8 * the rights to use, copy, modify, merge, publish, distribute, and/or
chris@160 9 * sublicense copies of the Software, strictly on a non-commercial basis,
chris@160 10 * and to permit persons to whom the Software is furnished to do so,
chris@160 11 * subject to the following conditions:
chris@160 12 *
chris@160 13 * The above copyright notice and this permission notice shall be included in
chris@160 14 * all copies or substantial portions of the Software.
chris@160 15 *
chris@160 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
chris@160 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
chris@160 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
chris@160 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
chris@160 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
chris@160 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
chris@160 22 * IN THE SOFTWARE.
chris@160 23 *
chris@160 24 * DO NOT MODIFY. THIS CODE IS MACHINE GENERATED BY THE SECTION6 HEAVY COMPILER.
chris@160 25 */
chris@160 26
chris@160 27 #ifndef _HEAVYCONTEXT_BBB_H_
chris@160 28 #define _HEAVYCONTEXT_BBB_H_
chris@160 29
chris@160 30 #include "HvBase.h"
chris@160 31
chris@160 32 #define Context(_x) ((Hv_bbb *) (_x))
chris@160 33
chris@160 34 // object includes
chris@160 35 #include "ControlSystem.h"
chris@160 36 #include "SignalVar.h"
chris@160 37 #include "SignalSamphold.h"
chris@160 38 #include "HeavyMath.h"
chris@160 39 #include "ControlBinop.h"
chris@160 40 #include "ControlVar.h"
chris@160 41 #include "ControlRandom.h"
chris@160 42 #include "SignalDel1.h"
chris@160 43 #include "SignalPhasor.h"
chris@160 44 #include "ControlUnop.h"
chris@160 45 #include "SignalRPole.h"
chris@160 46
chris@160 47 typedef struct Hv_bbb {
chris@160 48 HvBase base;
chris@160 49
chris@160 50 // objects
chris@162 51 SignalVari sVari_9lqOg;
chris@162 52 SignalVarf sVarf_a6sNx;
chris@162 53 SignalVarf sVarf_l59CR;
chris@162 54 SignalRPole sRPole_ACVjc;
chris@162 55 SignalPhasor sPhasor_GKtI5;
chris@162 56 SignalDel1 sDel1_OZ8Kl;
chris@162 57 SignalSamphold sSamphold_XcpkT;
chris@162 58 SignalPhasor sPhasor_6rvdw;
chris@162 59 ControlBinop cBinop_DXD3m;
chris@162 60 ControlBinop cBinop_tyjup;
chris@162 61 ControlBinop cBinop_iWcBL;
chris@162 62 ControlBinop cBinop_6USpC;
chris@162 63 ControlBinop cBinop_QuDfQ;
chris@162 64 ControlVar cVar_lxt7X;
chris@162 65 ControlBinop cBinop_79eIJ;
chris@162 66 ControlRandom cRandom_zn9Go;
chris@160 67 } Hv_bbb;
chris@160 68
chris@160 69 #endif // _HEAVYCONTEXT_BBB_H_