Incredibly simplistic CC/button question

Discuss Lemur and share techniques.
Post Reply
sinistar
Newbie
Posts:5
Joined:07 Dec 2015 01:47
Incredibly simplistic CC/button question

Post by sinistar » 07 Jan 2021 23:59

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.

midikinetics
Regular
Posts:52
Joined:15 May 2015 17:46
Contact:

Re: Incredibly simplistic CC/button question

Post by midikinetics » 08 Jan 2021 18:00

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 358 times

sinistar
Newbie
Posts:5
Joined:07 Dec 2015 01:47

Re: Incredibly simplistic CC/button question

Post by sinistar » 14 Jan 2021 06:40

Thanks very much for this!

midikinetics
Regular
Posts:52
Joined:15 May 2015 17:46
Contact:

Re: Incredibly simplistic CC/button question

Post by midikinetics » 19 Jan 2021 23:14

You're welcome!

Post Reply