RealEQ remote commands

You can control RealEQ through PM123's remote interface too. All commands need the prefix realeq:.

All changes are immediately applied to the sound processing engine.
Nevertheless it may take up to a few seconds for the changes to take effect, because there are already processed samples in the buffer of the output plugin.

All commands return an empty string if and only if an error occurred. Use getmessages to get a descriptive error text.

Examples

realeq:gain 1 32 +6
Sets the gain of the right channel at 32 Hz to + 6 dB.
realeq:option enabled 1
Enables the equalizer.
realeq:load D:\test\My RealEQ settings.req
Loads the RealEQ settings from the file D:\test\My RealEQ settings.req. Note the blanks in the file name are allowed.

gain channel frequency [value]

Get and/or set gain value at a certain frequency.

delay channel frequency [value]

Get and/or set group delay value at a certain frequency.

mute channel frequency [value]

Get and/or set mute flag of a certain frequency.

zero

Set all sliders to zero.

option enabled [value]

Get and/or set whether the equalizer is enabled.

option lock [value]

Get and/or set whether the left/right channels are locked.

option FIRorder [value]

Get and/or set the filter order (length of the filter kernel).

option FFTsize [value]

Get and/or set the size of the FFT (Fast Fourier Transform) processing.

load filename

Load all settings from a .req file.

save filename

Save all settings to a .req file.