#194877 - 09/02/2004 19:15
Re: Hijack v363
[Re: alex25]
|
pooh-bah
Registered: 12/01/2002
Posts: 2009
Loc: Brisbane, Australia
|
- Beeps does not seems to work anymore True - forgot about that one but it doesn't bug me that much.
- Pitchbend is delayed by about 3 seconds That'll will be because you are using crossfade. The crossfade stuff buffers things up to mix between two tracks. Same thing happens if you turn stereo separation on and off. Not a bug IMO
_________________________
Christian #40104192 120Gb (no longer in my E36 M3, won't fit the E46 M3)
|
Top
|
|
|
|
#194878 - 09/02/2004 19:27
Re: Serial notify in v3-alpha
[Re: mlord]
|
carpal tunnel
Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
|
Whew. Now I'm doubly glad I removed emphatic's dependency on /proc/empeg_notify. Of course I'm now much more dependent on the content of the savearea and the format of hda3, but those seem to be changing far less often.
|
Top
|
|
|
|
#194879 - 10/02/2004 16:13
Re: vfdlib v4 gpsapp binary
[Re: Daria]
|
carpal tunnel
Registered: 20/12/1999
Posts: 31594
Loc: Seattle, WA
|
Also has the duplicate waypoint patch which isn't currently in a gpsapp release. Derrick, when I run this version of GPSapp, it locks up when it's loading a route. If I drop back to gpsapp 0.17 from the web site, it works (although the fonts don't show up under alpha6).
|
Top
|
|
|
|
#194880 - 10/02/2004 17:21
Re: vfdlib v4 gpsapp binary
[Re: tfabris]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
|
Top
|
|
|
|
#194881 - 10/02/2004 23:33
Re: vfdlib v4 gpsapp binary
[Re: Daria]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
New diff:
--- route.c 25 Mar 2003 23:00:58 -0000 1.16
+++ route.c 11 Feb 2004 05:31:14 -0000
@@ -165,6 +165,11 @@
if (buf[len-1] == ' ') buf[--len] = '\0';
route.pts.x = strtol(p, &p, 10);
route.pts.y = strtol(p, &p, 10);
+ if (i && (route.pts.x == route.pts[i-1].x) &&
+ (route.pts.y == route.pts[i-1].y)) {
+ i--;
+ route.npts--;
+ }
if (p < buf + len) {
if (j == route.nwps) {
err("Too many waypoints?");
@@ -383,8 +388,10 @@
if (turn < 0.0) {
heading = "LEFT";
turn = -turn;
- } else
+ } else if (turn > 0.0) {
heading = "RIGHT";
+ } else
+ heading = "";
strong = turn > 130 ? "sharply " : "";
New binary: attached.
Attachments
202498-gpsapp (291 downloads)
|
Top
|
|
|
|
#194882 - 11/02/2004 01:04
Re: vfdlib v4 gpsapp binary
[Re: Daria]
|
carpal tunnel
Registered: 20/12/1999
Posts: 31594
Loc: Seattle, WA
|
|
Top
|
|
|
|
#194883 - 11/02/2004 01:26
Re: vfdlib v4 gpsapp binary
[Re: tfabris]
|
carpal tunnel
Registered: 20/12/1999
Posts: 31594
Loc: Seattle, WA
|
Now it locks up on "Pre-computing values"...
|
Top
|
|
|
|
#194884 - 11/02/2004 01:38
Re: vfdlib v4 gpsapp binary
[Re: tfabris]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
|
Top
|
|
|
|
#194885 - 11/02/2004 08:57
Re: vfdlib v4 gpsapp binary
[Re: Daria]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
Folks need to watch out posting source code. The first use of i as an array index erases the index and throws the BBS into italics. Each subsequent one is probably deleted and ignored.
_________________________
Bitt Faulk
|
Top
|
|
|
|
#194886 - 11/02/2004 10:46
Re: vfdlib v4 gpsapp binary
[Re: wfaulk]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
|
Top
|
|
|
|
#194887 - 11/02/2004 13:40
Re: vfdlib v4 gpsapp binary
[Re: Daria]
|
carpal tunnel
Registered: 17/01/2002
Posts: 3996
Loc: Manchester UK
|
What if you use the code block?
arse;
Obviously not then.
_________________________
Cheers,
Andy M
|
Top
|
|
|
|
#194888 - 12/02/2004 10:29
Re: Hijack v363
[Re: peter]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Having said all that, my Mark 2 doesn't currently spin down at all, with ReserveCache=0 and only about 5,000 songs on it -- though that might be a separate bug. And thus it was. Looks like v3 alphas 2 to 6 never spun the disks down (the icon disappeared, but the actual spindown command was never being issued). FITNR.
Not that we "recommend" running these terribly flaky alphas in the first place, but I think this bug is serious enough (heat issues, vibration sensitivity issues) that I now don't recommend using these alphas at all until alpha 7 which will have it fixed.
Peter
|
Top
|
|
|
|
#194889 - 12/02/2004 11:05
Re: Hijack v363
[Re: peter]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14491
Loc: Canada
|
And before anyone (like me) says But my drives spin down -- I can hear the difference! -- if they do so, it is probably due to Hijack, which adds a failsafe spindown to the drives. This is needed to ensure drives don't stay spun up indefinitely after a web or ftp access to the player.
Cheers
|
Top
|
|
|
|
#194890 - 12/02/2004 11:30
Re: Hijack v363
[Re: peter]
|
carpal tunnel
Registered: 18/01/2000
Posts: 5683
Loc: London, UK
|
(heat issues, vibration sensitivity issues)
Bah. I've been using the alpha in my car, with the disks spun up for hours at a time. No problems.
_________________________
-- roger
|
Top
|
|
|
|
#194891 - 12/02/2004 12:46
Re: Hijack v363
[Re: mlord]
|
carpal tunnel
Registered: 17/01/2002
Posts: 3996
Loc: Manchester UK
|
If I start the player and then pull the power I can hear the drives spin down. If, however I give it a minute and then do it I don't hear them. This is repeatable.
_________________________
Cheers,
Andy M
|
Top
|
|
|
|
#194892 - 12/02/2004 13:52
Re: Hijack v363
[Re: andym]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14491
Loc: Canada
|
As I said, this is expected behaviour with Hijack installed.
If no Hijack, then the drives may still spindown, or not, depending on the behaviour of bugs in the v3alphas.
Hijack v371 will be released shortly -- it halves the spindown timeout that Hijack imposes when a v3alpha release is detected. This will result in faster spindowns than at present, to help compensate more for the v3alpha behaviour.
Cheers
|
Top
|
|
|
|
#194893 - 12/02/2004 15:10
Re: Hijack v363
[Re: mlord]
|
carpal tunnel
Registered: 17/01/2002
Posts: 3996
Loc: Manchester UK
|
Cool!
_________________________
Cheers,
Andy M
|
Top
|
|
|
|
#194894 - 13/02/2004 13:45
Re: Serial notify in v3-alpha
[Re: mlord]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14491
Loc: Canada
|
>the player's "serial notify" information is now being output
>differently than in v2final. Anyone else see this?
From the v3alpha 7 release notes: For various reasons, the player now opens the serial port in "raw" (character-orientated) rather than "cooked" (line-orientated) mode; this may or may not be a problem in practice, but is a change from earlier versions.
Another side-effect is that Control^C no longer works to terminate the player. But happily the 'q' command DOES work.
-ml
Edited by mlord (13/02/2004 13:47)
|
Top
|
|
|
|
#194895 - 13/02/2004 14:01
Re: Serial notify in v3-alpha
[Re: mlord]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
orientated Ooh. Bad show, guys.
_________________________
Bitt Faulk
|
Top
|
|
|
|
#194896 - 13/02/2004 14:06
Re: Serial notify in v3-alpha
[Re: wfaulk]
|
carpal tunnel
Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
|
orientated Ooh. Bad show, guys. LOL. I'm imagining a sporting arena filled up with all of these grammarians groaning as they pour through software manuals and release notes.
Perhaps the empeg lads were a little disorientated from an afternoon at the pub? That's certainly the time when I'd prefer to do my documentation...
|
Top
|
|
|
|
#194897 - 13/02/2004 14:35
Re: Serial notify in v3-alpha
[Re: tonyc]
|
carpal tunnel
Registered: 20/12/1999
Posts: 31594
Loc: Seattle, WA
|
grammarians groaning as they pour through software manuals Um, that's pore.
Penalty: Making a grammar mistake while complaining about grammar. Ten yards.
|
Top
|
|
|
|
#194898 - 13/02/2004 14:36
Re: Serial notify in v3-alpha
[Re: wfaulk]
|
Carpal Tunnel
Registered: 08/02/2002
Posts: 3411
|
International English favours English spelling
_________________________
Mk2a 60GB Blue. Serial 030102962
sig.mp3: File Format not Valid.
|
Top
|
|
|
|
#194899 - 13/02/2004 14:38
Re: Serial notify in v3-alpha
[Re: tfabris]
|
carpal tunnel
Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
|
Um, that's pore. Down..... goes.... Frazier!
EDIT: Oh my goodness, I went to Google to search to make sure I had his name spelled right and I see that my timing is impeccable.
Edited by yn0t_ (13/02/2004 14:40)
|
Top
|
|
|
|
#194900 - 13/02/2004 14:57
Re: Serial notify in v3-alpha
[Re: mlord]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Another side-effect is that Control^C no longer works to terminate the player. Hmm, that's no good then, I think we'll be changing it back (at least for Linux products -- it was something that made life a lot easier for Karma on Ecos). Something else I've just thought of is that this makes it nigh-on impossible to manually enter multi-character commands (e.g. to play a FID by number).
Peter
|
Top
|
|
|
|
#194901 - 13/02/2004 15:00
Re: Serial notify in v3-alpha
[Re: mlord]
|
pooh-bah
Registered: 31/08/1999
Posts: 1649
Loc: San Carlos, CA
|
Another side-effect is that Control^C no longer works to terminate the player.
Is it just me or does it also break hijack's serial notify suppression? Or maybe something else broke that, nevertheless it doesn't work for me in a7.
-Mike
|
Top
|
|
|
|
#194902 - 13/02/2004 15:05
Re: Serial notify in v3-alpha
[Re: genixia]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
It's not a spelling issue. Oriented comes from orient, which means to align. Orientated comes from orientate, which means to turn to the east.
_________________________
Bitt Faulk
|
Top
|
|
|
|
#194903 - 13/02/2004 15:12
Re: Serial notify in v3-alpha
[Re: wfaulk]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Oriented comes from orient, which means to align. Orientated comes from orientate, which means to turn to the east. That's a compellingly neat theory, which unfortunately is completely unsupported by OED -- which would have them synonyms, in all the important meanings.
Peter
|
Top
|
|
|
|
#194904 - 13/02/2004 15:16
Re: Serial notify in v3-alpha
[Re: peter]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
Fair enough. I'm not near my OED now, but that's what US usage says.
My other argument is that there's no need to add superfluous suffixes. (Which is actually the basis for my argument and a pet peeve.)
Actually, orient means to turn to the east as well, but I can see the need to spell it out in certain circumstances.
Edited by wfaulk (13/02/2004 15:23)
_________________________
Bitt Faulk
|
Top
|
|
|
|
#194905 - 13/02/2004 15:17
Re: Serial notify in v3-alpha
[Re: wfaulk]
|
Carpal Tunnel
Registered: 08/02/2002
Posts: 3411
|
Hmm. I think that I'm going to go with the Oxford English Dictionary on this one.
_________________________
Mk2a 60GB Blue. Serial 030102962
sig.mp3: File Format not Valid.
|
Top
|
|
|
|
#194906 - 13/02/2004 15:19
Re: Serial notify in v3-alpha
[Re: genixia]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
The OED, also, by definition, is exceedingly conciliatory. Its purpose is to record any significant usage of a word, educated or not, not to define the language.
_________________________
Bitt Faulk
|
Top
|
|
|
|
|
|