Page 203 of 299

Re: lekt player

Posted: Thu Sep 25, 2014 3:06 pm
by lekt
ok, thx JC.
it's compiler setting /EHsc
used, so then not used. now retested, need use it, more vibration/mellow/refined. you can read about /EHsc from MSDN. cl.exe and link.exe have hundred options/settings. think i not good learned them. transfer C++ to C need use new settings, C have much more benefit than C++. now im learning data type variable with * pointer, seems it's simulator, machine code only understands number 1/2/4/8 bytes. need ignore this using *. high level programing languages so much simulations, very bad for compiling result.

learn more PE format, maybe you will tell me more, still very much parameters in its format need set or reset.

Re: lekt player

Posted: Thu Sep 25, 2014 3:13 pm
by jesuscheung
lekt wrote:ok, thx JC.
it's compiler setting /EHsc
used, so then not used. now retested, need use it, more vibration/mellow/refined. you can read about /EHsc from MSDN. cl.exe and link.exe have hundred options/settings. think i not good learned them. transfer C++ to C need use new settings, C have much more benefit than C++. now im learning data type variable with * pointer, seems it's simulator, machine code only understands number 1/2/4/8 bytes. need ignore this using *. high level programing languages so much simulations, very bad for compiling result.

learn more PE format, maybe you will tell me more, still very much parameters in its format need set or reset.
your PE setting is already pretty good. not easy to do better.

Relocations stripped=true
Line number stripped=true
Locale symbols stripped=true
(above are safe to do... should work for all versions from 2.90x and onwards)

think DEP=disable has potential. you may need to re-tune your code too.
now DEP=disable is 20% better (ease!). 80% worse (music is wrong hehe).

Re: lekt player

Posted: Thu Sep 25, 2014 3:37 pm
by lekt
DEP also used, not used. it's compiler setting. some settings can make in code. can not concluse what is better, think depend on user tweak about NX compatible on/off. will retest it. also as Dynamic Base setting, fixed address seem more clarity but why is sound not live as random.

Re: lekt player

Posted: Thu Sep 25, 2014 3:59 pm
by jesuscheung
i have just fixed more tweaking mistakes...

show all icons in robin in explorer.exe -> more bass? rich? false positive...
because more richer than norm... so i did this:
reduced iGPU voltage by 1 unit... now sound is thinner, transparent... FALSE-positive

result:
rich + thin = netural.... F**K... WRONG...

every little detail must be perfect... otherwise, Barbra Streisand voice won't vibrate correctly

Re: lekt player

Posted: Thu Sep 25, 2014 4:11 pm
by lekt
much much tricks...
even ie. write 0xFFFFFFFF or 4294967295 in code. different SQ in results. compiler may call function like as str2number, and what is better string format for generation to number? only author of this function know. hehe...

Re: lekt player

Posted: Thu Sep 25, 2014 7:22 pm
by sbgk
lekt wrote:much much tricks...
even ie. write 0xFFFFFFFF or 4294967295 in code. different SQ in results. compiler may call function like as str2number, and what is better string format for generation to number? only author of this function know. hehe...
should be optimised by the compiler to or rax, -1, are you sure you're hearing a difference ?

Re: lekt player

Posted: Fri Sep 26, 2014 5:23 am
by jesuscheung
how about "large address aware"=false? think it sounds better. ease! music body seems unchanged

try almost all settings in PE... no more discovery

uploaded 2.99.4 256 c7 MOD2
for testing

Re: lekt player

Posted: Fri Sep 26, 2014 5:29 am
by lekt
sbgk wrote:should be optimised by the compiler to or rax, -1, are you sure you're hearing a difference ?
don't understand, "or rax", register? im not in assembly. maybe you explain more. thx.

uploaded:
lekt.exe v2.99.9 256 nopt
lekt.exe v2.99.9 256 nopt ehsc

think ehsc better, less 3D effect. seems nopt more water but this water is raised by 3D effect.
it may have interesting elements vs ehsc. try them.

Re: lekt player

Posted: Fri Sep 26, 2014 5:53 am
by jesuscheung
lekt wrote: uploaded:
lekt.exe v2.99.9 256 nopt
lekt.exe v2.99.9 256 nopt ehsc

think ehsc better, less 3D effect. seems nopt more water but this water is raised by 3D effect.
it may have interesting elements vs ehsc. try them.
no 3D here.
(bios/OS has many settings. assume random. 50% make hard. 50% make soft.
incorrect hard + incorect soft = netural but distorted -> 3D/bloated/harsh.)

nopt ehsc > nopt. treble reaches higher. more ease. all things kept.
new best
can feel natural emotion. need more calm treble. no other issue

(2.99.4 256 c7 MOD2 has calm treble. but c7 treble cannot reach very far. limited.)

----
modded nopt ehsc. now treble > c7 MOD2. also calm. treble reaches further.

uploaded 2.99.9 256 nopt ehsc MOD2

Re: lekt player

Posted: Fri Sep 26, 2014 6:06 am
by jesuscheung
lekt try this:
cmd -> "Properties" -> "Layout" -> "Screen Buffer Size"
Width = 15
Height = 1

better.

(change other settings SQ can get worse.)