Jump to content

VirtualCPT

Members
  • Posts

    86
  • Joined

  • Last visited

Everything posted by VirtualCPT

  1. I will also buy a MacBook later this year. Afterwards I will be able to notarize my plugin.
  2. Hello Jeff, It's difficult to say what wrong without an log on debug level. It could be that your Midi Fighter Twister is sending range messages instead of relative messages. You can try that very easily by just adding the mode parameter to your mapping. It would look like this: { ch = 1, cc = 0, type = "enc", mode = "range", dataref = "sim/cockpit2/controls/elevator_trim", modifier_up = 0.0125, modifier_down = -0.0125, value_min = -1, value_max = 1, value_wrap = true } When you commands instead of a dataref no negative values are required at all. You just have to define command_up and command_down. A correct mapping would be: { ch = 11, cc = 1, type = "enc", command_up = "sim/instruments/barometer_up", command_down = "sim/instruments/barometer_down" } Please enable the debug mode in the settings, turn the knob a couple of times up and down and send me the XMidiCtrl_log.txt, please. Then I can see what kind of messages your device is sending. I'm pretty sure that are using the range mode. Have a nice day, Marco
  3. Hi, I believe the X-Touch Editor software is not available on Linux und macOS. You can use the X-Touch with the default settings, as well. Instead of Control Change messages it will send Note messages. You basically have to adjust the aircraft profiles, but otherwise it will be working fine even without the editor software. (I'm a Linux user)
  4. Hi Tom, The new loading dialog looks really great. I know UI work can be quite painful. Great job, cannot wait to try it myself.
  5. Just a quick reminder - if you run into any problems or need support, best practise would be to open a new thread for each problem. Otherwise I might not see your message, which would be a shame.
  6. Hi HussamAli, I think you contacted me on the org forum, as well. I assume that you did not setup your X-Touch correctly. Did you follow these steps? https://mauer.github.io/xmidictrl/#/behringer_xtouch_mini Thanks, Marco
  7. Problem solved, happily flying now...
  8. Hm, just found this line in the log: IXEG: Level-1 PASS / Level-2 FAIL. License invalid I will try the lastest update, seems like I have a license issue. However, the UI said everything is fine.
  9. I have exactly the same problem, no sounds in the IXEG at all. Aircraft Exterior and Interior as well as Environmental are set to 0 and cannot be set to anything else. Really weird, everything is working fine with other planes.
  10. Dear all, I just created an aircraft profile for the Mitsubishi MU-2 to use this wonderful plane with the XMidiCtrl plugin: This was quite an interesting profile to create, as the Mitsubishi has two GPS devices installed. All GPS related buttons are on layer B of the X-Touch Mini. On the first button row you will find a button labelled GPS 1/2. If the button is not illuminated, all buttons are mapped to GPS 1, otherwise they are mapped to GPS 2. During my test flights I rarely used GPS 2 as it is linked to the instruments on the Copilot side. Using GPS 1 was more then sufficient. The autopilot buttons are all on layer A and illuminated. That's quite useful to quickly check which mode is currently active. Luckily the developer of the plane provided datarefs for each button light. Please let me know if there are any problems or errors. Thanks, Marco
  11. Version 1.0.0

    15 downloads

    Aircraft Profile for the XMidiCtrl plugin Aircraft: Mitsubishi MU-2 MIDI-Device: Behringer X-Touch Mini
  12. XMidiCtrl - Aircraft Profile for the Mitsubishi MU-2 View File Aircraft Profile for the XMidiCtrl plugin Aircraft: Mitsubishi MU-2 MIDI-Device: Behringer X-Touch Mini Submitter VirtualCPT Submitted 06/08/2023 Category Plugins and Utilities  
  13. Hi Tom, Fantastic news! I would be very interested in a livery tutorial.
  14. Aircraft Profile for the SIAI-Marchetti SF-260
  15. Version 1.00

    17 downloads

    Aircraft Profile for the XMidiCtrl plugin Aircraft: SIAI-Marchetti SF-260 MIDI-Device: Behringer X-Touch Mini
  16. XMidiCtrl - Aircraft Profile for SIAI-Marchetti SF-260 View File Aircraft Profile for the XMidiCtrl plugin Aircraft: SIAI-Marchetti SF-260 MIDI-Device: Behringer X-Touch Mini Submitter VirtualCPT Submitted 04/26/2023 Category Plugins and Utilities  
  17. I think 15 USD is more than fair for an update to X-Plane 12. I paid a similar price for the ToLiss A321 upgrade and it was worth it. Lets face it, 15 USD is more or less the cost of a lunch meal and this plane will provide me lots of enjoyable hours.
  18. Hi @KirkR, Many thanks for the kind words. I'm very happy that you like my plugin - I like it as well and cannot imagine X-Plane without using the midi devices. You have a very nice setup, would love to have those G1000 screens :-) I was looking at the MSFS SDK, but that really a very different world. Such a tool needs to be developed as a standalone application rather than a plugin. It would be a complete rewrite and would require a lot of work. There is a very nice and cheap tool called Axis and Ohs which supports the X-Touch. I'm using that for MSFS and I'm rather happy with it. Hope that help, Marco
  19. Attached you will find new new version, which was built directly on macOS instead of Linux. Would you mind testing this version if the lipo step is still required? Many thanks! XMidiCtrl_GitHub_Build.zip
  20. Hi Ben, Many thanks for taking the time to check my plugin. I don't own a Mac and cannot test the macOS version of the plugin. So far I cross compiled the macOS version on Ubuntu Linux. However, I recently started to use GitActions instead which allows me to compile directly on macOS. Do you have any idea how I can fix this problem? Signing the plugin isn't an option, as I don't have an Apple Developer Subscription :-( Thanks, Marco
  21. Hi @tkyler, I'm trying to bind the AP turn knob to my hardware controller, but having a hard time to find the correct commands. There is a dataref called xscenery/mu2b60/manips/ap_turn_knob but did you also implemented some commands? Would be helpful to have commands for left, right and return to center. Many thanks, Marco
  22. Hey, I'm currently working on an option to sign the code. Unfortunately, that means changing the entire building process which will take me a couple of days. Did you get it do work? Thanks, Marco
  23. Hi RubbrDug, You are in luck today, as I just released a new version with universal binary support for macOS. Hope it solves your problem. https://forums.x-pilot.com/files/file/1348-xmidictrl-a-midi-controller-plugin-for-x-plane/ Kind regards, Marco
×
×
  • Create New...