HydrogenAudio

Hosted Forums => foobar2000 => General - (fb2k) => Topic started by: lvqcl on 2009-08-20 15:53:58

Title: [Request] DSP that applies certain DSP preset, based on some condition
Post by: lvqcl on 2009-08-20 15:53:58
Is it possible to create DSP plugin that applies previously saved DSP preset when some condition is true?
For example, if track bitrate < 80 kbps (e.g. $ifgreater(%bitrate%,200,1,)) it applies preset named "Enhance Low-bitrate File";else if %artist% == "Metallica" and %date% <= 2000 ($and($strcmp(%artist%,Metallica),$ifgreater(%date%,2000,,1))) it applies "compressor_limiter" preset, etc.

This can be useful for users that want some advanced logic behind postprocessing.