added a number input and a loadbang for setting the dsp on 1, compiled the patch

This commit is contained in:
2025-12-02 18:40:32 +01:00
parent e2d27cdcff
commit 9751f1efac
5 changed files with 164 additions and 4 deletions

View File

@ -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_