The fourth pre-release:
http://www.mars.org/home/rob/proj/mpeg/mad-plugin/in_mad-0.12.3b-pre4.zip
Not much has changed for auto attenuation, but this version does have a few extra bonuses:
- output channel selection now works (that's for you, Roj) - by request, the title format can now include conditionals
What are title conditionals?
If you want the title to include the ID3 Title if present but the filename otherwise, you can now enter:
%?2<%2|%7>
These can nest, so something more complicated might be:
%?1<%1%?3< (%?4<%4/>%3)>: >%?0<%0. >%?2<%2|%7>%?6< [%6]>
This results in titles like:
Filename Title Artist: Filename Artist: Title Artist (Album): Title Artist (Year/Album): Title Artist (Year/Album): 01. Title Artist (Year/Album): 01. Title [Genre]
...all depending on which ID3 tag values are present in the file.
The default title is now:
%?1<%1 - >%?2<%2|%7>
Cheers, -rob