Relative encoder to absolute control *speed change*

lukshanm

2020-04-02 16:24:56

Hi , My Relative encorder is too slow when it's translated to absolute control .

I have no idea about scripting midiĀ  but i used the preset file on the youtube and it worked (Convert 3F/41)

NOW i'm having a trouble with it's speed ! what shoud i do ?

How to change the incoming value?

Steve-Bome Forum Moderator

2020-04-02 18:26:00

Hi, please try the attached. I added an accelleration factor of 3 (tt) to the input.  You will need a different global variable to track each encoder that you need to be absolute. I used ga here.

 

Steve Caldwell
Bome Q and A Moderator and
Independent Bome Consultant/Specialist
bome@sniz.biz

 

Steve-Bome Forum Moderator

2020-04-02 18:26:37

Whoops forgot the attachment.

 


Attachments:

Rel-to-Absolute-w-acceleration.bmtp

lukshanm

2020-04-02 21:10:05

I still dont inderstand the midi concepts ! i uploaded my project file could you modificate it ?


Attachments:

Rel to abs.bmtp

Steve-Bome Forum Moderator

2020-04-02 21:29:10

Ah, I see this is a 3F/41 type encoder. This is even easier. See attached.

 

Se just take the incoming differential value and adjust for positive or negative and multiply the incoming value by 3 and then add (or subtract) that from the original value to get the new value.

 

Steve Caldwell
Bome Q and A Moderator and
Independent Bome Consultant/Specialist
bome@sniz.biz

 

 


Attachments:

Rel-to-abs-Steve.bmtp

lukshanm

2020-04-02 23:46:52

comment

thanks a lot ! it's working

Steve-Bome Forum Moderator

2020-04-03 02:33:23

comment

Glad I could help!