Page 1 of 1

vu meters, getting rid of knob

Posted: 25 Feb 2014 10:52
by rfmusic
I'm very new to lemur so sorry if this is a stupid question
I've made this simple vu-meters, in order to simplify the project i would like to get rid of the knob and made the vu-meters able to receive the messages and acts by itself.

I'm actually controlling it by a midi note velocity (i'm using midi cc for other things)

how to convert this macro in order to get rid of the knob?
smallnum1.0.005.jzlib.zip
macro
(1.32 KiB) Downloaded 67 times
thanks

Re: vu meters, getting rid of knob

Posted: 06 Mar 2014 12:08
by nick_liine
Have a look at the attached template. There is an On MIDI script called update(MIDI_ARGS). This will update the Leds the same way as does the action() script in the Knob object.

Cheers,
Nick