EqualizerAPO is noticing when I update the config .txt in the .\config directory I tested it by changing the PreAmp value.
My first thought was to get your GUI software to write to that file, however an exception is raised when it attempts to write to config.txt
System.IO.IOException: The process cannot access the file 'C:\Program Files\Audio\EqualizerAPO\config\config.txt' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path)
at EQ312.Form1.backgroundWorker1_DoWork(Object sender, DoWorkEventArgs e)
I used to think it happened every time, but it is actually occasionally