Midi Controller Mixer fairlight

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline
User avatar

Hugh Antonio

  • Posts: 180
  • Joined: Sat Sep 28, 2013 9:35 am
  • Location: UK

Midi Controller Mixer fairlight

PostWed May 29, 2019 8:26 am

Having multiple audio channels in fairlight and a comprehensive mixer, is there a way of assigning an external controller to the sliders in Resolve. I’ve read the manual and it’s real vague in its implementation. Could someone shed some real light on this as Resolve does recognise controllers when you plug them into it.
MacBook M1 Pro
10 Cores 16GB RAM
512gb HDD
Resolve Studio
BMPCC 4K
Offline

Peter Chamberlain

Blackmagic Design

  • Posts: 14046
  • Joined: Wed Aug 22, 2012 7:08 am

Re: Midi Controller Mixer fairlight

PostWed May 29, 2019 9:06 am

The Mackie HUI protocol on MIDI is supported for 8 faders, transport controls and basic automation.
DaVinci Resolve Product Manager
Offline

Ognjen Mihovilić

  • Posts: 136
  • Joined: Sat Nov 24, 2018 8:26 am
  • Location: Zagreb
  • Real Name: Ognjen Mihovilic

Re: Midi Controller Mixer fairlight

PostWed May 29, 2019 9:38 am

What if we have a 16 fader controller? Only 8 faders work?


Sent from my iPhone using Tapatalk
Apple Macbook Pro 16" M1 Max
64 GB Memory
32 Cores GPU
2TB SSD
Davinci Resolve Studio 18.6
Offline
User avatar

Glenn Venghaus

  • Posts: 1358
  • Joined: Wed Jan 01, 2014 9:56 pm
  • Location: Amsterdam , The Netherlands

Re: Midi Controller Mixer fairlight

PostWed May 29, 2019 1:55 pm

You switch banks either 8 faders left/right or 1 fader left/right.
Its the rule of the protocol and for all HUI/MCU controllers.
Beatstep & APC-40 Resolve Edition Controllers https://posttools.tachyon-consulting.com
Test Rig : 2xXeon (24c) | UNRAID KVM OSX VM's | 128GB | 5700XT | 40Gbe
Prod Rig : i9-7940X (14c) | OSX 10.15 | 64GB | 2xVega 56 | 40Gbe | Tb3 | V:Eizo | A:5.1RME
Offline

Ognjen Mihovilić

  • Posts: 136
  • Joined: Sat Nov 24, 2018 8:26 am
  • Location: Zagreb
  • Real Name: Ognjen Mihovilic

Re: Midi Controller Mixer fairlight

PostWed May 29, 2019 1:56 pm

Tnx!


Sent from my iPhone using Tapatalk
Apple Macbook Pro 16" M1 Max
64 GB Memory
32 Cores GPU
2TB SSD
Davinci Resolve Studio 18.6
Offline
User avatar

Hugh Antonio

  • Posts: 180
  • Joined: Sat Sep 28, 2013 9:35 am
  • Location: UK

Re: Midi Controller Mixer fairlight

PostWed May 29, 2019 2:16 pm

Peter Chamberlain wrote:The Mackie HUI protocol on MIDI is supported for 8 faders, transport controls and basic automation.


Is that exclusive to Mackie or could I just use the mackie software to map my Edirol controller?
MacBook M1 Pro
10 Cores 16GB RAM
512gb HDD
Resolve Studio
BMPCC 4K
Offline
User avatar

Glenn Venghaus

  • Posts: 1358
  • Joined: Wed Jan 01, 2014 9:56 pm
  • Location: Amsterdam , The Netherlands

Re: Midi Controller Mixer fairlight

PostWed May 29, 2019 4:56 pm

Its a midi data exchange protocol. Not a program. So you need to have a device that understands and uses that protocol to be able to have (very basic) mixer control in Resolve.
There are several mixer panels on the market that use this protocol.
Or you write your own program using the protocol (as like i did to control Resolve from my own controllers)
Beatstep & APC-40 Resolve Edition Controllers https://posttools.tachyon-consulting.com
Test Rig : 2xXeon (24c) | UNRAID KVM OSX VM's | 128GB | 5700XT | 40Gbe
Prod Rig : i9-7940X (14c) | OSX 10.15 | 64GB | 2xVega 56 | 40Gbe | Tb3 | V:Eizo | A:5.1RME
Offline

George Milnes II

  • Posts: 39
  • Joined: Mon Feb 29, 2016 8:33 pm

Re: Midi Controller Mixer fairlight

PostFri May 31, 2019 2:41 pm

Glenn Venghaus wrote:Or you write your own program using the protocol (as like i did to control Resolve from my own controllers)


Wow! Glenn, that’s really cool! Do you have any YT tutorials on doing so?


Sent from my iPhone using Tapatalk
Offline
User avatar

Glenn Venghaus

  • Posts: 1358
  • Joined: Wed Jan 01, 2014 9:56 pm
  • Location: Amsterdam , The Netherlands

Re: Midi Controller Mixer fairlight

PostFri May 31, 2019 4:06 pm

George Milnes II wrote:Wow! Glenn, that’s really cool! Do you have any YT tutorials on doing so?


Not how to do it , only the end results in the form of commercially available controller software kits. (see my signature for info)
Wouldn't want to give away my trade secrets ;-)
Beatstep & APC-40 Resolve Edition Controllers https://posttools.tachyon-consulting.com
Test Rig : 2xXeon (24c) | UNRAID KVM OSX VM's | 128GB | 5700XT | 40Gbe
Prod Rig : i9-7940X (14c) | OSX 10.15 | 64GB | 2xVega 56 | 40Gbe | Tb3 | V:Eizo | A:5.1RME
Offline

ambulanc3

  • Posts: 1
  • Joined: Sat Jun 01, 2019 2:35 am
  • Real Name: Soohyun Kim

Re: Midi Controller Mixer fairlight

PostSat Jun 01, 2019 2:46 am

This document might be handy for reference:
https://stash.reaper.fm/12332/HUI.pdf

Page 11 will outline the MIDI commands necessary to control the faders. Writing a script shouldn't be far off.

I've been able to emulate a HUI controller in Resolve by sending the commands to a virtual MIDI port, but it seems very unstable. Personally I'll be sticking to my Launchkey for the moment
Soohyun Kim
Audio Engineer
Offline
User avatar

Glenn Venghaus

  • Posts: 1358
  • Joined: Wed Jan 01, 2014 9:56 pm
  • Location: Amsterdam , The Netherlands

Re: Midi Controller Mixer fairlight

PostSat Jun 01, 2019 8:33 am

Yep that doc is a good starting point.
Zero issues with stability here so must be a coding issue. you should be able to fix.
Rock solid and bidirectional if done properly. Just takes time to figure it all out and tie it together with your specific physical controller.

p.s. There are also dozens of Ipad virtual mixer programs that can easily drive resolve's audio mixer via virtual midi port. Used these before going hardware.
Beatstep & APC-40 Resolve Edition Controllers https://posttools.tachyon-consulting.com
Test Rig : 2xXeon (24c) | UNRAID KVM OSX VM's | 128GB | 5700XT | 40Gbe
Prod Rig : i9-7940X (14c) | OSX 10.15 | 64GB | 2xVega 56 | 40Gbe | Tb3 | V:Eizo | A:5.1RME
Offline

FotoLoco

  • Posts: 1
  • Joined: Thu Sep 16, 2021 5:33 pm
  • Real Name: Balogh Tibor

Re: Midi Controller Mixer fairlight

PostThu Sep 16, 2021 5:36 pm

I am searching for a virtual mixer app for iPad, and can't find one that works with Davinci. Any tips on that? Any help how to set up via the virtual midi port?
Offline

markeg86

  • Posts: 2
  • Joined: Tue Feb 18, 2014 2:53 am

Re: Midi Controller Mixer fairlight

PostWed May 08, 2024 6:45 pm

ONE Control Plus for iPad has a Resolve template and even offers a free version.

In the app turn on bluetooth broadcasting, then on your Mac use the Audio MIDI Setup utility to connect to your iPad before opening Resolve.

Once you open Resolve turn on preferences > control panels > use MIDI audio console and select MCU protocol (not sure if required) and select your iPad for MIDI in/out.

Return to DaVinci Resolve

Who is online

Users browsing this forum: 4EvrYng, AndreN, Google [Bot] and 105 guests