How to convert mcu master fader(14bit) back to cc(7bit)?

Hello Community,

with an YouTube Tutorial from Bome: ‘midicc to mcu’ with project example downloading i was able to get cc 7 to mcu working. How ever i tried to make it reverse but the fader movement work not as expected.
could someone help which rules needed or simply share an working template.

Regards

B.T

Hi and welcome to the Bome community!

I don’t think we did a MIDICC to HUI tutorial. What are you referring to. Also Mackie HUI protocol does not have a master faders but Mackie MCU does. Are you trying to convert between CC and Mackie MCU or CC and Mackie HUI?

Maybe if you post an example and where you are stuck, I can provide more assistance.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

hello Steve,

yes you are right i need it for mcu not hui
as i wrote in one way i get it working.
How to get working in reverse for example control a Motorized Fader which only accept midi cc value?

this was the YouTube link for example

Greetings

B.T

Hi,

Use the below example which handles all 9 faders.

My aliases look like the below:

image

You can learn more about aliases from this tutorial.

Preset 1 handles messages from my controller to the Mackie App.

Preset 2 handles messages from the Application back to the controller.

For more information about device selection, see this tutorial.

Here is the project file.

Mackie-MCU-Fader-Demo-a.bmtp (2.3 KB)

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

hello steve,

thanks for quick answer. support is amazing here.
i will test tomorrow but this seems to me like as you say a complete pack of 9 faders. are this set can be divided into individual faders?
because I didn’t want to have all 9 assigned immediately. I will use a maximum of 5 faders for mcu slots. I wanted to use the other faders in another application.

greetings

b.t

It can easily be modified for any number of faders. In the example I posted I start with CC0. This can be changed by modifying the value of the global variable ‘ga’ in the Init Preset. We can also set up individuals translators for each fader you want to use and hard code them to a given fader number.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

hey steve,

thanks for template but it wont work as expected.
could you please send me an example for hardcoded cc7 channel1 to mcu master fader and back from mcu master fader to cc7 channel1.
Does E8 stands for master Fader in mcu language?

greetings

b.t

Here you go.

Mackie-MCU-Master-Fader-Demo-a.bmtp (2.2 KB)

Yes, E0 through E7 are faders 1-8 and E8 is the master.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

hey steve,

thanks it works!

how can i implement midi cc9 button press to change fader bank?

greetings

b.t

Convert it to Note 46 if you want bank left and 47 if you want bank right. Both MIDI CH 1.

See this tutorial for converting CC to note.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

hey steve,

thanks a lot but in my case it was noteoff signal which worked. support is 10 of 10 points here.

have another question in advanced coding but will open new topic for that shortly.

greetings

b.t