Annonce
Réduire
Aucune annonce.
Xtouch mini de Behringer
Réduire
X
-
Xtouch mini de Behringer
Dernière modification par Ypsos, 07 décembre 2023, 22h45.Multijoueur :xPlane Pilote Controle
Mac Studio M2 Max 96 Go SSD 2To
1 SSD externe 4To,
2 Serveurs 2DD x 4 To Archivage
1 Serveur 2DD x 8 To téléchargement
1 Ecran LG 37,5 pouces HDR WQHD+2 écrans Samsung
Sequoia
x-Plane12
Ipad
Hotas Warthog, Palonnier T.Flight, Touch MIni, TCA quadrant Airbus Edition
-Le post accompagnement sur xPlane.fr
-Le site dédié aux débutants
-Les vidéos
- Zone téléchargementTags: Aucun(e)
-
Hello,
Ça à l'air intéressant et pas cher du tout par rapport à d'autres systèmes. Merci pour l'info.
Question (bête?) sur ce type de périph, si par exemple on affecte une touche à l'AP et que l'avion déconnecte l'AP (ex: s'il passe en sur ou sous-vitesse) est-ce que le voyant sur le périph s'éteint aussi ? (en d'autre terme, est ce qu'une interface usb/midi est bidirectionnelle ? (je n'y connais rien))
XP 12 / Win 11
-
XP12.09rc5 - Zibo.4.00.12 - ZHSI - FDStoXP - Midwest plugin - FSCB737TQ - Sismo Connector - xATC Chatter - Simheaven - Traffic Global
pc1-xp - i7 8700k 4,8 GHz - Win10pro - Asus Maximus X - 64go ram - gtx 1080ti - ssd - 2x32" lcd Asus pb328q 2x2560x1440
pc2-zhsi - i5 4590 - 24go ram - GT710 - LittleNavmap 24" + 4x lcd mip+ 2x5" cdu
B737 OEM siège → cpt-f/o ← Ace B737 column yoke - FDS full mip + 2 cdu - CPFlight mcp/efis/pedestal - Sismo fwd/aft overhead - FSC non motorized TQ - palonnier MFG
Commentaire
-
Envoyé par playrec Voir le message
Comme stipulé ci-dessus dans Xplane/menuPlugIn : Sélecytionner XMidi CTRL
Le PluGin voit le Xtouch mini
si je branche X-Touch Mini apparait
si je le débranche la ligne reste vide
maintenant parlerais tu de l'application mac configuration audio et Midi?
si c'est le cas il n'est pas vue
Dernière modification par Ypsos, 07 décembre 2023, 22h46.Multijoueur :xPlane Pilote Controle
Mac Studio M2 Max 96 Go SSD 2To
1 SSD externe 4To,
2 Serveurs 2DD x 4 To Archivage
1 Serveur 2DD x 8 To téléchargement
1 Ecran LG 37,5 pouces HDR WQHD+2 écrans Samsung
Sequoia
x-Plane12
Ipad
Hotas Warthog, Palonnier T.Flight, Touch MIni, TCA quadrant Airbus Edition
-Le post accompagnement sur xPlane.fr
-Le site dédié aux débutants
-Les vidéos
- Zone téléchargement
Commentaire
-
Ypsos , voici je que je vois sur mon Mac avec l'utilitaire audio/midi en ouvrant la fenêtre Studio Midi ; c'est normal de ne pas le voir dans les périphériques audio :
Dernière modification par playrec, 01 décembre 2023, 17h48.XP12.09rc5 - Zibo.4.00.12 - ZHSI - FDStoXP - Midwest plugin - FSCB737TQ - Sismo Connector - xATC Chatter - Simheaven - Traffic Global
pc1-xp - i7 8700k 4,8 GHz - Win10pro - Asus Maximus X - 64go ram - gtx 1080ti - ssd - 2x32" lcd Asus pb328q 2x2560x1440
pc2-zhsi - i5 4590 - 24go ram - GT710 - LittleNavmap 24" + 4x lcd mip+ 2x5" cdu
B737 OEM siège → cpt-f/o ← Ace B737 column yoke - FDS full mip + 2 cdu - CPFlight mcp/efis/pedestal - Sismo fwd/aft overhead - FSC non motorized TQ - palonnier MFG
Commentaire
-
j'ai un début de résultat partiel
en modifiant l'exemple du A320
port_in = 0
port_out = 1
en
port_in = 0
port_out = 0
en tournant le rotatif numéro 1 le chiffre du qnh a bougé
exemple du script dans le dossier XMidi CTRL
#----------------------------------------------------------------------------------------------------------------------
# XMidiCtrl
#
# Example configuration for the Behringer X-Touch Mini MIDI controller together with the ToLiss Airbus A321
#
# How to use:
# 1. Copy this file into your aircraft directory of the ToLiss Airbus A321 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
#----------------------------------------------------------------------------------------------------------------------
title = "Settings for the ToLiss Airbus A321"
version = "1.00"
sl_dataref = "xmidictrl/sublayer"
# Behringer X-Touch Mini
[[device]]
name = "Behringer X-Touch Mini"
port_in = 0
port_out = 0
mapping_in = [
#--------------------------------------------------------------------------------------------------------------------
# Layer A
#--------------------------------------------------------------------------------------------------------------------
# Encoders
{ ch = 11, cc = 1, type = "enc", command_up = "sim/instruments/barometer_up", command_down = "sim/instruments/barometer_down" },
{ ch = 11, cc = 2, type = "enc", command_up = "sim/instruments/EFIS_mode_up", command_down = "sim/instruments/EFIS_mode_dn" },
{ ch = 11, cc = 3, type = "enc", command_up = "sim/instruments/map_zoom_out", command_down = "sim/instruments/map_zoom_in" },
{ ch = 11, cc = 4, type = "enc", command_up = "sim/autopilot/airspeed_up", command_down = "sim/autopilot/airspeed_down" },
{ ch = 11, cc = 5, type = "enc", dataref = "sim/cockpit/autopilot/heading_mag", modifier_up = 1, modifier_down = -1, modifier_fast_up = 10, modifier_fast_down = -10 },
{ ch = 11, cc = 6, type = "enc", command_up = "sim/autopilot/altitude_up", command_down = "sim/autopilot/altitude_down" },
{ ch = 11, cc = 7, type = "enc", command_up = "sim/autopilot/vertical_speed_up", command_down = "sim/autopilot/vertical_speed_down" },
{ ch = 11, cc = 8, type = "enc", label = "xpdr", dataref = "AirbusFBW/XPDRPower", modifier_up = 1, modifier_down = -1, value_min = 0, value_max = 4 },
# Encoder Buttons
{ ch = 11, cc = 9, type = "pnp", dataref_push = "AirbusFBW/BaroStdCapt", values_push = ['0', '1'], dataref_pull = "AirbusFBW/BaroUnitCapt", values_pull = ['0', '1'] },
{ ch = 11, cc = 10, type = "cmd", command = "toliss_airbus/dispcommands/CaptCstrPushButton" },
{ ch = 11, cc = 11, type = "cmd", command = "toliss_airbus/dispcommands/TerrOnND1Toggle" },
{ ch = 11, cc = 12, type = "pnp", command_push = "toliss_airbus/spd_pull", command_pull = "toliss_airbus/spd_push" },
{ ch = 11, cc = 13, type = "pnp", command_push = "AirbusFBW/PushHDGSel", command_pull = "AirbusFBW/PullHDGSel" },
{ ch = 11, cc = 14, type = "pnp", command_push = "AirbusFBW/PushAltitude", command_pull = "AirbusFBW/PullAltitude" },
{ ch = 11, cc = 15, type = "pnp", command_push = "toliss_airbus/vs_push", command_pull = "AirbusFBW/PullVSSel" },
{ ch = 11, cc = 16, type = "cmd", command = "sim/transponder/transponder_ident" },
# Buttons Upper Row
{ ch = 11, cc = 17, type = "cmd", command = "sim/annunciator/clear_master_warning" },
{ ch = 11, cc = 18, type = "cmd", command = "toliss_airbus/fd1_push" },
{ ch = 11, cc = 19, type = "cmd", command = "toliss_airbus/dispcommands/CaptLSButtonPush" },
{ ch = 11, cc = 20, type = "cmd", command = "sim/autopilot/knots_mach_toggle" },
{ ch = 11, cc = 21, type = "cmd", command = "toliss_airbus/hdgtrk_button_push" },
{ ch = 11, cc = 22, type = "drf", dataref = "AirbusFBW/ALT100_1000", value_on = "1", value_off = "0" },
{ ch = 11, cc = 23, type = "cmd", command = "AirbusFBW/EXPEDbutton" },
# Buttons Lower Row
{ ch = 11, cc = 25, type = "cmd", command = "sim/annunciator/clear_master_caution" },
{ ch = 11, cc = 26, type = "cmd", command = "AirbusFBW/TOConfigPress" },
{ ch = 11, cc = 27, type = "drf", dataref = "AirbusFBW/ClockETSwitch", value_on = "1", value_off = "0" },
{ ch = 11, cc = 28, type = "cmd", command = "toliss_airbus/ap1_push" },
{ ch = 11, cc = 29, type = "cmd", command = "AirbusFBW/ATHRbutton" },
{ ch = 11, cc = 30, type = "cmd", command = "toliss_airbus/ap2_push" },
{ ch = 11, cc = 31, type = "cmd", command = "AirbusFBW/APPRbutton" },
#--------------------------------------------------------------------------------------------------------------------
# Layer B
#--------------------------------------------------------------------------------------------------------------------
# Encoders
{ ch = 11, cc = 51, type = "enc", dataref = "AirbusFBW/DUBrightness[0]", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0.003704, value_max = 1 },
{ ch = 11, cc = 52, sl = "0", type = "enc", dataref = "AirbusFBW/DUBrightness[1]", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0.003704, value_max = 1 },
{ ch = 11, cc = 52, sl = "1", type = "enc", dataref = "AirbusFBW/WXAlphaND1", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0.003704, value_max = 1 },
{ ch = 11, cc = 53, type = "enc", dataref = "AirbusFBW/DUBrightness[4]", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0.003704, value_max = 1 },
{ ch = 11, cc = 54, type = "enc", dataref = "AirbusFBW/DUBrightness[5]", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0.003704, value_max = 1 },
{ ch = 11, cc = 55, sl = "0", type = "enc", dataref = "AirbusFBW/PanelBrightnessLevel", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0, value_max = 1 },
{ ch = 11, cc = 55, sl = "1", type = "enc", dataref = "AirbusFBW/OHPBrightnessLevel", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0, value_max = 1 },
{ ch = 11, cc = 56, sl = "0", type = "enc", dataref = "AirbusFBW/PanelFloodBrightnessLevel", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0, value_max = 1 },
{ ch = 11, cc = 56, sl = "1", type = "enc", dataref = "AirbusFBW/PedestalFloodBrightnessLevel", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0, value_max = 1 },
{ ch = 11, cc = 57, sl = "0", type = "enc", dataref = "AirbusFBW/DUBrightness[3]", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0.003704, value_max = 1 },
{ ch = 11, cc = 57, sl = "1", type = "enc", dataref = "AirbusFBW/WXAlphaND2", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0.003704, value_max = 1 },
{ ch = 11, cc = 58, type = "enc", dataref = "AirbusFBW/DUBrightness[2]", modifier_up = 0.018518, modifier_down = -0.018518, value_min = 0.003704, value_max = 1 },
# Encoder Buttons
{ ch = 11, cc = 60, type = "cmd", command = "xmidictrl/toggle_sublayer" },
{ ch = 11, cc = 63, type = "cmd", command = "xmidictrl/toggle_sublayer" },
{ ch = 11, cc = 64, type = "cmd", command = "xmidictrl/toggle_sublayer" },
{ ch = 11, cc = 65, type = "cmd", command = "xmidictrl/toggle_sublayer" },
# Buttons Upper Row
{ ch = 11, cc = 67, type = "drf", dataref = "AirbusFBW/APUBleedSwitch", value_on = "1", value_off = "0" },
{ ch = 11, cc = 68, type = "drf", dataref = "AirbusFBW/SDENG", value_on = "1", value_off = "0" },
{ ch = 11, cc = 69, type = "drf", dataref = "AirbusFBW/SDBLEED", value_on = "1", value_off = "0" },
{ ch = 11, cc = 70, type = "drf", dataref = "AirbusFBW/SDPRESS", value_on = "1", value_off = "0" },
{ ch = 11, cc = 71, type = "drf", dataref = "AirbusFBW/SDELEC", value_on = "1", value_off = "0" },
{ ch = 11, cc = 72, type = "drf", dataref = "AirbusFBW/SDHYD", value_on = "1", value_off = "0" },
{ ch = 11, cc = 73, type = "drf", dataref = "AirbusFBW/SDFUEL", value_on = "1", value_off = "0" },
{ ch = 11, cc = 74, type = "cmd", command = "sim/radios/com2_standy_flip" },
# Buttons Lower Row
{ ch = 11, cc = 75, type = "cmd", command = "toliss_airbus/aircondcommands/Pack1Toggle" },
{ ch = 11, cc = 76, type = "drf", dataref = "AirbusFBW/SDAPU", value_on = "1", value_off = "0" },
{ ch = 11, cc = 77, type = "drf", dataref = "AirbusFBW/SDCOND", value_on = "1", value_off = "0" },
{ ch = 11, cc = 78, type = "drf", dataref = "AirbusFBW/SDDOOR", value_on = "1", value_off = "0" },
{ ch = 11, cc = 79, type = "drf", dataref = "AirbusFBW/SDWHEEL", value_on = "1", value_off = "0" },
{ ch = 11, cc = 80, type = "drf", dataref = "AirbusFBW/SDFCTL", value_on = "1", value_off = "0" },
{ ch = 11, cc = 81, type = "drf", dataref = "AirbusFBW/SDSTATUS", value_on = "1", value_off = "0" },
{ ch = 11, cc = 82, type = "cmd", command = "toliss_airbus/aircondcommands/Pack2Toggle" }
]
mapping_out = [
#--------------------------------------------------------------------------------------------------------------------
# Layer B
#--------------------------------------------------------------------------------------------------------------------
# Buttons Upper Row
{ ch = 11, cc = 67, type = "drf", dataref = "AirbusFBW/APUBleedSwitch", value_on = "1", value_off = "0" },
{ ch = 11, cc = 68, type = "drf", dataref = "AirbusFBW/SDENG", value_on = "1", value_off = "0" },
{ ch = 11, cc = 69, type = "drf", dataref = "AirbusFBW/SDBLEED", value_on = "1", value_off = "0" },
{ ch = 11, cc = 70, type = "drf", dataref = "AirbusFBW/SDPRESS", value_on = "1", value_off = "0" },
{ ch = 11, cc = 71, type = "drf", dataref = "AirbusFBW/SDELEC", value_on = "1", value_off = "0" },
{ ch = 11, cc = 72, type = "drf", dataref = "AirbusFBW/SDHYD", value_on = "1", value_off = "0" },
{ ch = 11, cc = 73, type = "drf", dataref = "AirbusFBW/SDFUEL", value_on = "1", value_off = "0" },
# Buttons Lower Row
{ ch = 11, cc = 76, type = "drf", dataref = "AirbusFBW/SDAPU", value_on = "1", value_off = "0" },
{ ch = 11, cc = 77, type = "drf", dataref = "AirbusFBW/SDCOND", value_on = "1", value_off = "0" },
{ ch = 11, cc = 78, type = "drf", dataref = "AirbusFBW/SDDOOR", value_on = "1", value_off = "0" },
{ ch = 11, cc = 79, type = "drf", dataref = "AirbusFBW/SDWHEEL", value_on = "1", value_off = "0" },
{ ch = 11, cc = 80, type = "drf", dataref = "AirbusFBW/SDFCTL", value_on = "1", value_off = "0" },
{ ch = 11, cc = 81, type = "drf", dataref = "AirbusFBW/SDSTATUS", value_on = "1", value_off = "0" }
]
[xpdr]
text = "Transponder Mode:"
values = [
{ value = "0", text = "STBY" },
{ value = "1", text = "ALT RPTG OFF" },
{ value = "2", text = "XPNDR" },
{ value = "3", text = "TA ONLY" },
{ value = "4", text = "TA/RA" }
]Multijoueur :xPlane Pilote Controle
Mac Studio M2 Max 96 Go SSD 2To
1 SSD externe 4To,
2 Serveurs 2DD x 4 To Archivage
1 Serveur 2DD x 8 To téléchargement
1 Ecran LG 37,5 pouces HDR WQHD+2 écrans Samsung
Sequoia
x-Plane12
Ipad
Hotas Warthog, Palonnier T.Flight, Touch MIni, TCA quadrant Airbus Edition
-Le post accompagnement sur xPlane.fr
-Le site dédié aux débutants
-Les vidéos
- Zone téléchargement
Commentaire
-
Envoyé par playrec Voir le messageYpsos , voici je que je vois sur mon Mac avec l'utilitaire audio/midi en ouvrant la fenêtre Studio Midi ; c'est normal de ne pas le voir dans les périphériques audio :
De plus l'interface Fenêtre a changé.
Lle Sous menu Studio midi n'est plus à cet endroit
Il se trouve dans Sonoma dans la barre menu entre Présentation et Fenêtre.
En cliquant dessus je trouve effectivement le XTouch mini
En cliquant sur le logo je suis informé qu'en In et Out c'est le port 1 qui est utiliser.
Je modifie le script dans Xmidi CTRL en port 1
Xmidi CTRL n'a pas aimé . Je reviens en port 0 dans le script
Dernière modification par Ypsos, 01 décembre 2023, 18h00.Multijoueur :xPlane Pilote Controle
Mac Studio M2 Max 96 Go SSD 2To
1 SSD externe 4To,
2 Serveurs 2DD x 4 To Archivage
1 Serveur 2DD x 8 To téléchargement
1 Ecran LG 37,5 pouces HDR WQHD+2 écrans Samsung
Sequoia
x-Plane12
Ipad
Hotas Warthog, Palonnier T.Flight, Touch MIni, TCA quadrant Airbus Edition
-Le post accompagnement sur xPlane.fr
-Le site dédié aux débutants
-Les vidéos
- Zone téléchargement
Commentaire
-
Ypsos ,
L'essentiel est de l'avoir trouvé !
Je vois la Fireface 400 dans les périphériques Audio parce qu'elle a 8 entrées/sortie audio ; je suis sous High Sierra avec un Macpro 2010 , je n'ai pas connaissance des changements dans les nouveaux OS !XP12.09rc5 - Zibo.4.00.12 - ZHSI - FDStoXP - Midwest plugin - FSCB737TQ - Sismo Connector - xATC Chatter - Simheaven - Traffic Global
pc1-xp - i7 8700k 4,8 GHz - Win10pro - Asus Maximus X - 64go ram - gtx 1080ti - ssd - 2x32" lcd Asus pb328q 2x2560x1440
pc2-zhsi - i5 4590 - 24go ram - GT710 - LittleNavmap 24" + 4x lcd mip+ 2x5" cdu
B737 OEM siège → cpt-f/o ← Ace B737 column yoke - FDS full mip + 2 cdu - CPFlight mcp/efis/pedestal - Sismo fwd/aft overhead - FSC non motorized TQ - palonnier MFG
Commentaire
-
Envoyé par playrec Voir le messageYpsos ,
L'essentiel est de l'avoir trouvé !
Je vois la Fireface 400 dans les périphériques Audio parce qu'elle a 8 entrées/sortie audio ; je suis sous High Sierra avec un Macpro 2010 , je n'ai pas connaissance des changements dans les nouveaux OS !
C'est pourquoi je pose toujours des questions ou utilise le conditionnel pour être certain que l'émetteur et le récepteur sont sur la même fréquence. .
Bon il faut maintenant s'occuper du script spécial Toliss A319
Multijoueur :xPlane Pilote Controle
Mac Studio M2 Max 96 Go SSD 2To
1 SSD externe 4To,
2 Serveurs 2DD x 4 To Archivage
1 Serveur 2DD x 8 To téléchargement
1 Ecran LG 37,5 pouces HDR WQHD+2 écrans Samsung
Sequoia
x-Plane12
Ipad
Hotas Warthog, Palonnier T.Flight, Touch MIni, TCA quadrant Airbus Edition
-Le post accompagnement sur xPlane.fr
-Le site dédié aux débutants
-Les vidéos
- Zone téléchargement
Commentaire
-
Salut Ypsos,
Même galère que toi, j'en ai fais l'acquisition, execpté les encodeurs rotatifs, pas de commande des boutons.
Je pense qu'il faut lancer le logiciel X-Touch Editor mais windows only ou acheter X-Keypad_1.5.5 pour configuere les fichiers LayerA/B.bin.
Discord cet PM ?Dernière modification par Odevillée, 02 décembre 2023, 12h55.Ubuntu 23.10 LTS-64b / Xplane 10.51r2-11.51b2 - XP12.09 / i7 4930K / 32Go Ram / Nvidia GTX 2080 TI OC 11G / Pilote 535.161.07 / Samsung 49" Qled 5K incurvé / Thrustmaster Hotas Warthog / Palonnier MFG Crosswind / X-Touch mini.
Commentaire
-
Ypsos
Je ne sais pas si ça peut être utile mais il existe Protokol , un petit utilitaire Mac capable de lire les données MIDI en provenance ou vers un periphérique :
XP12.09rc5 - Zibo.4.00.12 - ZHSI - FDStoXP - Midwest plugin - FSCB737TQ - Sismo Connector - xATC Chatter - Simheaven - Traffic Global
pc1-xp - i7 8700k 4,8 GHz - Win10pro - Asus Maximus X - 64go ram - gtx 1080ti - ssd - 2x32" lcd Asus pb328q 2x2560x1440
pc2-zhsi - i5 4590 - 24go ram - GT710 - LittleNavmap 24" + 4x lcd mip+ 2x5" cdu
B737 OEM siège → cpt-f/o ← Ace B737 column yoke - FDS full mip + 2 cdu - CPFlight mcp/efis/pedestal - Sismo fwd/aft overhead - FSC non motorized TQ - palonnier MFG
Commentaire
-
Merci, l'application Protocol arrive à bien identifier les boutons et leur valeur.
Mais ensuite nous sommes coincé coté linux et mac pour con figurer ces boutons.
Les exemples donnés avec XmidiCtrl foc font activer sur le toliss que certains Rotatifs mais aucun bouton ne fonctionne.
Les applis disponibles semblent être que sur WindowsMultijoueur :xPlane Pilote Controle
Mac Studio M2 Max 96 Go SSD 2To
1 SSD externe 4To,
2 Serveurs 2DD x 4 To Archivage
1 Serveur 2DD x 8 To téléchargement
1 Ecran LG 37,5 pouces HDR WQHD+2 écrans Samsung
Sequoia
x-Plane12
Ipad
Hotas Warthog, Palonnier T.Flight, Touch MIni, TCA quadrant Airbus Edition
-Le post accompagnement sur xPlane.fr
-Le site dédié aux débutants
-Les vidéos
- Zone téléchargement
Commentaire
-
Ypsos , tu peux montrer ici quelles valeurs tu as quand tu appuies sur le bouton (allumé) en haut à l'extrême gauche juste sous le contrôler rotatif 1 s'il te plait ?XP12.09rc5 - Zibo.4.00.12 - ZHSI - FDStoXP - Midwest plugin - FSCB737TQ - Sismo Connector - xATC Chatter - Simheaven - Traffic Global
pc1-xp - i7 8700k 4,8 GHz - Win10pro - Asus Maximus X - 64go ram - gtx 1080ti - ssd - 2x32" lcd Asus pb328q 2x2560x1440
pc2-zhsi - i5 4590 - 24go ram - GT710 - LittleNavmap 24" + 4x lcd mip+ 2x5" cdu
B737 OEM siège → cpt-f/o ← Ace B737 column yoke - FDS full mip + 2 cdu - CPFlight mcp/efis/pedestal - Sismo fwd/aft overhead - FSC non motorized TQ - palonnier MFG
Commentaire
-
Dernière modification par Ypsos, 02 décembre 2023, 15h56.Multijoueur :xPlane Pilote Controle
Mac Studio M2 Max 96 Go SSD 2To
1 SSD externe 4To,
2 Serveurs 2DD x 4 To Archivage
1 Serveur 2DD x 8 To téléchargement
1 Ecran LG 37,5 pouces HDR WQHD+2 écrans Samsung
Sequoia
x-Plane12
Ipad
Hotas Warthog, Palonnier T.Flight, Touch MIni, TCA quadrant Airbus Edition
-Le post accompagnement sur xPlane.fr
-Le site dédié aux débutants
-Les vidéos
- Zone téléchargement
Commentaire
-
Dernière modification par Ypsos, 02 décembre 2023, 15h56.Multijoueur :xPlane Pilote Controle
Mac Studio M2 Max 96 Go SSD 2To
1 SSD externe 4To,
2 Serveurs 2DD x 4 To Archivage
1 Serveur 2DD x 8 To téléchargement
1 Ecran LG 37,5 pouces HDR WQHD+2 écrans Samsung
Sequoia
x-Plane12
Ipad
Hotas Warthog, Palonnier T.Flight, Touch MIni, TCA quadrant Airbus Edition
-Le post accompagnement sur xPlane.fr
-Le site dédié aux débutants
-Les vidéos
- Zone téléchargement
Commentaire
Commentaire