Page 8 of 10

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Thu Sep 03, 2020 12:26 pm
by J2Kbr
Giga20 wrote:Thx! Can you explain what "Computer Vision: Added CAP_PRINT_WINDOW Advanced Configuration for capture UWP windows" exactly is? Do we still need a second monitor when using XBox-Companion-App? Or does this change anything?

CAP_PRINT_WINDOW forces the capture to utilize PrintWindow, instead of regular BitBlt.

The value set on CAP_PRINT_WINDOW is passed to nFlags of PrintWindow. There are two possible values:

1 == PW_CLIENTONLY
2 == PW_RENDERFULLCONTENT (undocumented, but is the value that allows capture UWP windows) :smile0517:

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Thu Sep 03, 2020 2:41 pm
by DontAtMe
Giga20 wrote:Do we still need a second monitor when using XBox-Companion-App? Or does this change anything?


A second display is no longer needed,
Also, the FPS will still be capped at 30. Regardless if you set it to 60 inside the video input configuration window.

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Sun Sep 20, 2020 5:58 pm
by J2Kbr
-- UPDATE September 20th --

Titan Two Firmware 1.08B Revision 3 changelog:
Code: Select all
* GPC VM: Added device_poweroff() (opcode DPOFF) for power off the device {GitHub#273}
* USB Host: Changed maximum size for bulk transfers from 512 to 2048 bytes per transaction
* USB Host: Enabled Mult transactions for bulk transfers on High Speed connections (XB1WRC)
* XB1 Emu: Fixed bug causing wired Xbox One controllers to lose pairing with Wireless Receiver
* XB1 Emu & XB1WRC Driver: New pass through mode for Xbox Wireless Receiver "Direct Passthru"
* XB1WRC Driver: Support for headset over wireless connection when using on XB1 {GitHub#212}

Gtuner IV 1.08B Revision 9 changelog:
Code: Select all
* GPC Compiler: Added device_poweroff() function for programmatically power off the device
* Device Monitor: Show pass through mode "Direct Passthru" for Xbox Wireless Receiver

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Mon Sep 21, 2020 3:07 am
by Buffy
I've been trying to get the wireless audio (Version 2 Xbox Wireless Adapter) work with my Elite Series 2 on my XB1X, here's what I've done so far:
Connect the Adapter to Port A
Connect the controller wired to Port B
Unplug the controller (the controller is then synced to the adapter)
however, once I plug OUT to my Xbox One X, the controller shuts off. Turning the controller back on keeps the controller on, but the T2 receives no inputs from the controller, and the controller has no audio.

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Mon Sep 21, 2020 5:59 pm
by Michael
Got no audio from xb1 Elite v2's 3.5mm earphone socket.

Setup info:
1) Xb1 Elite v2 --(wireless)--> Xb1 wireless adapter v1 --(plugged into Port A)--> Titan Two --(Output)--> PS4 Slim
2) DS4v2 --(wired to Port B)--> Titan Two

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Mon Sep 21, 2020 7:42 pm
by DontAtMe
Michael wrote:Got no audio from xb1 Elite v2's 3.5mm earphone socket.

Setup info:
1) Xb1 Elite v2 --(wireless)--> Xb1 wireless adapter v1 --(plugged into Port A)--> Titan Two --(Output)--> PS4 Slim
2) DS4v2 --(wired to Port B)--> Titan Two

Code: Select all
 XB1WRC Driver: Support for headset over wireless connection when using on XB1 {GitHub#212}

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Mon Sep 21, 2020 11:02 pm
by Michael
Got it. It’s not crossover for PS4 yet. Looking forward to that feature coming up later on PS4. I will try it on Xb1.

Code: Select all
  XB1WRC Driver: Support for headset over wireless connection when using on XB1 {GitHub#212}

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Thu Sep 24, 2020 8:21 pm
by J2Kbr
-- UPDATE September 24th --

Titan Two Firmware 1.08B Revision 4 changelog:
Code: Select all
* XB1WRC Driver: Included support of headsets over wireless for S and Elite S2 controllers
* GPC VM:  Performance optimization: call gcv_ready() is now required before use gcv_read()
* PROG: Receive and queue all buffered OUT packets in a single iteration of main system loop

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Fri Sep 25, 2020 6:55 am
by Michael
[bug] There's a chance that when the xb1 elite s2's Xbox button is pressed, the values of INPUT and OUTPUT of BUTTON_1 will become permenant 0.0 or 100.0 which can't be changed until the Xb1 adapter v1 is unplugged and re-plugged again.

Setup info:
1) Xb1 Elite v2 --(wireless)--> Xb1 wireless adapter v1 --(plugged into Port A)--> Titan Two --(Output)--> PS4 Slim
2) DS4v2 --(wired to Port B)--> Titan Two
3) Gtuner IV version: 1.8.1.9. Titan Two fw version: 1.8.1.4
4) The Format (FAT32) and Configure had been done after the fw was updated.
5) Slot 0

Re: Gtuner IV and Titan Two 1.08 BETA Release

PostPosted: Fri Sep 25, 2020 11:36 pm
by J2Kbr
-- UPDATE September 25th --

Titan Two Firmware 1.08B Revision 5 changelog:
Code: Select all
* XB1WRC Driver: Fixed bug of Xbox button stopping to register with S and Elite S2 {GitHub#267}
* XB1WRC Driver: Increased data throughput by alternating EP 4 and 5, EP6 exclusive for audio