Arturia Forums

Hardware Instruments => MicroBrute => MicroBrute Technical Questions - FAQ => Topic started by: lentoNinos on November 20, 2013, 02:36:19 am

Title: Midi parameter question
Post by: lentoNinos on November 20, 2013, 02:36:19 am
Hello,

I'm working on a template in Midi Designer for iOS so that I can change my microbrute params with my iPhone!

So far it is coming along well and everything is pretty straight forward. The only problem I am having is that the Pitch Bend Range CC is "RPN 06". Is it possible for you guys to elaborate a little more on this. I understand that I have more research to do. Is this something that can be set with multiple CCs?
 
Thanks for any insights. This little guy is a stellar piece of kit!
Title: Re: Midi parameter question
Post by: Bruno@arturia on November 20, 2013, 09:55:21 am
it's a MIDI Registered Parameter Number (RPN)
I'm sure you'll find more detail on the web, but you basically send 2 CCs (0x64 and 0x65), to set which parameter to change, then Two other CCs (0x06 and if needed 0x26) to set the value.

To update Microbrute Bend range you need to send:

B0 65 00 Controller/chan 0, RPN coarse (101), Pitch Bend Range
B0 64 00 Controller/chan 0, RPN fine (100), Pitch Bend Range
B0 06 xx Controller/chan 0, Data Entry coarse, +/- xx semitones (from 1 to 12)
(B0 26 04 Controller/chan 0, Data Entry fine), -> Not implemented/needed on MicroBrute do not send

Title: Re: Midi parameter question
Post by: lentoNinos on November 20, 2013, 05:58:06 pm
Awesome! Thank you!   8) 8)