Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [Request] DSP that applies certain DSP preset, based on some condition (Read 2260 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Request] DSP that applies certain DSP preset, based on some condition

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.