Page 230 of 299

Re: lekt player

Posted: Sat Mar 21, 2015 3:12 am
by jesuscheung
goon-heaven wrote:Yes, 3.22 best yet and very nice 16 tweak, thank you!
haha woow 16 tweak works! magic

lekt what you think of clockrate=10001
sounds like 10000, also more relax here

Re: lekt player

Posted: Sat Mar 21, 2015 3:44 am
by jesuscheung
lekt wrote: have detected in commandline string from api function GetCommandLineA. when we write in .bat file:
lekt.exe --file "track1.wav" then OS give internally string:
lekt.exe+space+space+--file "track1.wav" , different in 2 white space characters after lekt.exe.

and any string in code need make align 16 then SQ better, CreateFileA function also read this string to open file. so then need write in .bat file:

lekt.exe file "track1.wav" , GetCommandLineA will give:
lekt.exe+space+space+file "track1.wav" , filepath/name (track1.wav) will start with 16 coz
lekt.exe+space+space+file " contains 16 characters.
here,

Code: Select all

d:\!.exe file "track1.wav" sounds best (also 16 chars!)
!.exe file    "track1.wav" not as good (also 16 chars)
lekt wrote: try rewrite .bat file, lets 15 characters before filepath, you can test with:
lekt.exe "track1.wav" (6 white spaces) or:
@.exe "track1.wav" (9 white spaces) or:
@.exe 1234567 "track1.wav"

compare SQ. i use white spaces, sound better.
don't understand, why 15?

anyway, tried

Code: Select all

!.exe         "track1.wav" (9 white spaces)
!.exe          "track1.wav" (10 what spaces)

not better than 

d:\!.exe file "track1.wav"

Re: lekt player

Posted: Sat Mar 21, 2015 4:16 am
by lekt
jesuscheung wrote:...don't understand, why 15?
...
"have detected in commandline string from api function GetCommandLineA. when we write in .bat file:
lekt.exe+space--file "track1.wav" then OS give internally string:
lekt.exe+space+space+--file "track1.wav" , different in 2 white space characters after lekt.exe."

in .bat file: after lekt.exe only 1 white space
i get this string in code and in result: after lekt.exe 2 white spaces (OS adds 1 white space more than)

=> need 15 characters only (if 16 then we will recieve 17 characters in result before track1.wav)

----------
happy with this align 16 for FileName string, made v3.22 256 more balancing, good sound.

Re: lekt player

Posted: Sun Mar 22, 2015 10:01 pm
by goon-heaven
Hey JC master tweaker, what is your best?
I quite like C:\!!!!!!.exe "!.wav" but I'm sure it can be bettered.

Re: lekt player

Posted: Mon Mar 23, 2015 8:57 pm
by lekt
uploaded:
lekt.exe v3.22.1 256 add16
lekt.exe v3.22.2 256 coex4

you can use command line in bath file:

@echo off
Title LEKT MUSIC PLAYER
lekt.exe file "track1.wav"

and if use !.exe then need 15 characters before file name/patch, otherwise it doesn't work.
i feel v3.22.1 256 add16 sound more correct, balanced. try them.

Re: lekt player

Posted: Tue Mar 24, 2015 4:07 am
by jesuscheung
lekt.exe v3.22.2 256 coex4 better. bass quantity more, sound is softer, also focus is better

----
add16 has more treble. not peaceful sounding like coex4

is coex4 current best for "Do you remember"?! never enough bass for this song hehe

Re: lekt player

Posted: Tue Mar 24, 2015 5:07 am
by jesuscheung
coex4 has bass focus, yet guitar naunces is kept and is amazing. like its bass vocal. most peaceful sonuding bass of all lekt?

has hypnosis effect too. (make it stronger, perhaps?!)

Re: lekt player

Posted: Tue Mar 24, 2015 7:31 am
by lekt
jesuscheung wrote:coex4 has bass focus, yet guitar naunces is kept and is amazing. like its bass vocal. most peaceful sonuding bass of all lekt?

has hypnosis effect too. (make it stronger, perhaps?!)
it used setting of v2.75.1 s4, v2.75.1 s8, v2.79.2 calloc for COM object initialization. sound more strong, energy, but it's too?? i feel organic reduced a bit. need compromise beween these factors.

Re: lekt player

Posted: Tue Mar 24, 2015 10:22 pm
by lekt
uploaded v3.23 256

have detected one bug on v2.22 256, why its sound imbalanced. fixed bug and improved code.
v3.23 256 sound more organic, real, power. think it's best.
try and enjoy.

Re: lekt player

Posted: Tue Mar 24, 2015 11:26 pm
by goon-heaven
v3.23 stops immediately here