Jump to content

Recommended Posts

Posted (edited)

I'm trying to find a way to send a Note On followed by a Note Off with the EVENT_ENC

I can send the Note On OR Note Off but I can't find a way to send a Note On immediately followed by a Note Off when turning an encoder one click.

I have tried forwarding the event to a sender which is set to send the Note Off message but that isn't working.

Has anyone got any ideas?

Edited by Rowan
Posted

You could change the value to 0 during forwarding, this should result into NoteOff.

Something like: fwd_id=SENDER:1:0

 

Best Regards, Thorsten.

Posted

Thank TK, that works..... Once. The first time I turn the encoder the Note On followed by Note off are sent but only works once. With every subsequent turn of the encoder nothing happens until I reload the Config file.

Posted
I'm trying to find a way to send a Note On followed by a Note Off with the EVENT_ENC

 

I can't help you on this topic. But I'm interested why you need this function. What is the usecase? Could you please explain?

Posted
I can't help you on this topic. But I'm interested why you need this function. What is the usecase? Could you please explain?
I can't help you on this topic. But I'm interested why you need this function. What is the usecase? Could you please explain?
I want to trigger clips in Ableton Live with a encoder. Ableton will accept CC's to trigger clips but it doesn't work very well as it sometimes requires the encoder to be turned more than one increment/decrement. I have experimented sending CC's with a range= 63:64 but the first time the encoder is moved two increments are needed. The first increment sends a cc value of 63 (clip stop) and the second increment sends a cc value of 64 (clip start). I would prefer if only one increment/decrement was needed to start/stop a clip at all times. Unfortunately the encoders im using don't have integrated switch, if they did I would just use the switch to send a EVENT=BUTTON, type=NoteOn. So I want to do this to overcome a hardware limitation.
Posted
I want to trigger clips in Ableton Live with a encoder. Ableton will accept CC's to trigger clips but it doesn't work very well as it sometimes requires the encoder to be turned more than one increment/decrement. 

 

But this sounds more that you are not using the correct detent-mode. Did you try several?

Posted

I have tried modes detented1, detented2 & detented3

 

I'm using detented3 but I will try the other two modes again.

Posted

Thinking about this further, I'm sure im using the correct detented mode as the encoders send the full range of cc values correctly when I set range= 0:127.

Posted (edited)

I've tested the various encoder modes and I'm definitely using the right mode (detented3). So this isn't causing any problems.

TK, is it possible to add a new "type=" parameter? I guess what would solve my problem would be be "type=NoteOnOff" which would send a Note On, Velocity=127 immediately followed by a Note On, Velocity=0.

Edited by Rowan
Posted

Ok, I added the new type "NoteOnOff", because there are more use cases (e.g. this btw. obsoletes the ain_mode=NoteOnOff)

 

Could you please check if this works at your side?

-> http://www.ucapps.de/mios32/midibox_ng_v1_033_pre7.zip

 

This is a critical change, because there are some implications in the firmware that the type index matches with the MIDI event index + 8 (I tried my best to avoid a conflict, but it could be that I forgot a certain case)

 

Best Regards, Thorsten.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...