Page 1 of 1

Incredibly simplistic CC/button question

Posted: 07 Jan 2021 23:59
by sinistar
Hi all,
Wondering if someone could shed some light on this issue I'm having with the Lemur editor;
I'm trying to create either a Switch or CustomButton object that simply sends one a single CC message of a specific
value on mousedown, and nothing on mouseup. Not ''Toggle" behavior between two values, just one click per message,
same CC message/value every time, end of story.

For some reason, when I try this using CustomButton, it works exactly _once_ and not again after that. This is after setting
both fields of the Scale parameter to the same value (in this case, 0, as I'm trying to send a single CC15 value 0 message), so I"m stumped.

Setting two different values in the Scale fields yields the expected "Toggle" behavior, but that's not what I'm after in this case.
I'm sure this is laughably easy to deal with for experienced Lemurites, but I am new to this program and am stuck.
Thanks for any and all suggestions on this.

Re: Incredibly simplistic CC/button question

Posted: 08 Jan 2021 18:00
by midikinetics
Using a Custom Button:

Mapping Panel:
- Set Target to to the Lemur Target
- Set Message to `B0 - Control Change'.
- Set both fields of 'Controller' to the CC#.
- Set value action to 'Rising' (looks like an upwards arrow).
- Set 'Scale' first field to 0 and second field to the CC value you want.
- Set 'Channel' to the MIDI channel.

Objects Panel:
- Behaviour tab: set 'Mode' to 'Pad'.

Attached sends CC11 at value of 64 out Lemur Target 0 on MIDI channel 1.
CustomButton.jzml
(1.12KiB)Downloaded 529 times

Re: Incredibly simplistic CC/button question

Posted: 14 Jan 2021 06:40
by sinistar
Thanks very much for this!

Re: Incredibly simplistic CC/button question

Posted: 19 Jan 2021 23:14
by midikinetics
You're welcome!