Hello everyone,
I am coming to Reaktor 6 from a MAX / MSP background, and am trying to achieve the following:
Use the Bento Box LFO to output MIDI CC data to control a parameter of Monark. I would also like the LFO waveform to reset when a specific key on a MIDI controller is pressed.
I have read that multiplying the LFO by 0.5 and then adding 0.5 converts it's output to 0 - 127.
I would like to add an object at the output of the LFO to verify that the numerical output of the LFO has indeed converted to 0 - 127. I know in MAX / MSP you can add a number float to receive a visual representation.
Could anyone offer any advice on how I can achieve the abov