CQ mixer and Elgato Stream deck

Forums Forums CQ Forums CQ General Discussions CQ mixer and Elgato Stream deck

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #125348
    Profile photo of Anonymous
    Inactive

    I am sharing with you my settings to use Deck Plus with my CQ12T.
    I am using the powerful and free Trevliga Spel midi plugin https://trevligaspel.se/streamdeck/midi/index.php
    I have made a simple setup to control 2 Mic fader, USB fader and Master fader, plus the corresponding Mute.

    #125351
    Profile photo of Anonymous
    Inactive

    Editing is a pain in the ass with this forum…
    Some corrections and explanations:
    -I am using Stream Deck Plus by Elgato.
    -there is not so much about NRPN into the CQ Midi protocol manual.
    -to find the NRPN value for a fader, I use Protokol https://hexler.net/protokol or any midi data monitoring software.
    -for example, fader 1 to 10 = NRPN 8182 to 8201, Main fader = NRPN 10112 etc…

    #125371
    Profile photo of KeithJ A&HKeithJ A&H
    Moderator

    @willmodelisme

    This is very cool and I’m glad you managed to get it going, but concerned about your comment that there is not so much about NRPN in the CQ MIDI protocol document.
    It does have every NRPN for the CQ listed and explanations and examples for every type of message, so please let me know what else would help?
    I did notice that you’re using decimal representations of the NRPNs though, and the document uses hex, is that the issue?

    If so, to get to the decimal number:
    – Take the MSB from the protocol doc
    – Convert this from hex to decimal
    – Multiply it by 128 (because NRPN is made up of two 7bit values for 128×128 possible values, where every time the LSB goes over 128 it resets and the MSB ticks over once)
    – Convert the LSB from the protocol to decimal and add this to the MSB value

    So for input channel 2 level to main LR for example, it should be
    NRPN (hex) = 0x40 0x01
    0x40 = 64
    64*128 = 8192
    0x01 = 1
    8192+1 = 8193

    Thanks,
    Keith.

    #125375
    Profile photo of Anonymous
    Inactive

    Tks for the conversion explanation.
    Indeed what would help is the decimal values.
    But as I said Protokol is very helpful also and already did a board myself for all midi NRPN data.

    #125381
    Profile photo of Anonymous
    Inactive

    Here are my board for decimal NRPN midi.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.