Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

W4WHL ✭✭

  • Re: Hercules MIDI with 6300

    There are a few known bugs with adding a slice, Freq A jumps 5k and Freq B moves to last position when you spin the dial. This only happens when you first add slice B. I have a fix for this and sever…
  • Re: Hercules MIDI with 6300

    Sorry about the rambling and use of "OH" and "UM" a lot :) And of course once I said ACG Threshold when I meant AGC. Anyway it does show how the device works. William
  • Re: Behringer CMD Micro DJ Midi Controller for use with Flex 6000

    All, This version addresses the need to swap stuff around. I'm not sure if this is a permanent solution, but it address the immediate need. The var.txt file located in the data directory can be …
  • Re: v1.4 PTT Remote (USB?) Switch

    I made a USB PTT button a while back. This was using a micro adruino and using DDUTIL. But I could easily make an app that uses TCP instead of CAT, so DDUtil is no longer required. But there was no i…
  • Re: Android App

    My biggest hurdle is I'm using Android(java), so I can't use the API directly. I made a simple java class to pull in the UDP data packet stream from the radio. Convert it from byte[] to int…