Trouble integrating my Plugdata with Daisy Seed hardware controls

I have a looping patch I made that Im trying to get to work on my daisy seed. The basic concept is that when the main tgl is engaged the looper is bypassed so the audio flows freely to the dac~ while the stereo buffers are constantly writing and erasing audio to the arrays. The speed at which they are writing and erasing is correlated to be an 1/8 at a specific user-set bpm. Then when the main tgl is switched the loops is engaged and loops the last 1/8th note of audio written to the arrays.

I am trying to map the main tgl to my hardware 2-position tgl that will either engage or bypass the looping. I also want to map my hardware knob to the gui knob to control the bpm. When I send the current patch to my daisy, the hardware knob doesn’t seem to be doing anything and the hardware tgl only switches between loop-bypassed and no audio instead of loop-bypassed and looping. Any thoughts or tips on how I can solve this?

On Daisy the min/max/default settings for @hv_param do not (currently) work and you always get values between 0 and 1.
So you will have to do any scaling yourself.

Also a [line] object doesn’t do anything by itself, you’ll need to pass a slew time together with the target value.

And I don’t understand what you think sending [resize $1( will do. These kind of send messages are not supported in Heavy. Please read the known limitations: Getting Started | hvcc