Lister (audio) and maximized loudness
Moderators: Hacker, petermad, Stefan2, white
Lister (audio) and maximized loudness
If you want to play some audio files in TC 9.21a using shift+f3 with modifíed loudness the loudness jumps back to maximum at the begin of the next file. It would be better to keep the modified value.
Re: Lister (audio) and maximized loudness
You must be using some kind of plugin - TC does not support Loudness setting by itself
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Lister (audio) and maximized loudness
I use the mmedia plugin for this and it always remembers the Loudness setting.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Lister (audio) and maximized loudness
2none and 2Horst.Epp By Loudness do you mean Volume? Volume and Loudness are not the same - Loudness is a function that enhances certain frequenzies.
Last edited by petermad on 2018-12-17, 18:20 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Lister (audio) and maximized loudness
I mean Volume and I think none means the same as he says "jumps back to maximum"petermad wrote: 2018-12-17, 17:46 UTC 2none and 2Horst.Epp By Loudness do you mean Volume? Volume and Loudness is not the same - Loudness is a function that enhances certain frequenzies.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Lister (audio) and maximized loudness
I can confirm that the Volume for TC's native player jumps back when shifting audio file.
I don't think there is much to do about it - TC uses a Windows feature (Media Control Interface (MCI)) for the internal mediaplayer AFAIK
I don't think there is much to do about it - TC uses a Windows feature (Media Control Interface (MCI)) for the internal mediaplayer AFAIK
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Lister (audio) and maximized loudness
Not only volume but also speed.
Re: Lister (audio) and maximized loudness
It's a little bit stranger, you can see it when testing speed only. If you only look at the volume/speed settings it's all OK. But once you click any slider it starts to follow the cursor with NO drag-and-drop needed. The menu opens from the top so after the first click the slider always goes to the max like crazy.
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Lister (audio) and maximized loudness
Please use a plugin like mmedia - I don't think that I can make it remember the volume programmatically.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Lister (audio) and maximized loudness
2ghisler(Author)
And what about strange mouse behaviour (sliders go max when hovered, without using drag-and-drop)?
And what about strange mouse behaviour (sliders go max when hovered, without using drag-and-drop)?
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Lister (audio) and maximized loudness
Sorry, no idea.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Lister (audio) and maximized loudness
The volume and speed can be set by this
mciSendString("setaudio <audiofile>" volume to " + <volume>, 0, 0, 0)";
mciSendString("set <audiofile> speed " + <speed>, 0, 0, 0);
The value for the <volume> could be stored in wincmd.ini. The value for the <speed> is only needed for the current session.
For the sliders, it should be enough to check the left mouse button in the MouseMove event.
But the problem of the window size from my contribution "Lister (Audio) with minimum height" is still unanswered. It is unclear why the behavior between the x32 and x64 versions is so different.
Since I've programmed my own MCI player in the meantime, I'm no longer dependent on the solution.
mciSendString("setaudio <audiofile>" volume to " + <volume>, 0, 0, 0)";
mciSendString("set <audiofile> speed " + <speed>, 0, 0, 0);
The value for the <volume> could be stored in wincmd.ini. The value for the <speed> is only needed for the current session.
For the sliders, it should be enough to check the left mouse button in the MouseMove event.
But the problem of the window size from my contribution "Lister (Audio) with minimum height" is still unanswered. It is unclear why the behavior between the x32 and x64 versions is so different.
Since I've programmed my own MCI player in the meantime, I'm no longer dependent on the solution.
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Lister (audio) and maximized loudness
Do you know whether the values can be read too? Then TC could read them at the end of a track, or when lister is closed, and set them again for the next track.
I haven't seen this problem so far, so I cannot answer that. Maybe I'm doing something wrong.But the problem of the window size from my contribution "Lister (Audio) with minimum height" is still unanswered. It is unclear why the behavior between the x32 and x64 versions is so different.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Lister (audio) and maximized loudness
No, there is no way to retrieve the values from the interface. You can only get them from the current position of the slider.
The size of the Lister form:
- please start TC 9.21a x64
- under Configuration> Options> Edit / View select the first option (Internal viewer with file under Cursor)
- select some files
- press Shift + F3
and the Lister starts with minimized height. This happens on Windows 7 and 10. The x32 version is fine.
The size of the Lister form:
- please start TC 9.21a x64
- under Configuration> Options> Edit / View select the first option (Internal viewer with file under Cursor)
- select some files
- press Shift + F3
and the Lister starts with minimized height. This happens on Windows 7 and 10. The x32 version is fine.
Re: Lister (audio) and maximized loudness
select some AUDIO files...select some files
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar