Messages - AEN007 [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 15next
1
Skwire Empire / Trout/bass? buffering?
« on: September 28, 2012, 09:11 AM »
28September2012
Greetings.
Every time there is any network activity to/from my PII XP laptop while Trout is playing,
the playback "cracks up". This does not happen with (any) other players (that have buffering [set]).
I'm guessing Trout has no buffering and that this is why the playback cracks up?
Maybe something to consider?

2
18September2012

I have tweaked my script to the following»
Code: Autohotkey [Select]
  1. StatusBarGetText, CPU, 2, Windows Task ahk_class #32770
  2. StringSplit, StrSpl, CPU, %A_Space%, `%
  3. If (StrSpl3 > whatever)
  4.  Process, Priority, whatever.exe, High
  5. else Process, Priority, whatever.exe, AboveNormal
  6. AHk2pid := ErrorLevel

3
25June2012

Greetings.

Well, today I FINALLY worked out how to use GetProcessTimes (GPT) in an AHK script.
Many thanks to Skwire for the reply with the link to the AHK forum thread ...

However, from what I can tell, GPT does not retrieve CPU usage values
that are in any way close to those reported by Windows Task Manager,
and half the time or more often GPT retrieves a CPU usage value of zero ...
There is probably no need to elaborate ...

I searched the web with "autohotkey process cpu usage" and
found an AHK forum thread with some code that uses»
ControlGet, var, List, , SysListView321, Windows Task ahk_class #32770.
I came up with some quicker/simpler code that will allow my AHK scripts
to determine the (WTM) CPU usage of any running process ...
so unless there is some discussion (of value) to follow,
I guess I am finished with this thread ...

4
Skwire Empire / Re: format Trout StatusBar?
« on: June 18, 2012, 03:17 PM »
The post I made suited my purposes, and
I will continue to make posts as it suits me ...

5
Skwire Empire / Re: format Trout StatusBar?
« on: June 18, 2012, 02:45 PM »
... and here is how it looks in its 1st iteration ...
(1st time I've ever used the AHk "Progress" command ...)

Pages: [1] 2 3 4 5 6 ... 15next
Go to full version