view 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
line wrap: on
line source

/**
 * 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 "ControlSystem.h"
#include "SignalVar.h"
#include "SignalSamphold.h"
#include "HeavyMath.h"
#include "ControlBinop.h"
#include "ControlVar.h"
#include "ControlRandom.h"
#include "SignalDel1.h"
#include "SignalPhasor.h"
#include "ControlUnop.h"
#include "SignalRPole.h"

typedef struct Hv_bbb {
  HvBase base;

  // objects
  SignalVari sVari_9lqOg;
  SignalVarf sVarf_a6sNx;
  SignalVarf sVarf_l59CR;
  SignalRPole sRPole_ACVjc;
  SignalPhasor sPhasor_GKtI5;
  SignalDel1 sDel1_OZ8Kl;
  SignalSamphold sSamphold_XcpkT;
  SignalPhasor sPhasor_6rvdw;
  ControlBinop cBinop_DXD3m;
  ControlBinop cBinop_tyjup;
  ControlBinop cBinop_iWcBL;
  ControlBinop cBinop_6USpC;
  ControlBinop cBinop_QuDfQ;
  ControlVar cVar_lxt7X;
  ControlBinop cBinop_79eIJ;
  ControlRandom cRandom_zn9Go;
} Hv_bbb;

#endif // _HEAVYCONTEXT_BBB_H_