Stereo Tool https://www.forums.stereotool.com/ |
|
Stereo Tool 9.84 BETA https://www.forums.stereotool.com/viewtopic.php?t=31304 |
Page 2 of 20 |
Author: | PaddyC [ Fri Dec 24, 2021 10:17 am ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Quote: [*] Clipper Multipath Stereo: Now only active for FM, and it now works for anti-phase audio for values > 90 degrees. |
Author: | hvz [ Fri Dec 24, 2021 12:09 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Quote: Quote: [*] Clipper Multipath Stereo: Now only active for FM, and it now works for anti-phase audio for values > 90 degrees. |
Author: | MrKlorox [ Fri Dec 24, 2021 1:48 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Beta13 VST GUI works in BreakawayOne now. Check the links if they haven't been updated. edit: nevermind, things were updated as i posted this. |
Author: | 2Sense [ Fri Dec 24, 2021 2:27 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Quote:
The required timeout is currently set to 150 ms, I guess I could reduce that. Can you make a short video that I can use to see/measure how long the pauses are?
Yes, the last block is longer. I wondered about this, so I experimented by setting the GPS to send different sentences.Also, is that last block way longer? It looks far too long to send in 1 second at 4800 baud. Sending only GGA, GSA and RMC didn't work at 4800 baud but is fine at 9600 baud [the three sentences are around 190 characters] $GPGGA $GPGSA $GPRMC <pause> Interestingly, sending only GGA and GSA works fine at 4800 baud - the NMEA data flag becomes active and GPS lock is reported. [The two sentences are around 121 characters] $GPGGA $GPGSA <pause> It seems then that this issue may indeed relate to the number of characters sent / available time during pauses? As standard this GPS seems to send at 4800baud using the NMEA sentences I described in my previous post. The longest block (9 lines) seems to be around 569 characters which may be an issue? Its seems that 4800 baud is not uncommon for these types of devices, so it would be nice if it worked straight out of the box. Does ST need NMEA every second with the requisite pause as a marker? I.e. would an the long blocks be an issue? I would be interested to test with a timeout value that is less than 150ms. |
Author: | hvz [ Fri Dec 24, 2021 2:41 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Quote: Quote:
The required timeout is currently set to 150 ms, I guess I could reduce that. Can you make a short video that I can use to see/measure how long the pauses are?
Yes, the last block is longer. I wondered about this, so I experimented by setting the GPS to send different sentences.Also, is that last block way longer? It looks far too long to send in 1 second at 4800 baud. Sending only GGA, GSA and RMC didn't work at 4800 baud but is fine at 9600 baud [the three sentences are around 190 characters] $GPGGA $GPGSA $GPRMC <pause> Interestingly, sending only GGA and GSA works fine at 4800 baud - the NMEA data flag becomes active and GPS lock is reported. [The two sentences are around 121 characters] $GPGGA $GPGSA <pause> It seems then that this issue may indeed relate to the number of characters sent / available time during pauses? As standard this GPS seems to send at 4800baud using the NMEA sentences I described in my previous post. The longest block (9 lines) seems to be around 569 characters which may be an issue? Its seems that 4800 baud is not uncommon for these types of devices, so it would be nice if it worked straight out of the box. Does ST need NMEA every second with the requisite pause as a marker? I.e. would an the long blocks be an issue? I would be interested to test with a timeout value that is less than 150ms. How did you make it send less data? |
Author: | 2Sense [ Fri Dec 24, 2021 4:27 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Quote: Quote: Quote:
The required timeout is currently set to 150 ms, I guess I could reduce that. Can you make a short video that I can use to see/measure how long the pauses are?
Yes, the last block is longer. I wondered about this, so I experimented by setting the GPS to send different sentences.Also, is that last block way longer? It looks far too long to send in 1 second at 4800 baud. Sending only GGA, GSA and RMC didn't work at 4800 baud but is fine at 9600 baud [the three sentences are around 190 characters] $GPGGA $GPGSA $GPRMC <pause> Interestingly, sending only GGA and GSA works fine at 4800 baud - the NMEA data flag becomes active and GPS lock is reported. [The two sentences are around 121 characters] $GPGGA $GPGSA <pause> It seems then that this issue may indeed relate to the number of characters sent / available time during pauses? As standard this GPS seems to send at 4800baud using the NMEA sentences I described in my previous post. The longest block (9 lines) seems to be around 569 characters which may be an issue? Its seems that 4800 baud is not uncommon for these types of devices, so it would be nice if it worked straight out of the box. Does ST need NMEA every second with the requisite pause as a marker? I.e. would an the long blocks be an issue? I would be interested to test with a timeout value that is less than 150ms. How did you make it send less data? This seems to vary per manufacturer, but to change to 9600 for SiRF, it would be something like: $PSRF100,1,9600,8,1,0*0D (SetSerialPort). The $PSRF103*** set of commands is seemingly used to enable/disable certain messages (Query/Rate Control). It doesn't seem like there is a standard across devices though? Seems to be specific to the manufacturer / chipset etc.? Some info here for three chipsets including SiRF. https://learn.sparkfun.com/tutorials/gp ... s-receiver At one point I thought I lost GPS lock but that may have just been a transient issue. I need to test a bit more but I imagine sending only a limited number of NMEA sentences (e.g. just GGA), or using a higher baud rate, will leave a good margin for the pauses. I'm had hoped there would be a simple cover-all solution for the use of generally available USB GPS units, but now I'm not so sure. ![]() |
Author: | MrKlorox [ Fri Dec 24, 2021 5:03 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Clicking the SB meter at the bottom with the Wideband off still takes one back to the primary processing page. Is this one of those old GUI things that likely won't be fixed since it presumably works properly in the new UI? Thanks EDIT: Okay this seems major. I can't get ASIO to work at all. No matter the API. beta 13 x64 win. Reverting back to 9.83 made it all work again. |
Author: | phantomfm [ Fri Dec 24, 2021 5:27 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Bug report: 1. MicroMPX Decoder ARM32 Beta12: FM-OUTPUT TAB/input waveform in FM Tilt Correction only responds on scale adjustment 2. MicroMPX ENcoder ARM32 Beta12: INPUT TAB/output waveform in FM input Tilt does not respond & ZOOM function does not respond Happy hollidays all ! |
Author: | hvz [ Fri Dec 24, 2021 6:51 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Quote:
Bug report:
Confirmed. I also see the wrong icons pop up, so something is broken there. Here the whole screen goes black if I click on those icons.1. MicroMPX Decoder ARM32 Beta12: FM-OUTPUT TAB/input waveform in FM Tilt Correction only responds on scale adjustment 2. MicroMPX ENcoder ARM32 Beta12: INPUT TAB/output waveform in FM input Tilt does not respond & ZOOM function does not respond Happy hollidays all ! Edit: They move again, but the zoom buttons still don't work. I'll run a rebuild tonight... |
Author: | hvz [ Fri Dec 24, 2021 7:23 pm ] |
Post subject: | Re: Stereo Tool 9.84 BETA |
Quote:
Clicking the SB meter at the bottom with the Wideband off still takes one back to the primary processing page. Is this one of those old GUI things that likely won't be fixed since it presumably works properly in the new UI?
Cause found and fixed. I'll run a rebuild tonight.
Thanks EDIT: Okay this seems major. I can't get ASIO to work at all. No matter the API. beta 13 x64 win. Reverting back to 9.83 made it all work again. |
Page 2 of 20 | All times are UTC+02:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |