Jump to content

Recommended Posts

Posted

Since I'm experiencing better and smoother flight experience under Linux, I'm trying to set-up my used-to configuration as on my Windows boot, everything works fine except 2 things, ActiveSky XP (no Linux support so no question here) and XMidiCtrl.

Last one is correctly installed, since i get this log:

2022-03-26 16:13:55   [ALL]     Plugin XMidiCtrl 0.62 loaded successfully
2022-03-26 16:13:55   [INFO]    Plugin enabled
2022-03-26 16:14:12   [INFO]    Aircraft Profile '/home/mik/X-Plane 11/Aircraft/X-Aviation/CL650/XMidiCtrl.toml' found
2022-03-26 16:14:12   [INFO]    Sublayer mode is active
2022-03-26 16:14:12   [INFO]    1 Device(s) found in aircraft profile
2022-03-26 16:14:12   [INFO]    Created new MIDI device :: Name = 'Behringer X-Touch Mini', Port In = '0', Port Out = '1'
2022-03-26 16:14:12   [INFO]    Device 0 :: 97 inbound mapping(s) found
2022-03-26 16:14:12   [INFO]    Device 0 :: 12 outbound mapping(s) found
2022-03-26 16:14:12   [INFO]    Inbound port '0' opened for device 'Behringer X-Touch Mini'
2022-03-26 16:14:12   [INFO]    Outbound port '1' opened for device 'Behringer X-Touch Mini'

but I can't make my midi bar to work, it shows only outbound messages, like warning light flashing, but key press is not registered. Do I have to feed-in a proper template? If yes how can i do it since the Behringer software is Windows only? Do i need additional libraries?

mik@PC:~$ aconnect -i
client 0: 'System' [type=kernel]
    0 'Timer           '
    1 'Announce        '
client 14: 'Midi Through' [type=kernel]
    0 'Midi Through Port-0'
client 20: 'X-TOUCH MINI' [type=kernel,card=1]
    0 'X-TOUCH MINI MIDI 1'
client 129: 'RtMidi Output Client' [type=utente,pid=6104]
    0 'RtMidi Output   '
mik@PC:~$ 

 

 

many thanks

Schermata da 2022-03-26 16-47-00.png

Schermata da 2022-03-26 16-47-20.png

Schermata da 2022-03-26 16-47-29.png

Posted

Hi,

I'm also a huge fan of Ubuntu Linux. Looking at your screenshots, the plugin loaded correctly and was able to connect with the Behringer X-Touch Mini. However, I think you are using the wrong inbound port.

According to the last screenshot, inbound port 0 is the Midi Through Device. Port 1 would be the X-Touch. Can you try to change in following line in your XMIdiCtrl.toml:

# Behringer X-Touch Mini
[[device]]
name       = "Behringer X-Touch Mini"
port_in    = 1  # <-- change this line from 0 to 1
port_out   = 1

I'm quite sure that this will solve your problem, because the rest looks good.

  • Like 2
Posted
7 minutes ago, kecm80 said:

That's the solution!!!!

Many many thanks!

 

 

# How to use:
#   1. Copy this file into the aircraft directory of the CL-650 and rename it to XMidiCtrl.toml
#   2. Adjust the port_in and port_out variables
#   3. Start X-Plane or reload the profile from the plugin menu XMidiCtrl -> Reload Aircraft Profile

And again I didn't read all the things I had to read ^_^

 

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...