chris@160: chris@160: /** chris@160: * Copyright (c) 2014,2015 Enzien Audio, Ltd. chris@160: * chris@160: * Permission is hereby granted, free of charge, to any person obtaining a copy chris@160: * of this software and associated documentation files (the "Software"), chris@160: * to deal in the Software without restriction, including without limitation chris@160: * the rights to use, copy, modify, merge, publish, distribute, and/or chris@160: * sublicense copies of the Software, strictly on a non-commercial basis, chris@160: * and to permit persons to whom the Software is furnished to do so, chris@160: * subject to the following conditions: chris@160: * chris@160: * The above copyright notice and this permission notice shall be included in chris@160: * all copies or substantial portions of the Software. chris@160: * chris@160: * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR chris@160: * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, chris@160: * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE chris@160: * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER chris@160: * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING chris@160: * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS chris@160: * IN THE SOFTWARE. chris@160: * chris@160: * DO NOT MODIFY. THIS CODE IS MACHINE GENERATED BY THE SECTION6 HEAVY COMPILER. chris@160: */ chris@160: chris@160: #ifndef _HEAVYCONTEXT_BBB_H_ chris@160: #define _HEAVYCONTEXT_BBB_H_ chris@160: chris@160: #include "HvBase.h" chris@160: chris@160: #define Context(_x) ((Hv_bbb *) (_x)) chris@160: chris@160: // object includes chris@160: #include "SignalVar.h" chris@160: #include "SignalPhasor.h" chris@160: #include "HeavyMath.h" chris@160: chris@160: typedef struct Hv_bbb { chris@160: HvBase base; chris@160: chris@160: // objects chris@160: SignalPhasor sPhasor_O587H; chris@160: } Hv_bbb; chris@160: chris@160: #endif // _HEAVYCONTEXT_BBB_H_