added a number input and a loadbang for setting the dsp on 1, compiled the patch
This commit is contained in:
@ -37,6 +37,7 @@
|
||||
#include "HeavyContext.hpp"
|
||||
#include "HvSignalPhasor.h"
|
||||
#include "HvSignalVar.h"
|
||||
#include "HvControlVar.h"
|
||||
#include "HvMath.h"
|
||||
|
||||
class Heavy_temp_a2960967 : public HeavyContext {
|
||||
@ -60,9 +61,13 @@ class Heavy_temp_a2960967 : public HeavyContext {
|
||||
void scheduleMessageForReceiver(hv_uint32_t receiverHash, HvMessage *m) override;
|
||||
|
||||
// static sendMessage functions
|
||||
static void cVar_AeJUniP3_sendMessage(HeavyContextInterface *, int, const HvMessage *);
|
||||
static void cMsg_YmvBriBK_sendMessage(HeavyContextInterface *, int, const HvMessage *);
|
||||
static void cReceive_wS26lFsz_sendMessage(HeavyContextInterface *, int, const HvMessage *);
|
||||
|
||||
// objects
|
||||
SignalPhasor sPhasor_dLinxAVa;
|
||||
SignalPhasor sPhasor_t0xipsEt;
|
||||
ControlVar cVar_AeJUniP3;
|
||||
};
|
||||
|
||||
#endif // _HEAVY_CONTEXT_TEMP_A2960967_HPP_
|
||||
|
||||
Reference in New Issue
Block a user