MIDI note C-2 Velocity 127 being constantly triggered by PreSonus Faderport - how to fix??? [solved]

Discussion in 'Software' started by Bunford, May 24, 2023.

  1. Bunford

    Bunford Audiosexual

    Joined:
    Jan 17, 2012
    Messages:
    2,392
    Likes Received:
    935
    I have a random MIDI signal that's started coming into my DAW every second or so. I think I've narrowed down the device as when I unplug the USB, the signal trigger stops. However, I'm wondering if it's possible to detect in some way what button, rotary, or fader on the device is sending the signal so I can have a look at whether it needs a clean on that component at all.

     
  2.  
  3. xorome

    xorome Audiosexual

    Joined:
    Sep 28, 2021
    Messages:
    1,029
    Likes Received:
    773
    ReaControlMIDI can log MIDI events - it's part of ReaPlugs (free).

    https://www.reaper.fm/reaplugs/

    (not sure how different it is from Reaper's own ReaControlMIDI)
     
  4. No Avenger

    No Avenger Audiosexual

    Joined:
    Jul 19, 2017
    Messages:
    9,061
    Likes Received:
    6,327
    Location:
    Europe
    The 'event' or 'list' editor (or however it's called in your DAW) should be able to show you what's incoming in realtime.
    But finding out what exactly was the trigger is hardly possible this way. For this you'd need to move all controllers separately and see which of them has the same 'ID'.
     
  5. Bunford

    Bunford Audiosexual

    Joined:
    Jan 17, 2012
    Messages:
    2,392
    Likes Received:
    935
    Nevermind. Found this free tool and worked perfectly for my purpose: https://hautetechnique.com/midi/midiview/

    It seems like the original PreSonus Faderport is sending a C2 note at velocity 127 every 6 or 7 seconds. I've looked into this, and can only find a single reference or two to someone having the same issue, and they suggest this is standard and the device reporting it's alive and present to the computer (second post here: PreSonus Forums | Faderport 1 - any reason NOT to use one? | FaderPort Classic - General Discussion)

    Anyone know if it's possible to stop this, or the easiest way to prevent this as whenever I load a MIDI instrument, it sends this MIDI trigger that sets the instrument off???

    upload_2023-5-24_18-3-46.png
     
  6. ItsFine

    ItsFine Rock Star

    Joined:
    Apr 22, 2023
    Messages:
    510
    Likes Received:
    311
    As this device is a track controller, NOT instrument controller, it should not be a problem.
    Because it will be declared as track controller in your DAW, NOT instrument playing any note.
    Mackie Control send notes too. And other track controllers too.

    So i don't understand what is your REAL problem ?
    Thousand ppl use it without any trouble, even with this note trigger.

    You can filter MIDI with Midi OX and virtual MIDI cable MIDI Yoke
    http://www.midiox.com/index.htm?http://www.midiox.com/myoke.htm

    But to me, it is better to configure your DAW the right way, by NOT declaring FaderPort as instrument BUT only as track controller.
    So this "note" will do nothing.
     
    • Interesting Interesting x 1
    • List
  7. stopped

    stopped Platinum Record

    Joined:
    Mar 22, 2016
    Messages:
    475
    Likes Received:
    164
  8. Bunford

    Bunford Audiosexual

    Joined:
    Jan 17, 2012
    Messages:
    2,392
    Likes Received:
    935
  9. Bunford

    Bunford Audiosexual

    Joined:
    Jan 17, 2012
    Messages:
    2,392
    Likes Received:
    935
    I set up the device as per PreSonus instruction on how to set up with Cubase and this note is triggering instrument notes on MIDI instruments when I load them.
     
  10. justsomerandomdude

    justsomerandomdude Rock Star

    Joined:
    Aug 24, 2020
    Messages:
    485
    Likes Received:
    318
    Try Midiox
    http://www.midiox.com/
    +
    Loopmidi
    https://www.tobias-erichsen.de/software/loopmidi.html

    This is one way around but a proper way, in my opinion assuming u dont need that specific signal anymore.
    I dont know what daw u r using, but evey Daw has a feature to enable and disable midi from hardware unit.
    So first disable it, so u don't revive midi from that hardware.

    install both midiox and loopmidi virtual port, if u dont have if u have any other midi virtual ports use it anything works with MidiOx

    Open Midiox, u c a toolbar on top, few icons next to comb click "select midi devices" select ur input device, Select Input as Faderport (In the mean time open loopmidi and create a dedicated vitual output port).

    Now click the comb icon to filter input, isolate the port sending the signal and block it.
    Select output to Loopmidi port u just created.

    Open ur Daw Enable the virtual midi u created that receives the filtered signal.

    If u r using this method, just make midiox to open during startup.

    Or
    u could just use Daw cc filter to block the signal.



     
    Last edited: May 24, 2023
    • Interesting Interesting x 1
    • List
  11. ItsFine

    ItsFine Rock Star

    Joined:
    Apr 22, 2023
    Messages:
    510
    Likes Received:
    311
  12. DoubleTake

    DoubleTake Audiosexual

    Joined:
    Jul 16, 2017
    Messages:
    2,252
    Likes Received:
    1,215
    To be clear, this only triggers notes on midi instruments in Cubase?
    It causes no problem in other DAWs?
     
  13. Bunford

    Bunford Audiosexual

    Joined:
    Jan 17, 2012
    Messages:
    2,392
    Likes Received:
    935
    Nope. Also in Ableton and Pro Tools, but not in Studio One. But I think it's fixed now.
     
  14. Bunford

    Bunford Audiosexual

    Joined:
    Jan 17, 2012
    Messages:
    2,392
    Likes Received:
    935
    The first step here fixed it when I did some digging. There was already a Faderport dll file in Cubase's Shared Components folder. However, I removed that and downloaded the one from the first link here and placed it is the Steinberg Shared Components within Program Files\Common Files instead. It then seems to work properly without sending this C-2 trigger to every instrument!

    Thanks for the link @ItsFine which prompted me to do some digging in this direction and I eventually found a random post saying to put the dll in Common Files instead! :wink:
     
    Last edited: May 25, 2023
    • Like Like x 1
    • Love it! Love it! x 1
    • List
  15. DoubleTake

    DoubleTake Audiosexual

    Joined:
    Jul 16, 2017
    Messages:
    2,252
    Likes Received:
    1,215
    Great to hear it's fixed.
    You might change the title to reflect that ( maybe change "--how to fix?" to "-[FIXED!]") :disco:
     
  16. ItsFine

    ItsFine Rock Star

    Joined:
    Apr 22, 2023
    Messages:
    510
    Likes Received:
    311
    Happy you found a fix !
    It way help other ppl too
     
  17. No Avenger

    No Avenger Audiosexual

    Joined:
    Jul 19, 2017
    Messages:
    9,061
    Likes Received:
    6,327
    Location:
    Europe
    Almost, [solved] is better because it would be included in search results.
     
Loading...
Loading...