lekt player

Anything to do with computer audio, hardware, software etc.
jesuscheung
Posts: 2491
Joined: Mon Oct 07, 2013 11:09 pm

Re: lekt player

Post 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
jesuscheung
Posts: 2491
Joined: Mon Oct 07, 2013 11:09 pm

Re: lekt player

Post 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"
lekt
Posts: 1102
Joined: Thu Oct 10, 2013 4:52 am

Re: lekt player

Post 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.
User avatar
goon-heaven
Posts: 312
Joined: Sun Sep 15, 2013 9:38 pm

Re: lekt player

Post 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.
lekt
Posts: 1102
Joined: Thu Oct 10, 2013 4:52 am

Re: lekt player

Post 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.
jesuscheung
Posts: 2491
Joined: Mon Oct 07, 2013 11:09 pm

Re: lekt player

Post 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
jesuscheung
Posts: 2491
Joined: Mon Oct 07, 2013 11:09 pm

Re: lekt player

Post 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?!)
lekt
Posts: 1102
Joined: Thu Oct 10, 2013 4:52 am

Re: lekt player

Post 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.
lekt
Posts: 1102
Joined: Thu Oct 10, 2013 4:52 am

Re: lekt player

Post 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.
User avatar
goon-heaven
Posts: 312
Joined: Sun Sep 15, 2013 9:38 pm

Re: lekt player

Post by goon-heaven »

v3.23 stops immediately here
Post Reply