indeed, I should display a proper message telling .NET 4 full runtime is not installed
(most of the time windows update install .NET 4 client profile only)
the next release is on its way. you can take a look here:
http://hypercube-softwares.dyndns.org/b ... er-1.6.exe
here comes the ....audio spectrums

first, forget the red "1.5 is available", this is because 1.6 is not released.

make sure SampleTagger is enabled, you can edit its conf with the button"Edit"
here you can change some stuff:
Code: Select all
/* ----------------------------------------------------------------------
* This plugin will never reanalyze audio content if the spectrum PNG file already exist
* you can disable this with AlwaysRebuildSpectrums set to True
*
* Default spectrum colors are 4 threshold in dB: -108dB,-72dB,-50dB,-30dB
* format color is: #RRGGBB
*
* SpectrumColors=#000000:-108,#6D005F:-72,#FF0000:-50,#FFE900:-30
*
* meaning:
* -108dB and below => #000000
* -72dB => #6D005F
* -50dB => #FF0000
* -90dB and over => #FFE900
*
*
*/
[Settings]
NeverBuildSpectrums=False
AlwaysRebuildSpectrums=False
SpectrumColors=#000000:-108,#6D005F:-72,#FF0000:-50,#FFE900:-30
EnableLog=Falseother new stuff: a remaining time for long operations, and a working cancellation.
my concern is about SampleTagger, I'm looking for audio file making it fail (bad or no spectrum, crash)
I tested it a lot but may be if you have a lot of audio files to scan...
WARNING:
sampletagger will generate a PNG file for every audio patches (WAV,REX,AIFF), I don't know
if it can be a bad thing (for thoses who don't want to touch their library folder ?)
for example if you have a file:
c:\Libraries\MyLib\MyLoop.wav
this file will be created:
c:\Libraries\MyLib\MyLoop.spectrum.png
